From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVPAW-0005FO-7d for qemu-devel@nongnu.org; Mon, 15 Feb 2016 14:50:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVPAR-0001So-3S for qemu-devel@nongnu.org; Mon, 15 Feb 2016 14:50:48 -0500 Received: from mail-qg0-x242.google.com ([2607:f8b0:400d:c04::242]:33745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVPAQ-0001Sj-S0 for qemu-devel@nongnu.org; Mon, 15 Feb 2016 14:50:43 -0500 Received: by mail-qg0-x242.google.com with SMTP id y89so11106641qge.0 for ; Mon, 15 Feb 2016 11:50:42 -0800 (PST) Date: Mon, 15 Feb 2016 14:50:41 -0500 From: Kevin O'Connor Message-ID: <20160215195041.GA17899@morn.lan> References: <20160213081209.6e4342ab@t450s.home> <20160213181838.GA8842@morn.lan> <20160213115151.542d5d42@t450s.home> <20160213200509.GB16826@morn.lan> <20160213135709.692f9a55@t450s.home> <20160214002032.GA27805@morn.lan> <20160213180331.2aa0d010@t450s.home> <20160215105451.76cf6329@nial.brq.redhat.com> <20160215122023.737c7781@t450s.home> <20160215212558-mutt-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160215212558-mutt-send-email-mst@redhat.com> Subject: Re: [Qemu-devel] [RFC PATCH v3 3/3] fw/pci: Allocate IGD stolen memory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: kvm@vger.kernel.org, seabios@seabios.org, allen.m.kay@intel.com, qemu-devel@nongnu.org, Alex Williamson , Igor Mammedov On Mon, Feb 15, 2016 at 09:29:26PM +0200, Michael S. Tsirkin wrote: > I can build a generic interface to pass addresses > allocated by bios back to QEMU. It looks like this would > be useful for other purposes as well. Interested? If this is undertaken, I suggest extending fw_cfg to support "writable files" instead of introducing a whole new interface. -Kevin