summaryrefslogtreecommitdiff
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* exec.c: Clarify comment about tlb_flush() flush_global parameterPeter Maydell2012-02-011-2/+12
* virtio-pci: Fix endianness of virtio configBenjamin Herrenschmidt2012-01-211-0/+14
* tcg-arm: fix a typo in commentsAurelien Jarno2012-01-131-1/+1
* Remove IO_MEM_SHIFTAvi Kivity2012-01-041-18/+14
* Drop IO_MEM_ROMDAvi Kivity2012-01-041-8/+12
* Remove IO_MEM_SUBPAGEAvi Kivity2012-01-041-5/+5
* Direct dispatch through MemoryRegionAvi Kivity2012-01-041-30/+10
* Convert io_mem_watch to be a MemoryRegionAvi Kivity2012-01-041-47/+26
* Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegionAvi Kivity2012-01-041-48/+24
* Convert the subpage wrapper to be a MemoryRegionAvi Kivity2012-01-041-52/+18
* Switch cpu_register_physical_memory_log() to use MemoryRegionsAvi Kivity2012-01-041-5/+19
* Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity2012-01-041-134/+84
* Uninline get_page_addr_code()Avi Kivity2012-01-041-0/+26
* Avoid range comparisons on io index typesAvi Kivity2012-01-041-17/+20
* Fix wrong region_offset when overlaying a page with anotherAvi Kivity2012-01-041-0/+1
* memory: move mmio access to functionsAvi Kivity2012-01-041-27/+27
* exec: make phys_page_find() return a temporaryAvi Kivity2012-01-041-100/+48
* memory: move endianness compensation to memory coreAvi Kivity2012-01-041-133/+9
* memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()Avi Kivity2012-01-041-10/+0
* Store MemoryRegion in RAMBlockAvi Kivity2012-01-041-0/+1
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-9/+22
* Remove cpu_get_physical_page_desc()Avi Kivity2012-01-031-11/+0
* memory: remove CPUPhysMemoryClientAvi Kivity2012-01-031-164/+5
* memory: add API for observing updates to the physical memory mapAvi Kivity2011-12-201-0/+5
* memory: move obsolete exec.c functions to a private headerAvi Kivity2011-12-191-0/+3
* memory, xen: pass MemoryRegion to xen_ram_alloc()Avi Kivity2011-12-191-4/+6
* phys_page_find_alloc: Use correct initial region_offset.Alex Rozenman2011-12-151-1/+2
* exec.c: Fix subpage memory access to RAM MemoryRegionAndreas Färber2011-12-151-2/+63
* tcg/arm: remove fixed map code buffer restrictionDr. David Alan Gilbert2011-12-141-3/+1
* w32: Disable buffering for log fileStefan Weil2011-12-101-2/+4
* Make cpu_single_env thread-localPaolo Bonzini2011-11-011-1/+1
* Error check find_ram_offsetAlex Williamson2011-11-011-2/+9
* exec.c: Remove useless comment陳韋任2011-10-261-1/+0
* qemu-timer: move icount to cpus.cPaolo Bonzini2011-10-211-3/+0
* Move GETPC from dyngen-exec.h to exec-all.hBlue Swirl2011-10-011-0/+1
* Remove qemu_host_page_bitsStefan Weil2011-09-211-4/+0
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-24/+24
* fix QLIST usage for RAM listPaolo Bonzini2011-08-121-1/+1
* Integrate I/O memory regions into qemuAvi Kivity2011-08-081-0/+10
* Use mmap to allocate execute memoryTobias Nygren2011-08-071-1/+2
* Avoid allocating TCG resources in non-TCG modeJan Kiszka2011-08-051-5/+14
* memory: use signed arithmeticAvi Kivity2011-08-051-1/+1
* Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori2011-07-291-6/+7
|\
| * cpu-common: Have a ram_addr_t of uint64 with Xen.Anthony PERARD2011-07-261-4/+5
| * exec.c: Use ram_addr_t in cpu_physical_memory_rw(...).Anthony PERARD2011-07-261-2/+2
* | exec.c: initialize memory mapAvi Kivity2011-07-291-0/+19
|/
* Fix unassigned memory access handlingBlue Swirl2011-07-201-6/+6
* qemu_ram_ptr_length: take ram_addr_t as argumentsStefano Stabellini2011-07-171-7/+14
* xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XENJan Kiszka2011-07-171-8/+8
* xen: Clean up map cache API namingJan Kiszka2011-07-171-8/+10