Age | Commit message (Expand) | Author |
2014-10-20 | block: Rename BlockDriverAIOCB* to BlockAIOCB* | Markus Armbruster |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster |
2014-10-20 | blockdev: Eliminate drive_del() | Markus Armbruster |
2014-10-20 | block: Make BlockBackend own its BlockDriverState | Markus Armbruster |
2014-10-20 | block: Connect BlockBackend to BlockDriverState | Markus Armbruster |
2014-10-20 | block: New BlockBackend | Markus Armbruster |
2014-10-20 | block: Split bdrv_new_root() off bdrv_new() | Markus Armbruster |
2014-10-16 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141015-1' into s... | Peter Maydell |
2014-10-16 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ... | Peter Maydell |
2014-10-15 | hw/display/vga: Remove unused arrays dmask4 and dmask16 | Peter Maydell |
2014-10-15 | vga-pci: add qext region to mmio | Gerd Hoffmann |
2014-10-15 | bootindex: move calling add_boot_device_patch to bootindex setter function | Gonglei |
2014-10-15 | ide: add calling add_boot_device_patch in bootindex setter function | Gonglei |
2014-10-15 | nvma: ide: add bootindex to qom property | Gonglei |
2014-10-15 | usb-storage: add bootindex to qom property | Gonglei |
2014-10-15 | virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390 | Gonglei |
2014-10-15 | block: remove bootindex property from qdev to qom | Gonglei |
2014-10-15 | virtio-blk: add bootindex to qom property | Gonglei |
2014-10-15 | ide: add bootindex to qom property | Gonglei |
2014-10-15 | scsi: add bootindex to qom property | Gonglei |
2014-10-15 | isa-fdc: remove bootindexA/B property from qdev to qom | Gonglei |
2014-10-15 | redirect: remove bootindex property from qdev to qom | Gonglei |
2014-10-15 | vfio: remove bootindex property from qdev to qom | Gonglei |
2014-10-15 | pci-assign: remove bootindex property from qdev to qom | Gonglei |
2014-10-15 | host-libusb: remove bootindex property from qdev to qom | Gonglei |
2014-10-15 | virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390 | Gonglei |
2014-10-15 | usb-net: add bootindex to qom property | Gonglei |
2014-10-15 | vmxnet3: add bootindex to qom property | Gonglei |
2014-10-15 | spapr_lian: add bootindex to qom property | Gonglei |
2014-10-15 | rtl8139: add bootindex to qom property | Gonglei |
2014-10-15 | pcnet: add bootindex to qom property | Gonglei |
2014-10-15 | ne2000: add bootindex to qom property | Gonglei |
2014-10-15 | eepro100: add bootindex to qom property | Gonglei |
2014-10-15 | e1000: add bootindex to qom property | Gonglei |
2014-10-15 | virtio-net: add bootindex to qom property | Gonglei |
2014-10-15 | fw_cfg: add fw_cfg_machine_reset function | Gonglei |
2014-10-15 | qdev: Drop legacy_name from qdev properties | Gonglei |
2014-10-15 | qdev: Set the object property's description to the qdev property's. | Gonglei |
2014-10-15 | qdev: Add description field in PropertyInfo struct | Gonglei |
2014-10-15 | qdev: HotplugHandler: Add support for unplugging BUS-less devices | Igor Mammedov |
2014-10-15 | qdev: Drop legacy hotplug fields/methods | Igor Mammedov |
2014-10-15 | usb: Convert usb devices to hotplug handler API | Igor Mammedov |
2014-10-15 | usb: Convert usb-ccid to hotplug handler API | Igor Mammedov |
2014-10-15 | usb-storage: Drop not needed "allow_hotplug = 0" | Igor Mammedov |
2014-10-15 | usb-bot: Drop not needed "allow_hotplug = 0" | Igor Mammedov |
2014-10-15 | usb-bot: Mark device as non hotpluggable | Igor Mammedov |
2014-10-15 | scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fields | Igor Mammedov |
2014-10-15 | scsi: Convert virtio-scsi HBA to hotplug handler API | Igor Mammedov |
2014-10-15 | scsi: Convert pvscsi HBA to hotplug handler API | Igor Mammedov |
2014-10-15 | scsi: Set SCSI BUS itself as default HotplugHandler | Igor Mammedov |