aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2012-01-04Remove IO_MEM_SHIFTAvi Kivity
2012-01-04Drop IO_MEM_ROMDAvi Kivity
2012-01-04Remove IO_MEM_SUBPAGEAvi Kivity
2012-01-04Direct dispatch through MemoryRegionAvi Kivity
2012-01-04Convert io_mem_watch to be a MemoryRegionAvi Kivity
2012-01-04Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegionAvi Kivity
2012-01-04Convert the subpage wrapper to be a MemoryRegionAvi Kivity
2012-01-04Switch cpu_register_physical_memory_log() to use MemoryRegionsAvi Kivity
2012-01-04Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity
2012-01-04Uninline get_page_addr_code()Avi Kivity
2012-01-04Avoid range comparisons on io index typesAvi Kivity
2012-01-04Fix wrong region_offset when overlaying a page with anotherAvi Kivity
2012-01-04memory: move mmio access to functionsAvi Kivity
2012-01-04exec: make phys_page_find() return a temporaryAvi Kivity
2012-01-04memory: move endianness compensation to memory coreAvi Kivity
2012-01-04memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()Avi Kivity
2012-01-04Store MemoryRegion in RAMBlockAvi 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-20memory: add API for observing updates to the physical memory mapAvi 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-15phys_page_find_alloc: Use correct initial region_offset.Alex Rozenman
2011-12-15exec.c: Fix subpage memory access to RAM MemoryRegionAndreas Färber
2011-12-14tcg/arm: remove fixed map code buffer restrictionDr. David Alan Gilbert
2011-12-10w32: Disable buffering for log fileStefan Weil
2011-11-01Make cpu_single_env thread-localPaolo Bonzini
2011-11-01Error check find_ram_offsetAlex Williamson
2011-10-26exec.c: Remove useless comment陳韋任
2011-10-21qemu-timer: move icount to cpus.cPaolo Bonzini
2011-10-01Move GETPC from dyngen-exec.h to exec-all.hBlue Swirl
2011-09-21Remove qemu_host_page_bitsStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-12fix QLIST usage for RAM listPaolo Bonzini
2011-08-08Integrate I/O memory regions into qemuAvi Kivity
2011-08-07Use mmap to allocate execute memoryTobias Nygren
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka
2011-08-05memory: use signed arithmeticAvi Kivity
2011-07-29Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori
2011-07-29exec.c: initialize memory mapAvi Kivity
2011-07-26cpu-common: Have a ram_addr_t of uint64 with Xen.Anthony PERARD
2011-07-26exec.c: Use ram_addr_t in cpu_physical_memory_rw(...).Anthony PERARD
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-07-17qemu_ram_ptr_length: take ram_addr_t as argumentsStefano Stabellini
2011-07-17xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XENJan Kiszka
2011-07-17xen: Clean up map cache API namingJan Kiszka
2011-07-12exec.c: Fix calculation of code_gen_buffer_max_sizePeter Maydell
2011-07-12exec: add endian specific phys ld/st functionsAlexander Graf
2011-06-27Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori