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
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
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