]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Extract and store vCPU properties as qemu returned them
authorPeter Krempa <pkrempa@redhat.com>
Thu, 29 Aug 2019 12:47:10 +0000 (14:47 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 29 Aug 2019 14:36:26 +0000 (16:36 +0200)
commita0b61591f237d13024ecffa9699aa4e0831bc23a
treef1f7a2e18db38daa27c6739cb974e66d4f85e1fa
parent1b380b89ffedbe8b49d9004b2f158dbd9e38c441
qemu: Extract and store vCPU properties as qemu returned them

In addition to the data that libvirt needs and extracts internally,
copy and store the whole 'props' JSON sub-object of the data returned by
query-hotpluggable-cpus for future use.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c