aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
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
2011-03-15Add qemu_ram_remapHuang Ying
2011-03-13Refactor thread retrieval and checkJan Kiszka
2011-03-10Fix performance regression in qemu_get_ram_ptrVincent Palatin
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD
2011-02-10Make tb_alloc staticTristan Gingold
2011-01-16tcg/sparc64: fix segfaultBlue Swirl
2010-12-21Use mmap() within code_gen_alloc() for OpenBSD.Brad
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-12-11exec: introduce endianness swapped mmioAlexander Graf
2010-12-03exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr()Stefan Hajnoczi
2010-12-02migration: stable ram block orderingMichael S. Tsirkin
2010-10-30exec: Use fprintf_function for dump_exec_info (format checking)Stefan Weil
2010-10-20Export qemu_ram_addr_from_hostMarcelo Tosatti
2010-10-03exec: Fix compilation error for debug codeStefan Weil
2010-09-25Introduce qemu_madvise()Andreas Färber
2010-08-28Fix segfault in mmio subpage handling code.Gleb Natapov
2010-08-22exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr()Yoshiaki Tamura
2010-08-22exec: replace tabs by spaces.Yoshiaki Tamura
2010-08-10Add qemu_ram_alloc_from_ptr functionCam Macdonell
2010-07-22Declare code_gen_ptr, code_gen_max_blocks 'static'Stefan Weil
2010-07-07Fix warning about uninitialized variableBlue Swirl
2010-07-06ramblocks: No more being lazy about duplicate namesAlex Williamson
2010-07-06qemu_ram_free: Implement itAlex Williamson
2010-07-06ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_pathAlex Williamson
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-07-06Remove uses of ram.last_offset (aka last_ram_offset)Alex Williamson
2010-06-30A bit optimization for tlb_set_page()Jun Koi
2010-06-14ram_blocks: Convert to a QLISTAlex Williamson
2010-06-11tcg-s390: Allocate the code_gen_buffer near the main program.Richard Henderson
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson