Re: [Qemu-devel] [PULL 17/43] loader: support for unmapped ROM blobs

2013-11-09 Thread Michael S. Tsirkin
On Fri, Nov 08, 2013 at 01:54:18AM +0100, Alexander Graf wrote: > > On 14.10.2013, at 16:58, Michael S. Tsirkin wrote: > > > Support ROM blobs not mapped into guest memory: > > same as ROM files really but use caller's buffer. > > > > Support invoking callback on access and > > return memory po

Re: [Qemu-devel] [PULL 17/43] loader: support for unmapped ROM blobs

2013-11-07 Thread Alexander Graf
On 14.10.2013, at 16:58, Michael S. Tsirkin wrote: > Support ROM blobs not mapped into guest memory: > same as ROM files really but use caller's buffer. > > Support invoking callback on access and > return memory pointer making it easier > for caller to update memory if necessary. > > Reviewed

[Qemu-devel] [PULL 17/43] loader: support for unmapped ROM blobs

2013-10-14 Thread Michael S. Tsirkin
Support ROM blobs not mapped into guest memory: same as ROM files really but use caller's buffer. Support invoking 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