aboutsummaryrefslogtreecommitdiffstats
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-02Redirect cpu_interrupt to callback handlerJan Kiszka1-1/+3
2011-05-02Break up user and system cpu_interrupt implementationsJan Kiszka1-4/+10
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-5/+4
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil1-1/+1
2011-04-12exec: Remove a type cast which is no longer neededStefan Weil1-1/+1
2011-04-07exec: Handle registrations of the entire address spaceEdgar E. Iglesias1-2/+6
2011-04-06cpu: add set_memory flag to request dirty loggingMichael S. Tsirkin1-6/+8
2011-03-16Expose thread_id in info cpusJan Kiszka1-0/+3
2011-03-15s390: Detect invalid invocations of qemu_ram_free/remapJan Kiszka1-0/+4
2011-03-15Add qemu_ram_remapHuang Ying1-1/+62
2011-03-13Refactor thread retrieval and checkJan Kiszka1-1/+1
2011-03-10Fix performance regression in qemu_get_ram_ptrVincent Palatin1-2/+5
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD1-0/+30
2011-02-10Make tb_alloc staticTristan Gingold1-26/+26
2011-01-16tcg/sparc64: fix segfaultBlue Swirl1-0/+7
2010-12-21Use mmap() within code_gen_alloc() for OpenBSD.Brad1-1/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-7/+14
2010-12-11exec: introduce endianness swapped mmioAlexander Graf1-2/+121
2010-12-03exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr()Stefan Hajnoczi1-1/+0
2010-12-02migration: stable ram block orderingMichael S. Tsirkin1-2/+22
2010-10-30exec: Use fprintf_function for dump_exec_info (format checking)Stefan Weil1-12/+4
2010-10-20Export qemu_ram_addr_from_hostMarcelo Tosatti1-9/+17
2010-10-03exec: Fix compilation error for debug codeStefan Weil1-2/+3
2010-09-25Introduce qemu_madvise()Andreas Färber1-6/+2
2010-08-28Fix segfault in mmio subpage handling code.Gleb Natapov1-0/+2
2010-08-22exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr()Yoshiaki Tamura1-58/+26
2010-08-22exec: replace tabs by spaces.Yoshiaki Tamura1-28/+28
2010-08-10Add qemu_ram_alloc_from_ptr functionCam Macdonell1-0/+43
2010-07-22Declare code_gen_ptr, code_gen_max_blocks 'static'Stefan Weil1-2/+2
2010-07-07Fix warning about uninitialized variableBlue Swirl1-1/+1
2010-07-06ramblocks: No more being lazy about duplicate namesAlex Williamson1-10/+3
2010-07-06qemu_ram_free: Implement itAlex Williamson1-4/+58
2010-07-06ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_pathAlex Williamson1-2/+27
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2010-07-06Remove uses of ram.last_offset (aka last_ram_offset)Alex Williamson1-5/+14
2010-06-30A bit optimization for tlb_set_page()Jun Koi1-4/+6
2010-06-14ram_blocks: Convert to a QLISTAlex Williamson1-51/+27
2010-06-11tcg-s390: Allocate the code_gen_buffer near the main program.Richard Henderson1-0/+7
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno1-1/+1
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson1-0/+5
2010-05-11Fix -mem-path with hugetlbfsMarcelo Tosatti1-2/+6
2010-05-07Fill in unassigned mem read/write callbacks.Richard Henderson1-2/+10
2010-05-06qemu: address todo comment in exec.cMichael S. Tsirkin1-7/+60
2010-05-06Fix zero-length write(2).Richard Henderson1-0/+3
2010-05-05Remove PAGE_RESERVEDPaul Brook1-29/+2
2010-04-25Remove IO_MEM_SUBWIDTH.Richard Henderson1-77/+36
2010-04-11Cleanup dead codeJun Koi1-3/+0
2010-04-10Revert "Avoid page_set_flags() assert in qemu-user host page protection code"Aurelien Jarno1-7/+6
2010-04-09Avoid page_set_flags() assert in qemu-user host page protection codeJuergen Lock1-6/+7