summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2014-10-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20141015-2' into s...Peter Maydell
2014-10-22Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141015-1' into ...Peter Maydell
2014-10-22Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141015' into stagingPeter Maydell
2014-10-22hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12Peter Maydell
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141015-1' into s...Peter Maydell
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell
2014-10-15xhci: remove dead codeGerd Hoffmann
2014-10-15usb-hid: Add high speed keyboard configurationJan Vesely
2014-10-15usb-hid: Add high speed mouse configurationJan Vesely
2014-10-15hw/display/vga: Remove unused arrays dmask4 and dmask16Peter Maydell
2014-10-15vga-pci: add qext region to mmioGerd Hoffmann
2014-10-15qxl: keep going if reaching guest bug on empty areaMarc-André Lureau
2014-10-15usb-hid: Move descriptor decision to usb-hid initfnJan Vesely
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15ide: add calling add_boot_device_patch in bootindex setter functionGonglei
2014-10-15nvma: ide: add bootindex to qom propertyGonglei
2014-10-15usb-storage: add bootindex to qom propertyGonglei
2014-10-15virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390Gonglei
2014-10-15block: remove bootindex property from qdev to qomGonglei
2014-10-15virtio-blk: add bootindex to qom propertyGonglei
2014-10-15ide: add bootindex to qom propertyGonglei
2014-10-15scsi: add bootindex to qom propertyGonglei
2014-10-15isa-fdc: remove bootindexA/B property from qdev to qomGonglei
2014-10-15redirect: remove bootindex property from qdev to qomGonglei
2014-10-15vfio: remove bootindex property from qdev to qomGonglei
2014-10-15pci-assign: remove bootindex property from qdev to qomGonglei
2014-10-15host-libusb: remove bootindex property from qdev to qomGonglei
2014-10-15virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390Gonglei
2014-10-15usb-net: add bootindex to qom propertyGonglei
2014-10-15vmxnet3: add bootindex to qom propertyGonglei
2014-10-15spapr_lian: add bootindex to qom propertyGonglei
2014-10-15rtl8139: add bootindex to qom propertyGonglei
2014-10-15pcnet: add bootindex to qom propertyGonglei
2014-10-15ne2000: add bootindex to qom propertyGonglei
2014-10-15eepro100: add bootindex to qom propertyGonglei
2014-10-15e1000: add bootindex to qom propertyGonglei
2014-10-15virtio-net: add bootindex to qom propertyGonglei
2014-10-15fw_cfg: add fw_cfg_machine_reset functionGonglei
2014-10-15qdev: Drop legacy_name from qdev propertiesGonglei
2014-10-15qdev: Set the object property's description to the qdev property's.Gonglei
2014-10-15qdev: Add description field in PropertyInfo structGonglei
2014-10-15qdev: HotplugHandler: Add support for unplugging BUS-less devicesIgor Mammedov
2014-10-15qdev: Drop legacy hotplug fields/methodsIgor Mammedov
2014-10-15usb: Convert usb devices to hotplug handler APIIgor Mammedov
2014-10-15usb: Convert usb-ccid to hotplug handler APIIgor Mammedov
2014-10-15usb-storage: Drop not needed "allow_hotplug = 0"Igor Mammedov
2014-10-15usb-bot: Drop not needed "allow_hotplug = 0"Igor Mammedov
2014-10-15usb-bot: Mark device as non hotpluggableIgor Mammedov
2014-10-15scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fieldsIgor Mammedov
2014-10-15scsi: Convert virtio-scsi HBA to hotplug handler APIIgor Mammedov