aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-common.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-04Remove IO_MEM_SHIFTAvi Kivity1-2/+0
2012-01-04Drop IO_MEM_ROMDAvi Kivity1-3/+0
2012-01-04Remove IO_MEM_SUBPAGEAvi Kivity1-1/+0
2012-01-04Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegionAvi Kivity1-1/+0
2012-01-04Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity1-4/+4
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-0/+1
2012-01-03Remove cpu_get_physical_page_desc()Avi Kivity1-1/+0
2012-01-03memory: remove CPUPhysMemoryClientAvi Kivity1-23/+0
2011-12-19memory: move obsolete exec.c functions to a private headerAvi Kivity1-39/+0
2011-12-19memory, xen: pass MemoryRegion to xen_ram_alloc()Avi Kivity1-2/+5
2011-12-15exec.c: Fix subpage memory access to RAM MemoryRegionAndreas Färber1-0/+1
2011-12-02fix spelling in main directoryDong Xu Wang1-1/+1
2011-07-29Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori1-0/+8
2011-07-29move WORDS_ALIGNED to qemu-common.hPaolo Bonzini1-4/+0
2011-07-26cpu-common: Have a ram_addr_t of uint64 with Xen.Anthony PERARD1-0/+8
2011-07-20Avoid CPU endian memory accesses in devicesBlue Swirl1-8/+11
2011-07-17qemu_ram_ptr_length: take ram_addr_t as argumentsStefano Stabellini1-1/+1
2011-07-12exec: add endian specific phys ld/st functionsAlexander Graf1-0/+12
2011-06-19exec.c: refactor cpu_physical_memory_mapStefano Stabellini1-0/+1
2011-06-03exec: Implement qemu_ram_free_from_ptr()Alex Williamson1-0/+1
2011-05-08Introduce qemu_put_ram_ptrAnthony PERARD1-0/+1
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin1-3/+3
2011-04-12cpu-common: Modify cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil1-3/+3
2011-04-06cpu: add set_memory flag to request dirty loggingMichael S. Tsirkin1-5/+17
2011-03-15Add qemu_ram_remapHuang Ying1-0/+1
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD1-0/+4
2010-12-11exec: introduce endianness swapped mmioAlexander Graf1-1/+7
2010-12-02migration: stable ram block orderingMichael S. Tsirkin1-0/+3
2010-10-20Export qemu_ram_addr_from_hostMarcelo Tosatti1-1/+2
2010-08-10Add qemu_ram_alloc_from_ptr functionCam Macdonell1-0/+2
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+1
2010-04-25Remove IO_MEM_SUBWIDTH.Richard Henderson1-1/+0
2010-04-09move targphys.h and hw/poison.h inclusion to cpu-common.hPaolo Bonzini1-0/+8
2010-04-01tcg: initial ia64 supportAurelien Jarno1-1/+1
2010-03-21Compile pci only onceBlue Swirl1-0/+11
2010-03-12Disable phsyical memory handling in userspace emulation.Paul Brook1-0/+4
2010-02-09qemu: memory notifiersMichael S. Tsirkin1-0/+19
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-34/+34
2009-10-01Get rid of _t suffixmalc1-34/+34
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-5/+0
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+1
2009-05-19Hardware convenience libraryPaul Brook1-0/+96