Statistics
| Branch: | Revision:

root / hw / pci-hotplug.c @ 54042bcf

History | View | Annotate | Download (5.9 kB)

# Date Author Comment
6f338c34 02/11/2009 05:21 pm aliguori

qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)

Add monitor command to hot-add PCI devices (nic and storage).

Syntax is:

pci_add pci_addr=[[<domain>:]<bus>:]<slot> nic|storage params

It returns the domain, bus and slot for the newly added device on success....