Re: [Qemu-devel] [PATCH V4 0/4] fw-cfg: cleanup and user-provided command line blobs

2015-05-29 Thread Gerd Hoffmann
On Mo, 2015-05-18 at 09:05 -0400, Gabriel L. Somlo wrote: > Ping? Added to fw_cfg queue.

Re: [Qemu-devel] [PATCH V4 0/4] fw-cfg: cleanup and user-provided command line blobs

2015-05-18 Thread Gabriel L. Somlo
Ping? On Wed, Apr 29, 2015 at 11:21:49AM -0400, Gabriel L. Somlo wrote: > These patches are what's left over from before the pre-2.3 code freeze, > after the documentation patch was applied independently: > > 1/4: (clean-up) disallow guest-side data writes to fw_cfg > 2/4 & 3/4: (cl

[Qemu-devel] [PATCH V4 0/4] fw-cfg: cleanup and user-provided command line blobs

2015-04-29 Thread Gabriel L. Somlo
These patches are what's left over from before the pre-2.3 code freeze, after the documentation patch was applied independently: 1/4: (clean-up) disallow guest-side data writes to fw_cfg 2/4 & 3/4: (clean-up) prevent selector and file name conflicts on insert 4/4(feature)