]> git.proxmox.com Git - qemu.git/history - hw/pci-hotplug.c
Introduce a 'client_add' monitor command accepting an open FD
[qemu.git] / hw / pci-hotplug.c
2011-03-28 Isaku Yamahatapci: use devfn for pci_find_device() instead of (slot...
2011-02-07 Marcelo Tosattiblockdev: add refcount to DriveInfo
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-31 Markus Armbrusterscsi hotplug: Set DriveInfo member bus correctly
2011-01-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-01-24 Stefan Hajnocziscsi: Allow scsi_bus_legacy_add_drive() to set removabl...
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-24 Blue SwirlRearrange block headers
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-22 Gerd HoffmannQemuOpts: make most qemu_*_opts static
2010-07-13 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-12 Michael S. TsirkinMerge branch 'master' into pci
2010-07-11 Isaku Yamahatapci hotplug: make pci_device_hot_remove() static
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-02 Markus Armbrusterblock: Catch attempt to attach multiple devices to...
2010-07-02 Markus Armbrusterqdev: Decouple qdev_prop_drive from DriveInfo
2010-07-02 Markus Armbrusterscsi: scsi_bus_legacy_handle_cmdline() can fail, fix...
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-04 Markus Armbrusterblockdev: Collect block device code in new blockdev.c
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into HEAD
2010-05-31 Isaku Yamahatapci-hotplug: make them aware of pci domain.
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-19 Markus ArmbrusterRevert "monitor: Convert do_pci_device_hot_remove(...
2010-05-19 Markus ArmbrusterRevert "PCI: Convert pci_device_hot_add() to QObject"
2010-04-25 Blue Swirlx86: remove dead assignments, spotted by clang analyzer
2010-04-18 Markus Armbrustererror: Drop extra messages after qemu_opts_set() and...
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrusterqemu-option: Move the implied first name into QemuOptsList
2010-03-16 Markus Armbrustererror: Replace qemu_error() by error_report()
2010-03-16 Markus Armbrustererror: Don't abuse qemu_error() for non-error in scsi_h...
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Luiz CapitulinoMonitor: Convert pci_device_hot_remove() to cmd_new_ret()
2010-02-19 Luiz CapitulinoMonitor: Convert pci_device_hot_add() to cmd_new_ret()
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Luiz CapitulinoMonitor: remove unneeded checks
2009-12-18 Daniel P. BerrangeFix backcompat for hotplug of SCSI controllers
2009-12-12 Luiz CapitulinoPCI: Convert pci_device_hot_add() to QObject
2009-12-12 Gerd Hoffmannscsi: fix drive hotplug.
2009-12-12 Gerd Hoffmannpci: don't abort() when trying to hotplug with acpi...
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-12-01 Isaku Yamahatapci: s/pci_find_host_bus/pci_find_root_bus/g
2009-11-09 Isaku Yamahatapci: make pci configuration transaction more accurate.
2009-11-09 Gerd Hoffmannscsi: move scsi-disk.h -> scsi.h
2009-10-27 Luiz Capitulinomonitor: Convert do_pci_device_hot_remove() to QObject
2009-10-27 Gerd Hoffmannhotplug: more fixes for scsi disk hotplug.
2009-10-27 Gerd Hoffmannhotplug: fix "pci_add storage if=scsi"
2009-10-27 Gerd Hoffmannkill dead nic unplug code.
2009-10-15 Mark McLoughlinnet: handle -netdevice options
2009-10-12 Juan QuintelaTARGET_I386 is always defined if TARGET_X86_64 is defined
2009-10-07 Markus ArmbrusterCheck return value of qdev_init()
2009-10-06 Mark McLoughlinFinal net cleanup after conversion to QemuOpts
2009-10-06 Mark McLoughlinPort PCI NIC hotplug to QemuOpts
2009-10-06 Anthony LiguoriRevert "Fix exit on 'pci_add' Monitor command"
2009-10-05 Markus ArmbrusterRename pci_create_noinit() to pci_create()
2009-10-05 Markus ArmbrusterFix pci_add storage not to exit on bad first argument
2009-10-05 Gerd Hoffmannallow if=none for drive_add
2009-10-05 Gerd Hoffmannrefactor drive_hot_add
2009-10-05 Gerd Hoffmanndrive cleanup fixes.
2009-10-05 Gerd Hoffmannpci: windup acpi-based hotplug
2009-10-05 Gerd Hoffmannpci: use qdev for device destruction.
2009-10-05 Luiz CapitulinoFix exit on 'pci_add' Monitor command
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-09 Gerd Hoffmannqdev/scsi: add scsi bus support to qdev, convert drivers.
2009-09-04 Luiz Capitulinomonitor: Port handler_3 to use QDict
2009-09-04 Luiz Capitulinomonitor: Port handler_2 to use QDict
2009-09-04 Luiz Capitulinomonitor: Port handler_1 to use QDict
2009-09-04 Luiz CapitulinoAdd wrappers to functions used by the Monitor
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Sebastian Herbsztpci-hotplug: initialize dinfo to NULL in pci_device_hot_add
2009-08-23 Andrzej ZaborowskiMerge with balrog@git.sv.gnu.org:/srv/git/qemu.git
2009-08-23 Blue SwirlRearrange to suppress gcc 3.3.5 warning about unused...
2009-08-10 Gerd Hoffmannqdev-ify virtio-blk.
2009-07-27 Gerd Hoffmannkill drives_table
2009-06-29 Jan Kiszkamonitor: Make pci_add device options truely optional
2009-06-29 Jan Kiszkamonitor: Drop pci_addr prefix from hotplug commands
2009-06-22 Markus ArmbrusterSupport addr=... in option argument of -drive if=virtio
2009-06-22 Markus ArmbrusterMake first argument of monitor command pci_add work
2009-06-22 Markus ArmbrusterSupport addr=... in option argument of -net nic
2009-06-16 Markus Armbrusterqdev: Fix regression in "pci_add ... storage if=virtio...
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Jan Kiszkanet: Improve parameter error reporting
2009-05-18 Paul BrookSeparate virtio PCI code
2009-05-14 Paul BrookVirtio-blk qdev conversion
2009-05-14 Paul BrookLSI SCSI qdev conversion
2009-04-17 aliguoriDon't fail PCI hotplug if no NIC model is supplied...
2009-04-05 aliguoripci_add storage: fix error handling for 'if' parameter...
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-02-11 aliguoriqemu: PCI device, disk and host network hot-add / hot...