]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Make monitor aware of CPU clusters
authorAndrea Bolognani <abologna@redhat.com>
Fri, 5 Jan 2024 17:51:29 +0000 (18:51 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 15 Jan 2024 13:56:36 +0000 (14:56 +0100)
commit763381df53d5a67804f828cb8db661f694d35296
tree32b879bf4bc10351f7da350aeca72c0afe292019
parent82c9196bfa19e73167faccbc1c2713a6d7ddbafc
qemu: Make monitor aware of CPU clusters

This makes it so libvirt can obtain accurate information about
guest CPUs from QEMU, and should make it possible to correctly
perform operations such as CPU hotplug.

Of course this is mostly moot at the moment: only aarch64 can use
CPU clusters, and CPU hotplug is not yet implemented on that
architecture.

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