From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRF04-0004RP-QC for qemu-devel@nongnu.org; Wed, 02 Oct 2013 01:29:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VREzz-0008Vq-TH for qemu-devel@nongnu.org; Wed, 02 Oct 2013 01:29:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VREzz-0008Vl-LG for qemu-devel@nongnu.org; Wed, 02 Oct 2013 01:29:23 -0400 Date: Wed, 2 Oct 2013 08:31:42 +0300 From: "Michael S. Tsirkin" Message-ID: <20131002053142.GD25693@redhat.com> References: <1380662727-24170-1-git-send-email-mst@redhat.com> <1380662727-24170-8-git-send-email-mst@redhat.com> <524B3E82.7070903@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <524B3E82.7070903@redhat.com> Subject: Re: [Qemu-devel] [PATCH v7 07/27] loader: support for unmapped ROM blobs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, Michael Walle , kraxel@redhat.com, Anthony Liguori , pbonzini@redhat.com, Laszlo Ersek , afaerber@suse.de On Tue, Oct 01, 2013 at 03:28:34PM -0600, Eric Blake wrote: > On 10/01/2013 03:26 PM, Michael S. Tsirkin wrote: > > Support ROM blobs not mapped into guest memory: > > same as ROM files really but use caller's buffer. > > > > Support incoking callback on access and > > s/incoking/incoming/ > > > return memory pointer making it easier > > for caller to update memory if necessary. > > Thanks! > -- > Eric Blake eblake redhat com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org >