qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command
Date: Wed, 09 Jun 2010 16:27:05 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100505 Fedora/3.0.4-2.el6 Thunderbird/3.0.4

  Hi,

This make sense when you mistakenly add a pci device on a -s -S
scenario, like the scenario described on the following bug:
https://bugs.launchpad.net/qemu/+bug/544367.

It doesn't IMHO.

When ACPI-based hotplug support is present on the guest and we run
pci_del with the force option, the hotplug events will still be
generated to the guest and the guest still will trigger the EJx event,
which will end by calling pciej_write() on qemu side. This function will
do nothing on a -f and pci hotplug support scenario, as the pci device
was previously removed by pci_del.

And in case the guest wants to do anything (like flushing dirty buffers) before triggering the EJx event it will horribly fail.

If the guest is stopped while unplugging the device the unplug should happen as soon as the guest is unpaused.

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]