Re: [Qemu-devel] [PATCH 1/3] loader: add support for resizeable blobs

2014-07-29 Thread Dr. David Alan Gilbert
* Michael S. Tsirkin (m...@redhat.com) wrote: > On Mon, Jul 28, 2014 at 05:52:27PM +0100, Dr. David Alan Gilbert wrote: > > * Michael S. Tsirkin (m...@redhat.com) wrote: > > > Support resizeable blobs: we allocate more memory than currently > > > available in the blob, which can later be filled in.

Re: [Qemu-devel] [PATCH 1/3] loader: add support for resizeable blobs

2014-07-28 Thread Paolo Bonzini
Il 28/07/2014 21:07, Michael S. Tsirkin ha scritto: > On Mon, Jul 28, 2014 at 05:52:27PM +0100, Dr. David Alan Gilbert wrote: >> * Michael S. Tsirkin (m...@redhat.com) wrote: >>> Support resizeable blobs: we allocate more memory than currently >>> available in the blob, which can later be filled in

Re: [Qemu-devel] [PATCH 1/3] loader: add support for resizeable blobs

2014-07-28 Thread Michael S. Tsirkin
On Mon, Jul 28, 2014 at 05:52:27PM +0100, Dr. David Alan Gilbert wrote: > * Michael S. Tsirkin (m...@redhat.com) wrote: > > Support resizeable blobs: we allocate more memory than currently > > available in the blob, which can later be filled in. > > > > Signed-off-by: Michael S. Tsirkin > > --- >

Re: [Qemu-devel] [PATCH 1/3] loader: add support for resizeable blobs

2014-07-28 Thread Dr. David Alan Gilbert
* Michael S. Tsirkin (m...@redhat.com) wrote: > Support resizeable blobs: we allocate more memory than currently > available in the blob, which can later be filled in. > > Signed-off-by: Michael S. Tsirkin > --- > include/hw/loader.h | 14 +++-- > include/hw/nvram/fw_cfg.h | 2 +- > h

[Qemu-devel] [PATCH 1/3] loader: add support for resizeable blobs

2014-07-28 Thread Michael S. Tsirkin
Support resizeable blobs: we allocate more memory than currently available in the blob, which can later be filled in. Signed-off-by: Michael S. Tsirkin --- include/hw/loader.h | 14 +++-- include/hw/nvram/fw_cfg.h | 2 +- hw/core/loader.c | 15 + hw/nvram/fw_cfg.c