Re: [Qemu-devel] [PATCH v3 5/7] hw/loader: split out load_image_gzipped_buffer()

2014-12-12 Thread Laszlo Ersek
On 12/12/14 14:11, Peter Maydell wrote: > On 9 December 2014 at 01:13, Laszlo Ersek wrote: >> In the next patch we'd like to reuse the image decompression facility >> without installing the output as a ROM at a specific guest-phys address. >> >> In addition, expose LOAD_IMAGE_MAX_GUNZIP_BYTES, bec

Re: [Qemu-devel] [PATCH v3 5/7] hw/loader: split out load_image_gzipped_buffer()

2014-12-12 Thread Peter Maydell
On 9 December 2014 at 01:13, Laszlo Ersek wrote: > In the next patch we'd like to reuse the image decompression facility > without installing the output as a ROM at a specific guest-phys address. > > In addition, expose LOAD_IMAGE_MAX_GUNZIP_BYTES, because that's a > straightforward "max_sz" argum

[Qemu-devel] [PATCH v3 5/7] hw/loader: split out load_image_gzipped_buffer()

2014-12-08 Thread Laszlo Ersek
In the next patch we'd like to reuse the image decompression facility without installing the output as a ROM at a specific guest-phys address. In addition, expose LOAD_IMAGE_MAX_GUNZIP_BYTES, because that's a straightforward "max_sz" argument for the new load_image_gzipped_buffer(). Signed-off-by