Re: [PATCH 1/2] kvm: libkvm: Add a wrapper for an ioctl for the KVM_SET_CPUID2 interface

2009-01-14 Thread Avi Kivity
Amit Shah wrote: kvm_set_cpuid2() builds on top of kvm_set_cpuid() and correctly populates cpuid functions that have sub-leaves. Signed-off-by: Amit Shah --- libkvm/libkvm-x86.c | 18 ++ libkvm/libkvm.h | 16 2 files changed, 34 insertions(+), 0 deletio

[PATCH 1/2] kvm: libkvm: Add a wrapper for an ioctl for the KVM_SET_CPUID2 interface

2009-01-13 Thread Amit Shah
kvm_set_cpuid2() builds on top of kvm_set_cpuid() and correctly populates cpuid functions that have sub-leaves. Signed-off-by: Amit Shah --- libkvm/libkvm-x86.c | 18 ++ libkvm/libkvm.h | 16 2 files changed, 34 insertions(+), 0 deletions(-) diff --git a