|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN PATCH 06/11] libxl: convert libxl__json_object_to_yajl_gen to libxl__json_object_to_libjsonc_object
On 2025-08-08 10:55, Anthony PERARD wrote: From: Anthony PERARD <anthony.perard@xxxxxxxxxx> Convert yajl_gen to json_object from lib json-c. And make use of it in qmp_prepare_cmd(), which can be compiled with either lib. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> ---
Is JSON_NUMBER calling json_object_new_string() correct? It looks like the yajl code falls back to a string, so that is okay but surprising. So I just want to double check. If so: Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx> Thanks, Jason + if (!*jso_out) + return ERROR_NOMEM; + return 0;
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |