aboutsummaryrefslogtreecommitdiff
path: root/cpu-common.h
AgeCommit message (Expand)Author
2012-11-01exec: make some functions staticBlue Swirl
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity
2012-07-02cpu-common.h: Remove a pointless ifndef CONFIG_USER_ONLYPeter Maydell
2012-07-02cpu-common.h: Remove unnecessary guard on including targphys.hPeter Maydell
2012-06-04Add API to check whether a physical address is I/O addressWen Congyang
2012-03-03w64: Fix size of ram_addr_tStefan Weil
2012-01-04Remove IO_MEM_SHIFTAvi Kivity
2012-01-04Drop IO_MEM_ROMDAvi Kivity
2012-01-04Remove IO_MEM_SUBPAGEAvi Kivity
2012-01-04Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegionAvi Kivity
2012-01-04Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2012-01-03Remove cpu_get_physical_page_desc()Avi Kivity
2012-01-03memory: remove CPUPhysMemoryClientAvi Kivity
2011-12-19memory: move obsolete exec.c functions to a private headerAvi Kivity
2011-12-19memory, xen: pass MemoryRegion to xen_ram_alloc()Avi Kivity
2011-12-15exec.c: Fix subpage memory access to RAM MemoryRegionAndreas Färber
2011-12-02fix spelling in main directoryDong Xu Wang
2011-07-29Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori
2011-07-29move WORDS_ALIGNED to qemu-common.hPaolo Bonzini
2011-07-26cpu-common: Have a ram_addr_t of uint64 with Xen.Anthony PERARD
2011-07-20Avoid CPU endian memory accesses in devicesBlue Swirl
2011-07-17qemu_ram_ptr_length: take ram_addr_t as argumentsStefano Stabellini
2011-07-12exec: add endian specific phys ld/st functionsAlexander Graf
2011-06-19exec.c: refactor cpu_physical_memory_mapStefano Stabellini
2011-06-03exec: Implement qemu_ram_free_from_ptr()Alex Williamson
2011-05-08Introduce qemu_put_ram_ptrAnthony PERARD
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2011-04-12cpu-common: Modify cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil
2011-04-06cpu: add set_memory flag to request dirty loggingMichael S. Tsirkin
2011-03-15Add qemu_ram_remapHuang Ying
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD
2010-12-11exec: introduce endianness swapped mmioAlexander Graf
2010-12-02migration: stable ram block orderingMichael S. Tsirkin
2010-10-20Export qemu_ram_addr_from_hostMarcelo Tosatti
2010-08-10Add qemu_ram_alloc_from_ptr functionCam Macdonell
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-04-25Remove IO_MEM_SUBWIDTH.Richard Henderson
2010-04-09move targphys.h and hw/poison.h inclusion to cpu-common.hPaolo Bonzini
2010-04-01tcg: initial ia64 supportAurelien Jarno
2010-03-21Compile pci only onceBlue Swirl
2010-03-12Disable phsyical memory handling in userspace emulation.Paul Brook
2010-02-09qemu: memory notifiersMichael S. Tsirkin
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-19Hardware convenience libraryPaul Brook