Re: [PATCH v17 05/14] qapi: Add builtin type time

2019-11-25 Thread Markus Armbruster
Tao Xu writes: > Add optional builtin type time, fallback is uint64. This type use > qemu_strtotime_ns() for pre-converting time suffix to numbers. > > Signed-off-by: Tao Xu > --- > > No changes in v17. > > Changes in v14: > - Drop time unit picosecond (Eric) > --- >

[PATCH v17 05/14] qapi: Add builtin type time

2019-11-21 Thread Tao Xu
Add optional builtin type time, fallback is uint64. This type use qemu_strtotime_ns() for pre-converting time suffix to numbers. Signed-off-by: Tao Xu --- No changes in v17. Changes in v14: - Drop time unit picosecond (Eric) --- include/qapi/visitor-impl.h | 4