Re: [Qemu-devel] [PATCH] fw_cfg: document fw_cfg_modify_iXX() update functions

2015-07-16 Thread Gabriel L. Somlo
Ping ? Thanks, --Gabriel On Mon, Jun 15, 2015 at 02:45:47PM -0400, Gabriel L. Somlo wrote: > 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

[Qemu-devel] [PATCH] fw_cfg: document fw_cfg_modify_iXX() update functions

2015-06-15 Thread 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 --- docs/specs/fw_cfg.txt | 11 +++ 1 file changed, 11 inser