summaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2013-05-06qdev: Let qdev_prop_parse() pass through ErrorAndreas Färber
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic
2013-05-03virtio: add virtio_device_set_child_bus_name.KONRAD Frederic
2013-05-02Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-05-01Trivial grammar and spelling fixesStefan Weil
2013-05-01pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov
2013-05-01Add hot_add_cpu hook to QEMUMachineIgor Mammedov
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov
2013-05-01target-i386: Introduce ICC bus/device/bridgeIgor Mammedov
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov
2013-05-01pc: Update rtc_cmos on CPU hot-plugIgor Mammedov
2013-04-30pvpanic: create pvpanic by default for machine 1.5Hu Tao
2013-04-30fw_cfg: add required header filesHu Tao
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini
2013-04-29serial: QOM'ify ISA serialAndreas Färber
2013-04-29pcspk: QOM'ifyAndreas Färber
2013-04-29mc146818rtc: QOM'ifyAndreas Färber
2013-04-29i8259: QOM cleanupsAndreas Färber
2013-04-29fdc: QOM'ify ISA floppy controllerAndreas Färber
2013-04-24pc: Kill the "use flash device for BIOS unless KVM" misfeatureMarkus Armbruster
2013-04-24virtio: drop unused function prototypes.KONRAD Frederic
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic
2013-04-24virtio: remove virtiobindings.KONRAD Frederic
2013-04-24virtio: remove the function pointer.KONRAD Frederic
2013-04-24virtio-bus: add new functions.KONRAD Frederic
2013-04-24virtio-rng: cleanup: use QOM casts.KONRAD Frederic
2013-04-24virtio-rng: cleanup: remove qdev field.KONRAD Frederic
2013-04-24virtio-rng: cleanup: init and exit functions.KONRAD Frederic
2013-04-24virtio-rng: add virtio-rng device.KONRAD Frederic
2013-04-24virtio-rng: don't use pointer for configuration.KONRAD Frederic
2013-04-24input: introduce keyboard handler listGerd Hoffmann
2013-04-24ich9: kill cmos_s3Hu Tao
2013-04-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2013-04-20qdev: Drop taddr propertiesPeter Maydell
2013-04-19vhost-scsi: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger
2013-04-19virtio-scsi: create VirtIOSCSICommonPaolo Bonzini
2013-04-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2013-04-19Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-04-19virtio.h: drop unused function prototypesLuiz Capitulino
2013-04-19vhost: Add vhost_commit callback for SeaBIOS ROM region re-mappingNicholas Bellinger
2013-04-19scsi: VMWare PVSCSI paravirtual device implementationDmitry Fleytman
2013-04-18configure: CONFIG_NO_XEN is duplicatedPaolo Bonzini
2013-04-17virtio-net: cleanup: use QOM cast.KONRAD Frederic
2013-04-17virtio-net: add the virtio-net device.KONRAD Frederic
2013-04-17virtio: add two functions to VirtioDeviceClass.KONRAD Frederic
2013-04-16Merge remote-tracking branch 'spice/spice.v69' into stagingAnthony Liguori
2013-04-16Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-04-16virtio-console: Also throttle when less was written then requestedHans de Goede