From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSs0z-0008Jb-Sr for qemu-devel@nongnu.org; Fri, 11 May 2012 11:44:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSs0w-0000c6-Ay for qemu-devel@nongnu.org; Fri, 11 May 2012 11:44:21 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:49475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSs0w-0000aM-28 for qemu-devel@nongnu.org; Fri, 11 May 2012 11:44:18 -0400 Received: by pbbro12 with SMTP id ro12so4694856pbb.4 for ; Fri, 11 May 2012 08:44:16 -0700 (PDT) Message-ID: <4FAD33C2.6050109@gmail.com> Date: Fri, 11 May 2012 23:44:02 +0800 From: Jiang Liu MIME-Version: 1.0 References: <20111214010645.GA2044@morn.localdomain> <20120509072452.14872.92530.stgit@t> <4FABF832.1060708@gmail.com> <20120510174257.GD14647@redhat.com> <4FABFEE9.9060501@gmail.com> <20120511101415.GD15230@redhat.com> In-Reply-To: <20120511101415.GD15230@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] [RESEND PATCH v3] hotplug: add device per func in ACPI DSDT tables List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: "Michael S. Tsirkin" , linux-pci@vger.kernel.org, seabios@seabios.org, qemu-devel@nongnu.org, jbarnes@virtuousgeek.org, rjw@sisk.pl, alex.williamson@redhat.com, Amos Kong On 05/11/2012 06:14 PM, Gleb Natapov wrote: >> I'm not familiar with qemu:( >> On native OS, admin could trigger PCI device hotplug operations through >> /sys/bus/pci/slot/xx/power. Not sure whether that's needed for guest OS too. >> > Why is it needed on physical HW? May be it is needed in a VM for the > same reason? As Amos has mentioned, it's used power on/off a PCI device instead of physical hotplug. Not sure whether it's needed in guest OS. --gerry