Re: [PATCH v12 03/11] qapi: Add builtin type time

2019-10-14 Thread Tao Xu
Hi Eric, I am wondering if you could help to review this patch, 1/11, 2/11, 4/11. Thanks for your help. Tao On 9/20/2019 3:43 PM, Xu, Tao3 wrote: Add optional builtin type time, fallback is uint64. This type use qemu_strtotime_ps() for pre-converting time suffix to numbers. Signed-off-by: Ta

[PATCH v12 03/11] qapi: Add builtin type time

2019-09-20 Thread Tao Xu
Add optional builtin type time, fallback is uint64. This type use qemu_strtotime_ps() for pre-converting time suffix to numbers. Signed-off-by: Tao Xu --- No changes in v11 and v12. New patch in v10. --- include/qapi/visitor-impl.h | 4 include/qapi/visitor.h | 9 + qapi/