Age | Commit message (Expand) | Author |
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 |
2009-10-05 | allow if=none for drive_add | Gerd Hoffmann |
2009-10-05 | refactor drive_hot_add | Gerd Hoffmann |
2009-10-05 | drive cleanup fixes. | Gerd Hoffmann |
2009-10-05 | pci: windup acpi-based hotplug | Gerd Hoffmann |
2009-10-05 | pci: use qdev for device destruction. | Gerd Hoffmann |
2009-10-05 | Fix exit on 'pci_add' Monitor command | Luiz Capitulino |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |
2009-09-09 | qdev/scsi: add scsi bus support to qdev, convert drivers. | Gerd Hoffmann |
2009-09-04 | monitor: Port handler_3 to use QDict | Luiz Capitulino |
2009-09-04 | monitor: Port handler_2 to use QDict | Luiz Capitulino |
2009-09-04 | monitor: Port handler_1 to use QDict | Luiz Capitulino |
2009-09-04 | Add wrappers to functions used by the Monitor | Luiz Capitulino |
2009-08-27 | pci-hotplug: initialize dinfo to NULL in pci_device_hot_add | Sebastian Herbszt |
2009-08-23 | Rearrange to suppress gcc 3.3.5 warning about unused variable | Blue Swirl |
2009-08-10 | qdev-ify virtio-blk. | Gerd Hoffmann |
2009-07-27 | kill drives_table | Gerd Hoffmann |
2009-06-29 | monitor: Make pci_add device options truely optional | Jan Kiszka |
2009-06-29 | monitor: Drop pci_addr prefix from hotplug commands | Jan Kiszka |
2009-06-22 | Support addr=... in option argument of -drive if=virtio | Markus Armbruster |
2009-06-22 | Make first argument of monitor command pci_add work | Markus Armbruster |
2009-06-22 | Support addr=... in option argument of -net nic | Markus Armbruster |
2009-06-16 | qdev: Fix regression in "pci_add ... storage if=virtio, ..." | Markus Armbruster |
2009-06-09 | net: Improve parameter error reporting | Jan Kiszka |