]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Introduce qemuMonitorCPUDefs struct
authorJiri Denemark <jdenemar@redhat.com>
Tue, 24 Sep 2019 11:42:00 +0000 (13:42 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 20 Nov 2019 16:22:05 +0000 (17:22 +0100)
commit3aa53dcf01c7b6636b9752b04d17df9a2236753e
tree5c0fe8a7e445d3ea007c5f356500685f7e44837f
parenta94f67ee697d9a13d00ae14c7ba56d15bf33d84b
qemu: Introduce qemuMonitorCPUDefs struct

It is a container for a CPU models list (qemuMonitorCPUDefInfo) and a
number of elements in this list.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
tests/qemumonitorjsontest.c