Age | Commit message (Expand) | Author |
2012-12-17 | pci: move pci core code to hw/pci | Michael S. Tsirkin |
2012-12-07 | Clean up pci_drive_hot_add()'s use of BlockInterfaceType | Markus Armbruster |
2012-11-26 | hmp: do not crash on invalid SCSI hotplug | Paolo Bonzini |
2012-06-18 | qdev: Convert busses to QEMU Object Model | Anthony Liguori |
2012-06-04 | net: net_client_init(): use error_set() | Luiz Capitulino |
2012-06-04 | net: purge the monitor object from all init functions | Luiz Capitulino |
2012-04-09 | qdev: qdev_unplug(): use error_set() | Luiz Capitulino |
2012-01-04 | Add generic drive hotplugging | Alexander Graf |
2011-11-22 | usb-msd: do not register twice in the boot order | Paolo Bonzini |
2011-03-28 | pci: use devfn for pci_find_device() instead of (slot, fn) pair | Isaku Yamahata |
2011-02-07 | blockdev: add refcount to DriveInfo | Marcelo Tosatti |
2011-01-31 | scsi hotplug: Set DriveInfo member bus correctly | Markus Armbruster |
2011-01-24 | scsi: Allow scsi_bus_legacy_add_drive() to set removable bit | Stefan Hajnoczi |
2010-08-24 | Rearrange block headers | Blue Swirl |
2010-08-22 | QemuOpts: make most qemu_*_opts static | Gerd Hoffmann |
2010-07-11 | pci hotplug: make pci_device_hot_remove() static | Isaku Yamahata |
2010-07-02 | block: Catch attempt to attach multiple devices to a blockdev | Markus Armbruster |
2010-07-02 | qdev: Decouple qdev_prop_drive from DriveInfo | Markus Armbruster |
2010-07-02 | scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callers | Markus Armbruster |
2010-06-04 | blockdev: Collect block device code in new blockdev.c | Markus Armbruster |
2010-05-31 | pci-hotplug: make them aware of pci domain. | Isaku Yamahata |
2010-05-19 | Revert "monitor: Convert do_pci_device_hot_remove() to QObject" | Markus Armbruster |
2010-05-19 | Revert "PCI: Convert pci_device_hot_add() to QObject" | Markus Armbruster |
2010-04-25 | x86: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-18 | error: Drop extra messages after qemu_opts_set() and qemu_opts_parse() | Markus Armbruster |
2010-03-16 | qemu-option: Move the implied first name into QemuOptsList | Markus Armbruster |
2010-03-16 | error: Replace qemu_error() by error_report() | Markus Armbruster |
2010-03-16 | error: Don't abuse qemu_error() for non-error in scsi_hot_add() | Markus Armbruster |
2010-02-19 | Monitor: Convert pci_device_hot_remove() to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert pci_device_hot_add() to cmd_new_ret() | Luiz Capitulino |
2010-02-10 | Monitor: remove unneeded checks | Luiz Capitulino |
2009-12-18 | Fix backcompat for hotplug of SCSI controllers | Daniel P. Berrange |
2009-12-12 | PCI: Convert pci_device_hot_add() to QObject | Luiz Capitulino |
2009-12-12 | scsi: fix drive hotplug. | Gerd Hoffmann |
2009-12-12 | pci: don't abort() when trying to hotplug with acpi off. | Gerd Hoffmann |
2009-12-01 | pci: s/pci_find_host_bus/pci_find_root_bus/g | Isaku Yamahata |
2009-11-09 | pci: make pci configuration transaction more accurate. | Isaku Yamahata |
2009-11-09 | scsi: move scsi-disk.h -> scsi.h | Gerd Hoffmann |
2009-10-27 | monitor: Convert do_pci_device_hot_remove() to QObject | Luiz Capitulino |
2009-10-27 | hotplug: more fixes for scsi disk hotplug. | Gerd Hoffmann |
2009-10-27 | hotplug: fix "pci_add storage if=scsi" | Gerd Hoffmann |
2009-10-27 | kill dead nic unplug code. | Gerd Hoffmann |
2009-10-15 | net: handle -netdevice options | Mark McLoughlin |
2009-10-12 | TARGET_I386 is always defined if TARGET_X86_64 is defined | Juan Quintela |
2009-10-07 | Check return value of qdev_init() | Markus Armbruster |
2009-10-06 | Final net cleanup after conversion to QemuOpts | Mark McLoughlin |
2009-10-06 | Port PCI NIC hotplug to QemuOpts | Mark McLoughlin |
2009-10-06 | Revert "Fix exit on 'pci_add' Monitor command" | Anthony Liguori |
2009-10-05 | Rename pci_create_noinit() to pci_create() | Markus Armbruster |
2009-10-05 | Fix pci_add storage not to exit on bad first argument | Markus Armbruster |