Re: [PATCH 1/7] qemu-common: Briefly document qemu_timedate_diff() unit

2020-06-22 Thread Philippe Mathieu-Daudé
On 6/18/20 7:47 AM, Markus Armbruster wrote: > Philippe Mathieu-Daudé writes: > >> It is not obvious that the qemu_timedate_diff() and >> qemu_ref_timedate() functions return seconds. Briefly >> document it. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> include/qemu-common.h | 1 + >> s

Re: [PATCH 1/7] qemu-common: Briefly document qemu_timedate_diff() unit

2020-06-17 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > It is not obvious that the qemu_timedate_diff() and > qemu_ref_timedate() functions return seconds. Briefly > document it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/qemu-common.h | 1 + > softmmu/vl.c | 2 +- > 2 files changed, 2 inserti

[PATCH 1/7] qemu-common: Briefly document qemu_timedate_diff() unit

2020-06-16 Thread Philippe Mathieu-Daudé
It is not obvious that the qemu_timedate_diff() and qemu_ref_timedate() functions return seconds. Briefly document it. Signed-off-by: Philippe Mathieu-Daudé --- include/qemu-common.h | 1 + softmmu/vl.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/qemu-c