]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Rename qemuDomainSupportsNewVcpuHotplug to qemuDomainSupportsVcpuHotplug
authorPeter Krempa <pkrempa@redhat.com>
Thu, 20 Jul 2023 15:55:33 +0000 (17:55 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 4 Sep 2023 08:31:52 +0000 (10:31 +0200)
commitc7a0a0fe117eedad204a1394cb86d767f71dfac4
tree075d0ffe09e81ec02335387f77706f940f5990c5
parent1612aa4d4acf7c4f6f2efae2ca7272b00afa970a
qemu: Rename qemuDomainSupportsNewVcpuHotplug to qemuDomainSupportsVcpuHotplug

Support for legacy cpu hotplug was removed a long time ago. At this
point this function only checks whether the current machine type
supports cpu hotplug.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_hotplug.c