From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55104 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMFsK-00086j-Ox for qemu-devel@nongnu.org; Wed, 09 Jun 2010 03:39:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMFsJ-0003uS-IM for qemu-devel@nongnu.org; Wed, 09 Jun 2010 03:39:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48391) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMFsJ-0003uK-AS for qemu-devel@nongnu.org; Wed, 09 Jun 2010 03:38:59 -0400 Message-ID: <4C0F450B.5000802@redhat.com> Date: Wed, 09 Jun 2010 09:38:51 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcos Oviedo Cc: qemu-devel@nongnu.org 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 it is pretty useless to plug in hardware in the first place. If your guest supports pci hotplug it will be quite upset if you zap the hardware without asking via ACPI. cheers, Gerd