index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci-hotplug.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-10-05
pci: windup acpi-based hotplug
Gerd Hoffmann
1
-13
/
+2
2009-10-05
pci: use qdev for device destruction.
Gerd Hoffmann
1
-1
/
+1
2009-10-05
Fix exit on 'pci_add' Monitor command
Luiz Capitulino
1
-0
/
+4
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-1
/
+1
2009-09-09
qdev/scsi: add scsi bus support to qdev, convert drivers.
Gerd Hoffmann
1
-2
/
+5
2009-09-04
monitor: Port handler_3 to use QDict
Luiz Capitulino
1
-2
/
+4
2009-09-04
monitor: Port handler_2 to use QDict
Luiz Capitulino
1
-1
/
+3
2009-09-04
monitor: Port handler_1 to use QDict
Luiz Capitulino
1
-2
/
+2
2009-09-04
Add wrappers to functions used by the Monitor
Luiz Capitulino
1
-0
/
+5
2009-08-27
pci-hotplug: initialize dinfo to NULL in pci_device_hot_add
Sebastian Herbszt
1
-1
/
+1
[next]