From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx6Uo-0000WG-JS for qemu-devel@nongnu.org; Mon, 13 Feb 2012 19:43:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rx6Un-0007wY-F2 for qemu-devel@nongnu.org; Mon, 13 Feb 2012 19:43:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx6Un-0007va-8V for qemu-devel@nongnu.org; Mon, 13 Feb 2012 19:43:49 -0500 Date: Tue, 14 Feb 2012 02:43:45 +0200 From: "Michael S. Tsirkin" Message-ID: <20120214004334.GA5148@redhat.com> References: <20120213093223.GA26979@redhat.com> <20120214003455.GC13388@morn.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120214003455.GC13388@morn.localdomain> Subject: Re: [Qemu-devel] [PATCH RFC] seabios: add OSHP method stub List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: Kevin Wolf , kvm@vger.kernel.org, seabios@seabios.org, qemu-devel@nongnu.org, Isaku Yamahata , Avi Kivity On Mon, Feb 13, 2012 at 07:34:55PM -0500, Kevin O'Connor wrote: > On Mon, Feb 13, 2012 at 11:33:08AM +0200, Michael S. Tsirkin wrote: > > To allow guests to load the native SHPC driver > > for a bridge, we must declare an OSHP method > > for the appropriate device which lets the OS > > take control of the SHPC. > > As we don't access SHPC at the moment, we > > don't need to do anything - just report success. > > The patch is fine with me, but since this is really qemu/kvm specific, > please provide an ack from one of the qemu/kvm maintainers. > > -Kevin I expect no problem with this, though I'm wondering what makes it qemu specific.