[Qemu-devel] [Bug 544367] Re: pci_del fails to remove PCI virtio storage device

2010-06-09 Thread Marcos Oviedo
This bug is still present on latest git. It seems, please double check this, that the commit you tested is related to a different issue. The steps to reproduce the bug are attached on the case. Usually, when there is support for ACPI operations on the guest OS, the pci_del command triggers a

Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command

2010-06-09 Thread Marcos Oviedo
On Wed, Jun 9, 2010 at 4:38 AM, Gerd Hoffmann kra...@redhat.com wrote: On 06/09/10 07:37, Marcos Oviedo wrote: This adds a way to force the removal/unplug of previously added pci devices when ACPI-based hotplug mechanism is not present. Point being? If your guest can't handle pci hotplug

[Qemu-devel] [PATCH] monitor: Add force option support to pci_del command

2010-06-08 Thread Marcos Oviedo
This adds a way to force the removal/unplug of previously added pci devices when ACPI-based hotplug mechanism is not present. Signed-off-by: Marcos Oviedo movi...@gmail.com --- hw/pci-hotplug.c | 16 +--- qemu-monitor.hx |4 ++-- sysemu.h |2 +- 3 files changed, 16