]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_driver: hook up query-cpu-model-baseline
authorCollin Walling <walling@linux.ibm.com>
Thu, 19 Sep 2019 20:25:00 +0000 (16:25 -0400)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 7 Oct 2019 08:10:11 +0000 (10:10 +0200)
commit09d23faac16b8fdaae71c2a0efe896855d07d32e
tree26eda81a11acafadce0540e39c71fb9abfacf0c2
parentdb8bd39f6b43a8bc0e849f47d7bb8bfd66067c39
qemu_driver: hook up query-cpu-model-baseline

This command is hooked into the virsh hypervisor-cpu-baseline command.
The CPU models provided in the XML sent to the command will be baselined
via the query-cpu-model-baseline QMP command. The resulting CPU model
will be reported.

Signed-off-by: Collin Walling <walling@linux.ibm.com>
Reviewed-by: Daniel Henrique Barboza <danielh413@gmail.com>
Message-Id: <1568924706-2311-10-git-send-email-walling@linux.ibm.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_driver.c