From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34492 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PRrv9-0004Pj-FC for qemu-devel@nongnu.org; Sun, 12 Dec 2010 14:49:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PRrv8-0002iY-E5 for qemu-devel@nongnu.org; Sun, 12 Dec 2010 14:49:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PRrv8-0002h3-7G for qemu-devel@nongnu.org; Sun, 12 Dec 2010 14:49:22 -0500 Date: Sun, 12 Dec 2010 21:49:16 +0200 From: Gleb Natapov Message-ID: <20101212194916.GD28665@redhat.com> References: <20101208170858.GA10056@amt.cnet> <20101212191129.GA20312@morn.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101212191129.GA20312@morn.localdomain> Subject: [Qemu-devel] Re: [SeaBIOS] seabios: acpi: add _RMV control method for PCI devices List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: Marcelo Tosatti , seabios@seabios.org, qemu-devel@nongnu.org On Sun, Dec 12, 2010 at 02:11:29PM -0500, Kevin O'Connor wrote: > On Wed, Dec 08, 2010 at 03:08:59PM -0200, Marcelo Tosatti wrote: > > Use _RMV method to indicate whether device can be removed. > > > > Data is retrieved from QEMU via I/O port 0xae0c. > > > > Signed-off-by: Marcelo Tosatti > > Thanks Marcelo, > > Can you add acked-bys from the qemu/kvm maintaners? > Marcelo is kvm maintainer ;) FWIW I tested this with Windows 7 & XP and it works as expected. The patch relies on patch not yes excepted to qemu though. -- Gleb.