Re: [Qemu-devel] [PATCH v7 07/27] loader: support for unmapped ROM blobs

2013-10-01 Thread Michael S. Tsirkin
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/ > > >

Re: [Qemu-devel] [PATCH v7 07/27] loader: support for unmapped ROM blobs

2013-10-01 Thread Eric Blake
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 neces

[Qemu-devel] [PATCH v7 07/27] loader: support for unmapped ROM blobs

2013-10-01 Thread Michael S. Tsirkin
Support ROM blobs not mapped into guest memory: same as ROM files really but use caller's buffer. Support incoking callback on access and return memory pointer making it easier for caller to update memory if necessary. Reviewed-by: Gerd Hoffmann Tested-by: Gerd Hoffmann Reviewed-by: Laszlo Erse