summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-29memory: change memory registration to rebuild the memory map on each changeAvi Kivity1-1/+49
2012-02-29memory: support stateless memory listenersAvi Kivity1-0/+32
2012-02-29memory: split memory listener for the two address spacesAvi Kivity1-14/+66
2012-02-29memory: allow MemoryListeners to observe a specific address spaceAvi Kivity1-1/+1
2012-02-29memory: use a MemoryListener for core memory map updates tooAvi Kivity1-0/+75
2012-02-29memory: don't pass ->readable attribute to cpu_register_physical_memory_logAvi Kivity1-1/+1
2012-02-20exec: let cpu_watchpoint_insert accept larger watchpointsMax Filippov1-1/+2
2012-02-20exec: fix check_watchpoint exiting cpu_loopMax Filippov1-1/+2
2012-02-20exec: add missing breaks to the watch_mem_writeMax Filippov1-3/+9
2012-02-01exec.c: Clarify comment about tlb_flush() flush_global parameterPeter Maydell1-2/+12
2012-01-21virtio-pci: Fix endianness of virtio configBenjamin Herrenschmidt1-0/+14
2012-01-13tcg-arm: fix a typo in commentsAurelien Jarno1-1/+1
2012-01-04Remove IO_MEM_SHIFTAvi Kivity1-18/+14
2012-01-04Drop IO_MEM_ROMDAvi Kivity1-8/+12
2012-01-04Remove IO_MEM_SUBPAGEAvi Kivity1-5/+5
2012-01-04Direct dispatch through MemoryRegionAvi Kivity1-30/+10
2012-01-04Convert io_mem_watch to be a MemoryRegionAvi Kivity1-47/+26
2012-01-04Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegionAvi Kivity1-48/+24
2012-01-04Convert the subpage wrapper to be a MemoryRegionAvi Kivity1-52/+18
2012-01-04Switch cpu_register_physical_memory_log() to use MemoryRegionsAvi Kivity1-5/+19
2012-01-04Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity1-134/+84
2012-01-04Uninline get_page_addr_code()Avi Kivity1-0/+26
2012-01-04Avoid range comparisons on io index typesAvi Kivity1-17/+20
2012-01-04Fix wrong region_offset when overlaying a page with anotherAvi Kivity1-0/+1
2012-01-04memory: move mmio access to functionsAvi Kivity1-27/+27
2012-01-04exec: make phys_page_find() return a temporaryAvi Kivity1-100/+48
2012-01-04memory: move endianness compensation to memory coreAvi Kivity1-133/+9
2012-01-04memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()Avi Kivity1-10/+0
2012-01-04Store MemoryRegion in RAMBlockAvi Kivity1-0/+1
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-9/+22
2012-01-03Remove cpu_get_physical_page_desc()Avi Kivity1-11/+0
2012-01-03memory: remove CPUPhysMemoryClientAvi Kivity1-164/+5
2011-12-20memory: add API for observing updates to the physical memory mapAvi Kivity1-0/+5
2011-12-19memory: move obsolete exec.c functions to a private headerAvi Kivity1-0/+3
2011-12-19memory, xen: pass MemoryRegion to xen_ram_alloc()Avi Kivity1-4/+6
2011-12-15phys_page_find_alloc: Use correct initial region_offset.Alex Rozenman1-1/+2
2011-12-15exec.c: Fix subpage memory access to RAM MemoryRegionAndreas Färber1-2/+63
2011-12-14tcg/arm: remove fixed map code buffer restrictionDr. David Alan Gilbert1-3/+1
2011-12-10w32: Disable buffering for log fileStefan Weil1-2/+4
2011-11-01Make cpu_single_env thread-localPaolo Bonzini1-1/+1
2011-11-01Error check find_ram_offsetAlex Williamson1-2/+9
2011-10-26exec.c: Remove useless comment陳韋任1-1/+0
2011-10-21qemu-timer: move icount to cpus.cPaolo Bonzini1-3/+0
2011-10-01Move GETPC from dyngen-exec.h to exec-all.hBlue Swirl1-0/+1
2011-09-21Remove qemu_host_page_bitsStefan Weil1-4/+0
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-24/+24
2011-08-12fix QLIST usage for RAM listPaolo Bonzini1-1/+1
2011-08-08Integrate I/O memory regions into qemuAvi Kivity1-0/+10
2011-08-07Use mmap to allocate execute memoryTobias Nygren1-1/+2
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-5/+14