
21 Feb
2017
21 Feb
'17
2:54 p.m.
On Fri, Feb 10, 2017 at 06:10:18PM +0100, Peter Krempa wrote:
Similarly to domainSetGuestVcpus this commit adds API which allows to modify state of individual vcpus rather than just setting the count.
This allows to enable CPUs in specific guest NUMA nodes to achieve any necessary configuration. --- include/libvirt/libvirt-domain.h | 5 +++++ src/driver-hypervisor.h | 7 ++++++ src/libvirt-domain.c | 48 ++++++++++++++++++++++++++++++++++++++++ src/libvirt_public.syms | 5 +++++ src/remote/remote_driver.c | 1 + src/remote/remote_protocol.x | 16 +++++++++++++- src/remote_protocol-structs | 7 ++++++ 7 files changed, 88 insertions(+), 1 deletion(-)
ACK Pavel