From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRMMC-0005Pl-3x for qemu-devel@nongnu.org; Thu, 04 Feb 2016 11:02:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRMM2-000101-NO for qemu-devel@nongnu.org; Thu, 04 Feb 2016 11:02:08 -0500 Received: from mail-qg0-x243.google.com ([2607:f8b0:400d:c04::243]:36414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRMM2-0000zo-HA for qemu-devel@nongnu.org; Thu, 04 Feb 2016 11:01:58 -0500 Received: by mail-qg0-x243.google.com with SMTP id u30so2840047qge.3 for ; Thu, 04 Feb 2016 08:01:58 -0800 (PST) Date: Thu, 4 Feb 2016 11:01:55 -0500 From: Kevin O'Connor Message-ID: <20160204160155.GA31969@morn.lan> References: <20160202201023.5353.65948.stgit@gimli.home> <1454490248.4967.51.camel@redhat.com> <1454528580.18969.10.camel@redhat.com> <1454535527.2989.1.camel@redhat.com> <20160203220924.GA10055@morn.lan> <1454543553.2989.3.camel@redhat.com> <1454572364.1686.2.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454572364.1686.2.camel@redhat.com> Subject: Re: [Qemu-devel] [SeaBIOS] [RFC PATCH v2] fw/pci: Add support for mapping Intel IGD OpRegion via QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Alex Williamson , seabios@seabios.org, qemu-devel@nongnu.org On Thu, Feb 04, 2016 at 08:52:44AM +0100, Gerd Hoffmann wrote: > Hi, > > > the same or just use it on the first one we encounter. We're probably > > putting way too much thought into this scenario that Intel likely has no > > expectation of supporting though ;) Thanks, > > Yea, lets stick with the plain simple "igd-opregion". Even if intel > allows multiple igd devices per host some day things continue to work as > long as you assign only one of them to a guest. Sounds good. The patch looks fine to me. I do think we should commit to SeaBIOS only after the QEMU support is accepted though. -Kevin