On 11/28/2016 10:46 AM, Jiri Denemark
wrote:
The JSON data returned by query-cpu-model-expansion doesn't seem to+ if (!(cpu_props = virJSONValueObjectGetObject(cpu_model, "props")))I believe this should be if (!(cpu_props = virJSONValueObjectGetArray(cpu_model, "props"))) use an array to represent the props data. The props are returned as key-value pairs. Is there some functionality to virJSONValueObjectGetArray that works with key-value pairs that I might be missing? I couldn't get it working on my end. |
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list