aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
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
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-24exec: last_first_tb was only used in !ONLY_USER caseJuan Quintela
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-06-19xen: mapcache performance improvementsStefano Stabellini
2011-06-19exec.c: refactor cpu_physical_memory_mapStefano Stabellini
2011-06-19xen: remove xen_map_block and xen_unmap_blockStefano Stabellini
2011-06-19xen: remove qemu_map_cache_unlockStefano Stabellini
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-12CPUPhysMemoryClient: batch addresses in catchupAlex Williamson
2011-06-10Merge remote branch 'rth/axp-next' into alpha-mergeEdgar E. Iglesias
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-06-03exec: Implement qemu_ram_free_from_ptr()Alex Williamson
2011-05-31target-alpha: Trap for unassigned and unaligned addresses.Richard Henderson
2011-05-23Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanhaAurelien Jarno
2011-05-22Fix typos in comments (chek -> check)Stefan Weil
2011-05-20s390x: complain when allocating ram failsAlexander Graf
2011-05-20s390x: change mapping base to allow guests > 2GBChristian Borntraeger
2011-05-08Introduce qemu_put_ram_ptrAnthony PERARD
2011-05-08xen: Introduce the Xen mapcacheJun Nakajima
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2011-05-05CPUPhysMemoryClient: Pass guest physical address not region offsetAlex Williamson
2011-05-05CPUPhysMemoryClient: Fix typo in phys memory client registrationAlex Williamson
2011-05-02Redirect cpu_interrupt to callback handlerJan Kiszka
2011-05-02Break up user and system cpu_interrupt implementationsJan Kiszka
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil
2011-04-12exec: Remove a type cast which is no longer neededStefan Weil
2011-04-07exec: Handle registrations of the entire address spaceEdgar E. Iglesias
2011-04-06cpu: add set_memory flag to request dirty loggingMichael S. Tsirkin
2011-03-16Expose thread_id in info cpusJan Kiszka
2011-03-15s390: Detect invalid invocations of qemu_ram_free/remapJan Kiszka