summaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
2013-05-31Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori1-1/+2
2013-05-29memory: add address_space_access_validPaolo Bonzini1-1/+2
2013-05-29kvm: add kvm_readonly_mem_enabledJordan Justen1-0/+10
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini1-2/+2
2013-05-02Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori3-21/+15
2013-05-01Trivial grammar and spelling fixesStefan Weil1-1/+1
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann1-9/+0
2013-05-01cpu: Introduce CPU hot-plug notifierIgor Mammedov1-0/+3
2013-05-01cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov1-10/+10
2013-05-01cpu: Make kvm-stub.o available outside softmmuIgor Mammedov1-2/+2
2013-04-30sysemu: drop register_devices from headerMichael S. Tsirkin1-2/+0
2013-04-30add a new runstate: RUN_STATE_GUEST_PANICKEDHu Tao1-0/+1
2013-04-29audio: look for the ISA and PCI busesPaolo Bonzini1-1/+1
2013-04-29audio: remove HAS_AUDIOPaolo Bonzini1-1/+0
2013-04-26Common: Add quick access to first boot deviceDominik Dingel1-0/+2
2013-04-23Move TPM passthrough specific command line options to backend structureStefan Berger1-0/+1
2013-04-22Add option to mlock qemu and guest memorySatoru Moriya2-0/+6
2013-04-19Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-4/+0
2013-04-17chardev: remove the headers of Memory chardev driverLei Li1-6/+0
2013-04-16cpu: Pass CPUState to *cpu_synchronize_post*()Igor Mammedov1-6/+6
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini5-0/+650
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini2-0/+68
2013-04-14kvm: remove unused APIsMichael S. Tsirkin1-4/+0
2013-04-08hw: move headers to include/Paolo Bonzini1-0/+43
2013-04-04acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek1-1/+2
2013-03-23Add sample moxie systemAnthony Green1-0/+1
2013-03-15blockdev: Keep a copy of DriveInfo.serialKevin Wolf1-1/+1
2013-03-11migration: use qemu_file_set_error to pass error codes back to qemu_savevm_statePaolo Bonzini1-3/+3
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell1-0/+8
2013-02-21ui: add basic GTK gui (v5)Anthony Liguori1-0/+1
2013-02-21Remove forward declaration of non-existant variableHervé Poussineau1-1/+0
2013-02-16cpus.c: Drop unnecessary set_cpu_log()Peter Maydell1-1/+0
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell1-1/+0
2013-02-02util: Fix compilation of envlist.c for MinGWStefan Weil1-0/+2
2013-02-01accel: change {xen, kvm, tcg, qtest}_allowed from int to boolliguang2-2/+2
2013-01-28kvm: Pass CPUState to kvm_on_sigbus_vcpu()Andreas Färber1-1/+1
2013-01-27cpus.h: Make constant smp_cores/smp_threads available on *-userEduardo Habkost1-0/+7
2013-01-27kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost1-0/+3
2013-01-27kvm: Add fake KVM_FEATURE_CLOCKSOURCE_STABLE_BIT for builds without KVMEduardo Habkost1-0/+1
2013-01-26fw_cfg: Splash image loader can overrun a stack variable, fixMarkus Armbruster1-1/+1
2013-01-21Merge remote-tracking branch 'quintela/thread.next' into stagingAnthony Liguori1-1/+1
2013-01-19vl: Use size_t for sizes in get_boot_devices_list()Markus Armbruster1-1/+1
2013-01-17migration: remove argument to qemu_savevm_state_cancelJuan Quintela1-1/+1
2013-01-17HMP: add QDict to info callback handlerWenchao Xia1-2/+2
2013-01-15kvm: Add fake KVM constants to avoid #ifdefs on KVM-specific codeEduardo Habkost1-0/+14
2013-01-15kvm: Pass CPUState to kvm_init_vcpu()Andreas Färber1-2/+3
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini1-0/+8
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber15-0/+1343
2012-12-20savevm: New save live migration method: pendingJuan Quintela1-0/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini15-0/+1342