summaryrefslogtreecommitdiffstats
path: root/include/sysemu
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori2013-05-311-1/+2
|\
| * memory: add address_space_access_validPaolo Bonzini2013-05-291-1/+2
* | kvm: add kvm_readonly_mem_enabledJordan Justen2013-05-291-0/+10
|/
* osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini2013-05-141-2/+2
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-05-023-21/+15
|\
| * cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann2013-05-011-9/+0
| * cpu: Introduce CPU hot-plug notifierIgor Mammedov2013-05-011-0/+3
| * cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov2013-05-011-10/+10
| * cpu: Make kvm-stub.o available outside softmmuIgor Mammedov2013-05-011-2/+2
* | Trivial grammar and spelling fixesStefan Weil2013-05-011-1/+1
|/
* sysemu: drop register_devices from headerMichael S. Tsirkin2013-04-301-2/+0
* add a new runstate: RUN_STATE_GUEST_PANICKEDHu Tao2013-04-301-0/+1
* audio: look for the ISA and PCI busesPaolo Bonzini2013-04-291-1/+1
* audio: remove HAS_AUDIOPaolo Bonzini2013-04-291-1/+0
* Common: Add quick access to first boot deviceDominik Dingel2013-04-261-0/+2
* Move TPM passthrough specific command line options to backend structureStefan Berger2013-04-231-0/+1
* Add option to mlock qemu and guest memorySatoru Moriya2013-04-222-0/+6
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-04-191-4/+0
|\
| * kvm: remove unused APIsMichael S. Tsirkin2013-04-141-4/+0
* | chardev: remove the headers of Memory chardev driverLei Li2013-04-171-6/+0
* | cpu: Pass CPUState to *cpu_synchronize_post*()Igor Mammedov2013-04-161-6/+6
* | sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-155-0/+650
* | tpm: reorganize headers and split hardware partPaolo Bonzini2013-04-152-0/+68
|/
* hw: move headers to include/Paolo Bonzini2013-04-081-0/+43
* acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek2013-04-041-1/+2
* Add sample moxie systemAnthony Green2013-03-231-0/+1
* blockdev: Keep a copy of DriveInfo.serialKevin Wolf2013-03-151-1/+1
* migration: use qemu_file_set_error to pass error codes back to qemu_savevm_statePaolo Bonzini2013-03-111-3/+3
* Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell2013-02-231-0/+8
* ui: add basic GTK gui (v5)Anthony Liguori2013-02-211-0/+1
* Remove forward declaration of non-existant variableHervé Poussineau2013-02-211-1/+0
* cpus.c: Drop unnecessary set_cpu_log()Peter Maydell2013-02-161-1/+0
* qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell2013-02-161-1/+0
* util: Fix compilation of envlist.c for MinGWStefan Weil2013-02-021-0/+2
* accel: change {xen, kvm, tcg, qtest}_allowed from int to boolliguang2013-02-012-2/+2
* kvm: Pass CPUState to kvm_on_sigbus_vcpu()Andreas Färber2013-01-281-1/+1
* cpus.h: Make constant smp_cores/smp_threads available on *-userEduardo Habkost2013-01-271-0/+7
* kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost2013-01-271-0/+3
* kvm: Add fake KVM_FEATURE_CLOCKSOURCE_STABLE_BIT for builds without KVMEduardo Habkost2013-01-271-0/+1
* fw_cfg: Splash image loader can overrun a stack variable, fixMarkus Armbruster2013-01-261-1/+1
* Merge remote-tracking branch 'quintela/thread.next' into stagingAnthony Liguori2013-01-211-1/+1
|\
| * migration: remove argument to qemu_savevm_state_cancelJuan Quintela2013-01-171-1/+1
* | vl: Use size_t for sizes in get_boot_devices_list()Markus Armbruster2013-01-191-1/+1
* | HMP: add QDict to info callback handlerWenchao Xia2013-01-171-2/+2
|/
* kvm: Add fake KVM constants to avoid #ifdefs on KVM-specific codeEduardo Habkost2013-01-151-0/+14
* kvm: Pass CPUState to kvm_init_vcpu()Andreas Färber2013-01-151-2/+3
* qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini2013-01-121-0/+8
* Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-231-16/+16
* savevm: New save live migration method: pendingJuan Quintela2012-12-201-0/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-1915-0/+1342
OpenPOWER on IntegriCloud