1. dd97aa8 Add generic drive hotplugging by Alexander Graf · 15 years ago
  2. ce4e7e4 usb-msd: do not register twice in the boot order by Paolo Bonzini · 13 years ago
  3. 5256d8b pci: use devfn for pci_find_device() instead of (slot, fn) pair by Isaku Yamahata · 14 years ago
  4. 84fb392 blockdev: add refcount to DriveInfo by Marcelo Tosatti · 14 years ago
  5. 31e1ea3 scsi hotplug: Set DriveInfo member bus correctly by Markus Armbruster · 14 years ago
  6. 2d1fd26 scsi: Allow scsi_bus_legacy_add_drive() to set removable bit by Stefan Hajnoczi · 14 years ago
  7. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  8. 3329f07 QemuOpts: make most qemu_*_opts static by Gerd Hoffmann · 15 years ago
  9. f2b07c9 pci hotplug: make pci_device_hot_remove() static by Isaku Yamahata · 15 years ago
  10. 18846de block: Catch attempt to attach multiple devices to a blockdev by Markus Armbruster · 15 years ago
  11. f8b6cc0 qdev: Decouple qdev_prop_drive from DriveInfo by Markus Armbruster · 15 years ago
  12. fa66b90 scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callers by Markus Armbruster · 15 years ago
  13. 666daa6 blockdev: Collect block device code in new blockdev.c by Markus Armbruster · 15 years ago
  14. e075e78 pci-hotplug: make them aware of pci domain. by Isaku Yamahata · 15 years ago
  15. b752daf Revert "monitor: Convert do_pci_device_hot_remove() to QObject" by Markus Armbruster · 15 years ago
  16. 6c6a58a Revert "PCI: Convert pci_device_hot_add() to QObject" by Markus Armbruster · 15 years ago
  17. 7f5b7d3 x86: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  18. c389c43 error: Drop extra messages after qemu_opts_set() and qemu_opts_parse() by Markus Armbruster · 15 years ago
  19. 8212c64 qemu-option: Move the implied first name into QemuOptsList by Markus Armbruster · 15 years ago
  20. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  21. 6fdb03d error: Don't abuse qemu_error() for non-error in scsi_hot_add() by Markus Armbruster · 15 years ago
  22. 053801b Monitor: Convert pci_device_hot_remove() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  23. 395560c Monitor: Convert pci_device_hot_add() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  24. ba14414 Monitor: remove unneeded checks by Luiz Capitulino · 15 years ago
  25. ec7efac Fix backcompat for hotplug of SCSI controllers by Daniel P. Berrange · 15 years ago
  26. 7a344f7 PCI: Convert pci_device_hot_add() to QObject by Luiz Capitulino · 15 years ago
  27. 11f4d7f scsi: fix drive hotplug. by Gerd Hoffmann · 15 years ago
  28. 53e0d8a pci: don't abort() when trying to hotplug with acpi off. by Gerd Hoffmann · 15 years ago
  29. c469e1d pci: s/pci_find_host_bus/pci_find_root_bus/g by Isaku Yamahata · 15 years ago
  30. e822a52 pci: make pci configuration transaction more accurate. by Isaku Yamahata · 15 years ago
  31. 43b443b scsi: move scsi-disk.h -> scsi.h by Gerd Hoffmann · 15 years ago
  32. 6848d82 monitor: Convert do_pci_device_hot_remove() to QObject by Luiz Capitulino · 15 years ago
  33. 30d335d hotplug: more fixes for scsi disk hotplug. by Gerd Hoffmann · 15 years ago
  34. 5b684b5 hotplug: fix "pci_add storage if=scsi" by Gerd Hoffmann · 15 years ago
  35. 9ad4531 kill dead nic unplug code. by Gerd Hoffmann · 15 years ago
  36. f6b134a net: handle -netdevice options by Mark McLoughlin · 15 years ago
  37. ce88f89 TARGET_I386 is always defined if TARGET_X86_64 is defined by Juan Quintela · 15 years ago
  38. 33e66b8 Check return value of qdev_init() by Markus Armbruster · 15 years ago
  39. dc1c9fe Final net cleanup after conversion to QemuOpts by Mark McLoughlin · 15 years ago
  40. c59c7ea Port PCI NIC hotplug to QemuOpts by Mark McLoughlin · 15 years ago
  41. e52eb61 Revert "Fix exit on 'pci_add' Monitor command" by Anthony Liguori · 15 years ago
  42. 499cf10 Rename pci_create_noinit() to pci_create() by Markus Armbruster · 16 years ago
  43. 49bd145 Fix pci_add storage not to exit on bad first argument by Markus Armbruster · 16 years ago
  44. 7101174 allow if=none for drive_add by Gerd Hoffmann · 16 years ago
  45. 4db49dc refactor drive_hot_add by Gerd Hoffmann · 16 years ago
  46. 56a1493 drive cleanup fixes. by Gerd Hoffmann · 16 years ago
  47. 3f84865 pci: windup acpi-based hotplug by Gerd Hoffmann · 16 years ago
  48. a36a344 pci: use qdev for device destruction. by Gerd Hoffmann · 16 years ago
  49. 0148fde Fix exit on 'pci_add' Monitor command by Luiz Capitulino · 16 years ago
  50. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 16 years ago
  51. d52affa qdev/scsi: add scsi bus support to qdev, convert drivers. by Gerd Hoffmann · 16 years ago
  52. 1d4daa9 monitor: Port handler_3 to use QDict by Luiz Capitulino · 16 years ago
  53. f18c16d monitor: Port handler_2 to use QDict by Luiz Capitulino · 16 years ago
  54. d54908a monitor: Port handler_1 to use QDict by Luiz Capitulino · 16 years ago
  55. 3818318 Add wrappers to functions used by the Monitor by Luiz Capitulino · 16 years ago
  56. 06c79f4 pci-hotplug: initialize dinfo to NULL in pci_device_hot_add by Sebastian Herbszt · 16 years ago
  57. 7432ff5 Rearrange to suppress gcc 3.3.5 warning about unused variable by Blue Swirl · 16 years ago
  58. d176c49 qdev-ify virtio-blk. by Gerd Hoffmann · 16 years ago
  59. 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
  60. a62acdc monitor: Make pci_add device options truely optional by Jan Kiszka · 16 years ago
  61. e9283f8 monitor: Drop pci_addr prefix from hotplug commands by Jan Kiszka · 16 years ago
  62. c2cc47a Support addr=... in option argument of -drive if=virtio by Markus Armbruster · 16 years ago
  63. 1f5f663 Make first argument of monitor command pci_add work by Markus Armbruster · 16 years ago
  64. 5607c38 Support addr=... in option argument of -net nic by Markus Armbruster · 16 years ago
  65. d3fa1e0 qdev: Fix regression in "pci_add ... storage if=virtio, ..." by Markus Armbruster · 16 years ago
  66. 10ae5a7 net: Improve parameter error reporting by Jan Kiszka · 16 years ago
  67. 53c25ce Separate virtio PCI code by Paul Brook · 16 years ago
  68. 07e3af9 Virtio-blk qdev conversion by Paul Brook · 16 years ago
  69. 9be5daf LSI SCSI qdev conversion by Paul Brook · 16 years ago
  70. eefb409 Don't fail PCI hotplug if no NIC model is supplied (Mark McLoughlin) by aliguori · 16 years ago
  71. 8707ecc pci_add storage: fix error handling for 'if' parameter (Eduardo Habkost) by aliguori · 16 years ago
  72. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  73. 6f338c3 qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti) by aliguori · 16 years ago