Re: [Qemu-devel] [PATCH 0/2] fw_cfg: *prequel* to cleanup series

2015-06-09 Thread Gerd Hoffmann
On Mo, 2015-06-08 at 14:10 -0400, Gabriel L. Somlo wrote: > The fw_cfg cleanup series exposed a memory leak occurring on ppc and sparc > machine types. > > This series adds a safe fw_cfg integer-type update function (1/2), and > modifies ppc and sparc callbacks to use it instead of the current lea

[Qemu-devel] [PATCH 0/2] fw_cfg: *prequel* to cleanup series

2015-06-08 Thread Gabriel L. Somlo
The fw_cfg cleanup series exposed a memory leak occurring on ppc and sparc machine types. This series adds a safe fw_cfg integer-type update function (1/2), and modifies ppc and sparc callbacks to use it instead of the current leaky method (2/2). This should preferably go in *before* "fw_cfg: rem