aboutsummaryrefslogtreecommitdiffstats
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-05memory: use signed arithmeticAvi Kivity1-1/+1
2011-07-29Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori1-6/+7
2011-07-29exec.c: initialize memory mapAvi Kivity1-0/+19
2011-07-26cpu-common: Have a ram_addr_t of uint64 with Xen.Anthony PERARD1-4/+5
2011-07-26exec.c: Use ram_addr_t in cpu_physical_memory_rw(...).Anthony PERARD1-2/+2
2011-07-20Fix unassigned memory access handlingBlue Swirl1-6/+6
2011-07-17qemu_ram_ptr_length: take ram_addr_t as argumentsStefano Stabellini1-7/+14
2011-07-17xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XENJan Kiszka1-8/+8
2011-07-17xen: Clean up map cache API namingJan Kiszka1-8/+10
2011-07-12exec.c: Fix calculation of code_gen_buffer_max_sizePeter Maydell1-2/+2
2011-07-12exec: add endian specific phys ld/st functionsAlexander Graf1-10/+191
2011-06-27Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-3/+7
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-24exec: last_first_tb was only used in !ONLY_USER caseJuan Quintela1-3/+7
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-6/+33
2011-06-19xen: mapcache performance improvementsStefano Stabellini1-18/+10
2011-06-19exec.c: refactor cpu_physical_memory_mapStefano Stabellini1-17/+34
2011-06-19xen: remove xen_map_block and xen_unmap_blockStefano Stabellini1-15/+4
2011-06-19xen: remove qemu_map_cache_unlockStefano Stabellini1-1/+1
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-18/+110
2011-06-12CPUPhysMemoryClient: batch addresses in catchupAlex Williamson1-6/+33
2011-06-10Merge remote branch 'rth/axp-next' into alpha-mergeEdgar E. Iglesias1-6/+6
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-06-03exec: Implement qemu_ram_free_from_ptr()Alex Williamson1-0/+13
2011-05-31target-alpha: Trap for unassigned and unaligned addresses.Richard Henderson1-6/+6
2011-05-23Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanhaAurelien Jarno1-1/+1
2011-05-22Fix typos in comments (chek -> check)Stefan Weil1-1/+1
2011-05-20s390x: complain when allocating ram failsAlexander Graf1-0/+4
2011-05-20s390x: change mapping base to allow guests > 2GBChristian Borntraeger1-3/+7
2011-05-08Introduce qemu_put_ram_ptrAnthony PERARD1-3/+35