Re: [PATCH] qemu-kvm,cleanup: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()

2010-12-20 Thread Marcelo Tosatti
On Fri, Dec 10, 2010 at 03:52:36PM +0800, Lai Jiangshan wrote: > simple cleanup and use existed helper: kvm_check_extension(). > > Signed-off-by: Lai Jiangshan Applied to uq/master, thanks. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@

[PATCH] qemu-kvm,cleanup: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()

2010-12-09 Thread Lai Jiangshan
simple cleanup and use existed helper: kvm_check_extension(). Signed-off-by: Lai Jiangshan --- diff --git a/kvm-all.c b/kvm-all.c index cae24bb..35fc73c 100644 --- a/kvm-all.c +++ b/kvm-all.c @@ -678,7 +678,7 @@ int kvm_init(int smp_cpus) s->broken_set_mem_region = 1; #ifdef KVM_CAP_JOIN