summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-16cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber1-1/+1
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber1-1/+3
2013-01-19Replace non-portable asprintf by g_strdup_printfStefan Weil1-5/+3
2013-01-15exec: Return CPUState from qemu_get_cpu()Andreas Färber1-3/+3
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-6/+7
2013-01-15cpu: Move numa_node field to CPUStateAndreas Färber1-3/+1
2013-01-12stubs: fully replace qemu-tool.c and qemu-user.cPaolo Bonzini1-1/+1
2013-01-06Revert "virtio-pci: replace byte swap hack"Blue Swirl1-0/+18
2013-01-06virtio-pci: replace byte swap hackBlue Swirl1-18/+0
2012-12-20protect the ramlist with a separate mutexUmesh Deshpande1-2/+27
2012-12-20add a version number to ram_listUmesh Deshpande1-0/+4
2012-12-20exec: sort the memory from biggest to smallestPaolo Bonzini1-2/+12
2012-12-20exec: change RAM list to a TAILQPaolo Bonzini1-17/+17
2012-12-20exec: change ramlist from MRU order to a 1-item cachePaolo Bonzini1-21/+28
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-3/+3
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-3/+3
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-4/+4
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini1-0/+1
2012-12-16exec: move TB handling to translate-all.cBlue Swirl1-1711/+2
2012-12-16exec: extract TB watchpoint checkBlue Swirl1-8/+14
2012-12-16exec: fix coding styleBlue Swirl1-68/+110
2012-12-08exec: Advise huge pages for the TCG code gen bufferRichard Henderson1-0/+2
2012-11-12dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell1-0/+5
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl1-6/+9
2012-11-03tcg: Add extended GETPC mechanism for MMU helpers with ldst optimizationYeongkyoon Lee1-0/+11
2012-11-01exec: make some functions staticBlue Swirl1-6/+9
2012-10-31cpu: Move thread_id to CPUStateAndreas Färber1-1/+4
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber1-1/+1
2012-10-31cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber1-1/+2
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-81/+81
2012-10-22Call MADV_HUGEPAGE for guest RAM allocationsLuiz Capitulino1-0/+1
2012-10-22Merge remote-tracking branch 'quintela/migration-next-20121017' into stagingAnthony Liguori1-1/+1
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/dma' into stagingAnthony Liguori1-184/+133
2012-10-22memory: add address_space_destroy()Avi Kivity1-0/+10
2012-10-22memory: per-AddressSpace dispatchAvi Kivity1-67/+107
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity1-5/+5
2012-10-22memory: move tcg flush into a tcg memory listenerAvi Kivity1-2/+6
2012-10-22memory: move address_space_memory and address_space_io out of memory coreAvi Kivity1-2/+7
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity1-13/+0
2012-10-20exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.cRichard Henderson1-0/+4
2012-10-20exec: Allocate code_gen_prologue from code_gen_bufferRichard Henderson1-19/+11
2012-10-20exec: Do not use absolute address hints for code_gen_buffer with -fpieRichard Henderson1-1/+6
2012-10-20exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too largeRichard Henderson1-1/+5
2012-10-20exec: Split up and tidy code_gen_bufferRichard Henderson1-92/+103
2012-10-17ram: Export last_ram_offset()Juan Quintela1-1/+1
2012-10-15memory: drop no-op MemoryListener callbacksAvi Kivity1-96/+0
2012-10-15memory: rename 'exec-obsolete.h'Avi Kivity1-2/+1
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell1-10/+2
2012-10-03exec, memory: Call to xen_modified_memory.Anthony PERARD1-0/+1
2012-10-03exec: Introduce helper to set dirty flags.Anthony PERARD1-35/+17