Re: [libvirt] [PATCH v2 1/3] Rename kvmGetMaxVCPUs() to virHostCPUGetKVMMaxVCPUs()

2016-06-24 Thread Andrea Bolognani
On Fri, 2016-06-24 at 20:33 +0530, Shivaprasad G Bhat wrote: > -/* add definitions missing in older linux/kvm.h */ > -#ifndef KVMIO > -# define KVMIO 0xAE > -#endif > -#ifndef KVM_CHECK_EXTENSION > -# define KVM_CHECK_EXTENSION   _IO(KVMIO,   0x03) > -#endif > -#ifndef KVM_CAP_NR_VCPUS > -#

[libvirt] [PATCH v2 1/3] Rename kvmGetMaxVCPUs() to virHostCPUGetKVMMaxVCPUs()

2016-06-24 Thread Shivaprasad G Bhat
This kvmGetMaxVCPUs() needs to be used at two different places so move it to utils with appropriate name and mark it as private global now. Signed-off-by: Shivaprasad G Bhat --- src/libvirt_private.syms |1 + src/qemu/qemu_driver.c | 52