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