[PATCH] KVM: x86 emulator: avoid calling wbinvd() macro

2011-04-21 Thread Clemens Noss
: warning: statement with no effect make[2]: *** [arch/x86/kvm/emulate.o] Error 1 make[1]: *** [arch/x86/kvm] Error 2 make: *** [arch/x86] Error 2 Work around this for now. Signed-off-by: Clemens Noss --- arch/x86/kvm/emulate.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[PATCH] kvm/lapic.c: fix "__moddi3 undefined" build failure

2009-01-25 Thread Clemens Noss
use mod_64 from arch/x86/kvm/i8254.c to fix ERROR: "__moddi3" [arch/x86/kvm/kvm.ko] undefined! Signed-off-by: Clemens Noss --- Patch against kvm/master branch, to fix the build failure reported by Randy Dunlap on lkml. My virtual machine still works. --- arch/x86/kvm/lapi