[PATCH] [19/23] KVM: Fix unused but set warnings

2010-06-10 Thread Andi Kleen
No real bugs in this one, the real bug I found is in a separate patch. Cc: a...@redhat.com Cc: kvm@vger.kernel.org Signed-off-by: Andi Kleen a...@linux.intel.com --- arch/x86/kvm/paging_tmpl.h |1 + arch/x86/kvm/vmx.c |3 +-- virt/kvm/assigned-dev.c|2 -- 3 files

Re: [PATCH] [19/23] KVM: Fix unused but set warnings

2010-06-10 Thread Avi Kivity
On 06/10/2010 02:10 PM, Andi Kleen wrote: No real bugs in this one, the real bug I found is in a separate patch. Index: linux-2.6.35-rc2-gcc/arch/x86/kvm/vmx.c === --- linux-2.6.35-rc2-gcc.orig/arch/x86/kvm/vmx.c +++