summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* exec: assert that RAMBlock size is non-zeroStefan Hajnoczi2013-03-261-0/+2
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-03-141-14/+16
|\
| * cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-1/+1
| * exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-7/+0
| * cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-7/+9
| * cpu: Register VMStateDescription through CPUStateAndreas Färber2013-03-121-2/+9
| * cpu: Fix qemu_get_cpu() to return NULL if CPU not foundIgor Mammedov2013-03-121-1/+1
* | exec: make -mem-path filenames deterministicPeter Feiner2013-03-121-1/+12
|/
* Handle CPU interrupts by inline checking of a flagPeter Maydell2013-03-031-1/+1
* cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber2013-02-161-1/+1
* cpu: Move exit_request field to CPUStateAndreas Färber2013-02-161-1/+3
* 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
OpenPOWER on IntegriCloud