summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-05-01cpu: Add qemu_for_each_cpu()Michael S. Tsirkin1-0/+9
2013-05-01cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov1-0/+2
2013-05-01pc: Update rtc_cmos on CPU hot-plugIgor Mammedov1-0/+1
2013-05-01cpu: Introduce CPU hot-plug notifierIgor Mammedov1-0/+3
2013-05-01cpu: Introduce cpu_resume(), for single CPUIgor Mammedov1-0/+7
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-30pvpanic: create pvpanic by default for machine 1.5Hu Tao1-0/+3
2013-04-30fw_cfg: add required header filesHu Tao1-0/+7
2013-04-30add a new qevent: QEVENT_GUEST_PANICKEDHu Tao1-0/+1
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-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini2-21/+4
2013-04-29serial: QOM'ify ISA serialAndreas Färber1-0/+1
2013-04-29pcspk: QOM'ifyAndreas Färber1-1/+3
2013-04-29mc146818rtc: QOM'ifyAndreas Färber1-0/+2
2013-04-29i8259: QOM cleanupsAndreas Färber1-1/+2
2013-04-29fdc: QOM'ify ISA floppy controllerAndreas Färber1-0/+2
2013-04-29Merge remote-tracking branch 'bonzini/migration-writev' into stagingAnthony Liguori2-20/+19
2013-04-29win32: add readv/writev emulationPaolo Bonzini2-20/+19
2013-04-27tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson1-0/+17
2013-04-26Common: Add quick access to first boot deviceDominik Dingel1-0/+2
2013-04-25Remove unnecessary FreeBSD #includeEd Maste1-4/+0
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann1-2/+1
2013-04-25console: add qemu_console_lookup_by_deviceGerd Hoffmann1-0/+1
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-1/+2
2013-04-25console: qom-ify QemuConsoleGerd Hoffmann1-0/+15
2013-04-24pc: Kill the "use flash device for BIOS unless KVM" misfeatureMarkus Armbruster1-0/+5
2013-04-24Merge remote-tracking branch 'alon/libcacard_ccid.1' into stagingAnthony Liguori1-0/+5
2013-04-24virtio: drop unused function prototypes.KONRAD Frederic1-10/+0
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic1-5/+1
2013-04-24virtio: remove virtiobindings.KONRAD Frederic2-23/+0
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-24/+0
2013-04-24virtio-bus: add new functions.KONRAD Frederic1-0/+5
2013-04-24virtio-rng: cleanup: use QOM casts.KONRAD Frederic1-1/+1
2013-04-24virtio-rng: cleanup: remove qdev field.KONRAD Frederic1-2/+0
2013-04-24virtio-rng: cleanup: init and exit functions.KONRAD Frederic1-2/+0
2013-04-24virtio-rng: add virtio-rng device.KONRAD Frederic1-0/+14
2013-04-24virtio-rng: don't use pointer for configuration.KONRAD Frederic1-1/+1
2013-04-24input: introduce keyboard handler listGerd Hoffmann2-2/+5
2013-04-24input: make QEMUPutLEDEntry + QEMUPutMouseEntry privateGerd Hoffmann1-17/+2
2013-04-24ich9: kill cmos_s3Hu Tao2-2/+2
2013-04-24ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy1-0/+5
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-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2-3/+2
2013-04-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori5-4/+212
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-2/+1