summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* exec.c: Fix calculation of code_gen_buffer_max_sizePeter Maydell2011-07-121-2/+2
* exec: add endian specific phys ld/st functionsAlexander Graf2011-07-121-10/+191
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-06-271-3/+7
|\
| * exec: last_first_tb was only used in !ONLY_USER caseJuan Quintela2011-06-241-3/+7
* | Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
|/
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-06-221-6/+33
|\
| * Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-18/+110
| |\
| * | CPUPhysMemoryClient: batch addresses in catchupAlex Williamson2011-06-121-6/+33
* | | xen: mapcache performance improvementsStefano Stabellini2011-06-191-18/+10
* | | exec.c: refactor cpu_physical_memory_mapStefano Stabellini2011-06-191-17/+34
* | | xen: remove xen_map_block and xen_unmap_blockStefano Stabellini2011-06-191-15/+4
* | | xen: remove qemu_map_cache_unlockStefano Stabellini2011-06-191-1/+1
| |/ |/|
* | Merge remote branch 'rth/axp-next' into alpha-mergeEdgar E. Iglesias2011-06-101-6/+6
|\ \
OpenPOWER on IntegriCloud