Re: [Qemu-devel] [PATCH v3 5/5] fw_cfg: insert fw_cfg file blobs via qemu cmdline

2015-04-09 Thread Gerd Hoffmann
Hi, > Would it make sense for me to re-send just 1/5 > ("fw_cfg: add documentation file") to actually provide the > above-mentioned documentation file with 2.3, leaving only > patches 2..5 (the actual code changes, subject to the freeze) > for 2.4 resubmission ? Yes, doc updates are fine even i

Re: [Qemu-devel] [PATCH v3 5/5] fw_cfg: insert fw_cfg file blobs via qemu cmdline

2015-04-08 Thread Gabriel L. Somlo
On Mon, Mar 23, 2015 at 04:52:44PM +0100, Paolo Bonzini wrote: > On 23/03/2015 15:11, Laszlo Ersek wrote: > > Depends on the exact maintainer picking up your series. > > > > ... Now good luck figuring out who that's going to be :) > > > > (I ran "scripts/get_maintainer.pl" on a squashed diff for

Re: [Qemu-devel] [PATCH v3 5/5] fw_cfg: insert fw_cfg file blobs via qemu cmdline

2015-03-23 Thread Paolo Bonzini
On 23/03/2015 15:11, Laszlo Ersek wrote: > Depends on the exact maintainer picking up your series. > > ... Now good luck figuring out who that's going to be :) > > (I ran "scripts/get_maintainer.pl" on a squashed diff for this series. > It named only Paolo, but for the wrong reason: "vl.c" matc

Re: [Qemu-devel] [PATCH v3 5/5] fw_cfg: insert fw_cfg file blobs via qemu cmdline

2015-03-23 Thread Laszlo Ersek
On 03/23/15 14:19, Gabriel L. Somlo wrote: > On Mon, Mar 23, 2015 at 09:48:52AM +0100, Laszlo Ersek wrote: >> >>> diff --git a/qemu-options.hx b/qemu-options.hx >>> index 319d971..138b9cd 100644 >>> --- a/qemu-options.hx >>> +++ b/qemu-options.hx >>> @@ -2668,6 +2668,17 @@ STEXI >>> @table @option

Re: [Qemu-devel] [PATCH v3 5/5] fw_cfg: insert fw_cfg file blobs via qemu cmdline

2015-03-23 Thread Gabriel L. Somlo
On Mon, Mar 23, 2015 at 09:48:52AM +0100, Laszlo Ersek wrote: > > > diff --git a/qemu-options.hx b/qemu-options.hx > > index 319d971..138b9cd 100644 > > --- a/qemu-options.hx > > +++ b/qemu-options.hx > > @@ -2668,6 +2668,17 @@ STEXI > > @table @option > > ETEXI > > > > +DEF("fw_cfg", HAS_ARG,

Re: [Qemu-devel] [PATCH v3 5/5] fw_cfg: insert fw_cfg file blobs via qemu cmdline

2015-03-23 Thread Laszlo Ersek
comments below On 03/21/15 21:23, Gabriel L. Somlo wrote: > Allow user supplied files to be inserted into the fw_cfg > device before starting the guest. Since fw_cfg_add_file() > already disallows duplicate fw_cfg file names, qemu will > exit with an error message if the user supplies multiple > b