Re: [Qemu-devel] [RFC 1/7] fw_cfg: document fw_cfg_modify_iXX() update functions

2015-07-21 Thread Laszlo Ersek
On 07/21/15 18:03, Marc MarĂ­ wrote: > From: "Gabriel L. Somlo" > > Document the behavior of fw_cfg_modify_iXX() for leak-less updating > of integer-type blobs. > > Currently only fw_cfg_modify_i16() is coded, but 32- and 64-bit versions > may be added later if necessary.. > > Signed-off-by: Gab

[Qemu-devel] [RFC 1/7] fw_cfg: document fw_cfg_modify_iXX() update functions

2015-07-21 Thread Marc MarĂ­
From: "Gabriel L. Somlo" Document the behavior of fw_cfg_modify_iXX() for leak-less updating of integer-type blobs. Currently only fw_cfg_modify_i16() is coded, but 32- and 64-bit versions may be added later if necessary.. Signed-off-by: Gabriel Somlo Signed-off-by: Gerd Hoffmann --- docs/sp