summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cpu-common.h: Remove a pointless ifndef CONFIG_USER_ONLYPeter Maydell2012-07-021-2/+0
* cpu-common.h: Remove unnecessary guard on including targphys.hPeter Maydell2012-07-021-2/+0
* Add API to check whether a physical address is I/O addressWen Congyang2012-06-041-0/+4
* w64: Fix size of ram_addr_tStefan Weil2012-03-031-3/+3
* Remove IO_MEM_SHIFTAvi Kivity2012-01-041-2/+0
* Drop IO_MEM_ROMDAvi Kivity2012-01-041-3/+0
* Remove IO_MEM_SUBPAGEAvi Kivity2012-01-041-1/+0
* Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegionAvi Kivity2012-01-041-1/+0
* Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity2012-01-041-4/+4
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-0/+1
* Remove cpu_get_physical_page_desc()Avi Kivity2012-01-031-1/+0
* memory: remove CPUPhysMemoryClientAvi Kivity2012-01-031-23/+0
* memory: move obsolete exec.c functions to a private headerAvi Kivity2011-12-191-39/+0
* memory, xen: pass MemoryRegion to xen_ram_alloc()Avi Kivity2011-12-191-2/+5
* exec.c: Fix subpage memory access to RAM MemoryRegionAndreas Färber2011-12-151-0/+1
* fix spelling in main directoryDong Xu Wang2011-12-021-1/+1
* Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori2011-07-291-0/+8
|\
| * cpu-common: Have a ram_addr_t of uint64 with Xen.Anthony PERARD2011-07-261-0/+8
* | move WORDS_ALIGNED to qemu-common.hPaolo Bonzini2011-07-291-4/+0
|/
* Avoid CPU endian memory accesses in devicesBlue Swirl2011-07-201-8/+11
* qemu_ram_ptr_length: take ram_addr_t as argumentsStefano Stabellini2011-07-171-1/+1
* exec: add endian specific phys ld/st functionsAlexander Graf2011-07-121-0/+12
* exec.c: refactor cpu_physical_memory_mapStefano Stabellini2011-06-191-0/+1
* exec: Implement qemu_ram_free_from_ptr()Alex Williamson2011-06-031-0/+1
* Introduce qemu_put_ram_ptrAnthony PERARD2011-05-081-0/+1
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2011-05-051-3/+3
|\
| * cpu-common: Modify cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil2011-04-121-3/+3
* | cpu: add set_memory flag to request dirty loggingMichael S. Tsirkin2011-04-061-5/+17
|/
* Add qemu_ram_remapHuang Ying2011-03-151-0/+1
* Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD2011-02-141-0/+4
* exec: introduce endianness swapped mmioAlexander Graf2010-12-111-1/+7
* migration: stable ram block orderingMichael S. Tsirkin2010-12-021-0/+3
* Export qemu_ram_addr_from_hostMarcelo Tosatti2010-10-201-1/+2
* Add qemu_ram_alloc_from_ptr functionCam Macdonell2010-08-101-0/+2
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-1/+1
* Remove IO_MEM_SUBWIDTH.Richard Henderson2010-04-251-1/+0
* move targphys.h and hw/poison.h inclusion to cpu-common.hPaolo Bonzini2010-04-091-0/+8
* tcg: initial ia64 supportAurelien Jarno2010-04-011-1/+1
* Compile pci only onceBlue Swirl2010-03-211-0/+11
* Disable phsyical memory handling in userspace emulation.Paul Brook2010-03-121-0/+4
* qemu: memory notifiersMichael S. Tsirkin2010-02-091-0/+19
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-34/+34
* Get rid of _t suffixmalc2009-10-011-34/+34
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-5/+0
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-2/+1
* Hardware convenience libraryPaul Brook2009-05-191-0/+96