summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Replace non-portable asprintf by g_strdup_printfStefan Weil2013-01-191-5/+3
* exec: Return CPUState from qemu_get_cpu()Andreas Färber2013-01-151-3/+3
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-6/+7
* cpu: Move numa_node field to CPUStateAndreas Färber2013-01-151-3/+1
* stubs: fully replace qemu-tool.c and qemu-user.cPaolo Bonzini2013-01-121-1/+1
* Revert "virtio-pci: replace byte swap hack"Blue Swirl2013-01-061-0/+18
* virtio-pci: replace byte swap hackBlue Swirl2013-01-061-18/+0
* protect the ramlist with a separate mutexUmesh Deshpande2012-12-201-2/+27
* add a version number to ram_listUmesh Deshpande2012-12-201-0/+4
* exec: sort the memory from biggest to smallestPaolo Bonzini2012-12-201-2/+12
* exec: change RAM list to a TAILQPaolo Bonzini2012-12-201-17/+17
* exec: change ramlist from MRU order to a 1-item cachePaolo Bonzini2012-12-201-21/+28
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-3/+3
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-3/+3
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-4/+4
* janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini2012-12-191-0/+1
* exec: move TB handling to translate-all.cBlue Swirl2012-12-161-1711/+2
* exec: extract TB watchpoint checkBlue Swirl2012-12-161-8/+14
* exec: fix coding styleBlue Swirl2012-12-161-68/+110
* exec: Advise huge pages for the TCG code gen bufferRichard Henderson2012-12-081-0/+2
* dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell2012-11-121-0/+5
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2012-11-031-6/+9
|\
| * exec: make some functions staticBlue Swirl2012-11-011-6/+9
* | tcg: Add extended GETPC mechanism for MMU helpers with ldst optimizationYeongkyoon Lee2012-11-031-0/+11
* | cpu: Move thread_id to CPUStateAndreas Färber2012-10-311-1/+4
* | cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber2012-10-311-1/+1
* | cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber2012-10-311-1/+2
|/
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-81/+81
* Call MADV_HUGEPAGE for guest RAM allocationsLuiz Capitulino2012-10-221-0/+1
* Merge remote-tracking branch 'quintela/migration-next-20121017' into stagingAnthony Liguori2012-10-221-1/+1
|\
| * ram: Export last_ram_offset()Juan Quintela2012-10-171-1/+1
* | Merge remote-tracking branch 'qemu-kvm/memory/dma' into stagingAnthony Liguori2012-10-221-184/+133
|\ \
| * | memory: add address_space_destroy()Avi Kivity2012-10-221-0/+10
| * | memory: per-AddressSpace dispatchAvi Kivity2012-10-221-67/+107
| * | memory: use AddressSpace for MemoryListener filteringAvi Kivity2012-10-221-5/+5
| * | memory: move tcg flush into a tcg memory listenerAvi Kivity2012-10-221-2/+6
| * | memory: move address_space_memory and address_space_io out of memory coreAvi Kivity2012-10-221-2/+7
| * | memory: manage coalesced mmio via a MemoryListenerAvi Kivity2012-10-221-13/+0
| * | memory: drop no-op MemoryListener callbacksAvi Kivity2012-10-151-96/+0
| * | memory: rename 'exec-obsolete.h'Avi Kivity2012-10-151-2/+1
| |/
* | exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.cRichard Henderson2012-10-201-0/+4
* | exec: Allocate code_gen_prologue from code_gen_bufferRichard Henderson2012-10-201-19/+11
* | exec: Do not use absolute address hints for code_gen_buffer with -fpieRichard Henderson2012-10-201-1/+6
* | exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too largeRichard Henderson2012-10-201-1/+5
* | exec: Split up and tidy code_gen_bufferRichard Henderson2012-10-201-92/+103
|/
* cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-051-10/+2
* exec, memory: Call to xen_modified_memory.Anthony PERARD2012-10-031-0/+1
* exec: Introduce helper to set dirty flags.Anthony PERARD2012-10-031-35/+17
* tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.Richard Henderson2012-09-211-3/+3
* tcg-sparc: Don't MAP_FIXED on top of the programRichard Henderson2012-09-211-4/+2
OpenPOWER on IntegriCloud