Re: [Xen-devel] [PATCH RFC 1/6] libxl: implementation of PV rtc device interface

2016-06-06 Thread Wei Liu
On Thu, May 19, 2016 at 05:37:30PM +0300, Iurii Mykhalskyi wrote: > PV rtc device interface is implemented in libxl and xl with > full support for device control. No JSON parser for domain > configuration yet. I'm not sure I follow the last sentence. What JSON parser do you need? Is there a speci

Re: [Xen-devel] [PATCH RFC 1/6] libxl: implementation of PV rtc device interface

2016-05-23 Thread Olaf Hering
On Thu, May 19, Iurii Mykhalskyi wrote: > +flexarray_append(back, "state"); > +flexarray_append(back, GCSPRINTF("%d", 1)); This should use the enum values instead of hardcoded "1", see the other users of "state" in staging. Olaf ___ Xen-devel

[Xen-devel] [PATCH RFC 1/6] libxl: implementation of PV rtc device interface

2016-05-19 Thread Iurii Mykhalskyi
PV rtc device interface is implemented in libxl and xl with full support for device control. No JSON parser for domain configuration yet. Signed-off-by: Iurii Mykhalskyi Signed-off-by: Glib Golubytskyi Signed-off-by: Iurii Konovalenko --- tools/libxl/libxl.c | 287