aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-hotplug.c
AgeCommit message (Expand)Author
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori
2012-06-04net: net_client_init(): use error_set()Luiz Capitulino
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino
2012-04-09qdev: qdev_unplug(): use error_set()Luiz Capitulino
2012-01-04Add generic drive hotpluggingAlexander Graf
2011-11-22usb-msd: do not register twice in the boot orderPaolo Bonzini
2011-03-28pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata
2011-02-07blockdev: add refcount to DriveInfoMarcelo Tosatti
2011-01-31scsi hotplug: Set DriveInfo member bus correctlyMarkus Armbruster
2011-01-24scsi: Allow scsi_bus_legacy_add_drive() to set removable bitStefan Hajnoczi
2010-08-24Rearrange block headersBlue Swirl
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann
2010-07-11pci hotplug: make pci_device_hot_remove() staticIsaku Yamahata
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster
2010-07-02scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callersMarkus Armbruster
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-05-31pci-hotplug: make them aware of pci domain.Isaku Yamahata
2010-05-19Revert "monitor: Convert do_pci_device_hot_remove() to QObject"Markus Armbruster
2010-05-19Revert "PCI: Convert pci_device_hot_add() to QObject"Markus Armbruster
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16error: Don't abuse qemu_error() for non-error in scsi_hot_add()Markus Armbruster
2010-02-19Monitor: Convert pci_device_hot_remove() to cmd_new_ret()Luiz Capitulino
2010-02-19Monitor: Convert pci_device_hot_add() to cmd_new_ret()Luiz Capitulino
2010-02-10Monitor: remove unneeded checksLuiz Capitulino
2009-12-18Fix backcompat for hotplug of SCSI controllersDaniel P. Berrange
2009-12-12PCI: Convert pci_device_hot_add() to QObjectLuiz Capitulino
2009-12-12scsi: fix drive hotplug.Gerd Hoffmann
2009-12-12pci: don't abort() when trying to hotplug with acpi off.Gerd Hoffmann
2009-12-01pci: s/pci_find_host_bus/pci_find_root_bus/gIsaku Yamahata
2009-11-09pci: make pci configuration transaction more accurate.Isaku Yamahata
2009-11-09scsi: move scsi-disk.h -> scsi.hGerd Hoffmann
2009-10-27monitor: Convert do_pci_device_hot_remove() to QObjectLuiz Capitulino
2009-10-27hotplug: more fixes for scsi disk hotplug.Gerd Hoffmann
2009-10-27hotplug: fix "pci_add storage if=scsi"Gerd Hoffmann
2009-10-27kill dead nic unplug code.Gerd Hoffmann
2009-10-15net: handle -netdevice optionsMark McLoughlin
2009-10-12TARGET_I386 is always defined if TARGET_X86_64 is definedJuan Quintela
2009-10-07Check return value of qdev_init()Markus Armbruster
2009-10-06Final net cleanup after conversion to QemuOptsMark McLoughlin
2009-10-06Port PCI NIC hotplug to QemuOptsMark McLoughlin
2009-10-06Revert "Fix exit on 'pci_add' Monitor command"Anthony Liguori
2009-10-05Rename pci_create_noinit() to pci_create()Markus Armbruster
2009-10-05Fix pci_add storage not to exit on bad first argumentMarkus Armbruster
2009-10-05allow if=none for drive_addGerd Hoffmann
2009-10-05refactor drive_hot_addGerd Hoffmann
2009-10-05drive cleanup fixes.Gerd Hoffmann