search for: be182e6

Displaying 2 results from an estimated 2 matches for "be182e6".

2009 Nov 18
1
[PATCH] Replace kvm io delay pv-ops with linux magic
...PIO waits, but drags in CPU-bound pv-ops. Thus - you will probably get more speed loss than speedup using this option. - - If in doubt, say N. - config KVM_MMU bool "KVM PV MMU support" depends on KVM_GUEST diff --git a/arch/x86/kernel/kvm.c b/arch/x86/kernel/kvm.c index 7e0207f..be182e6 100644 --- a/arch/x86/kernel/kvm.c +++ b/arch/x86/kernel/kvm.c @@ -29,15 +29,6 @@ #include <linux/hardirq.h> #include <asm/timer.h> -#ifdef CONFIG_KVM_IODELAY -/* - * No need for any "IO delay" on KVM - */ -static void kvm_io_delay(void) -{ -} -#endif /* CONFIG_KVM_IODELA...
2009 Nov 18
1
[PATCH] Replace kvm io delay pv-ops with linux magic
...PIO waits, but drags in CPU-bound pv-ops. Thus - you will probably get more speed loss than speedup using this option. - - If in doubt, say N. - config KVM_MMU bool "KVM PV MMU support" depends on KVM_GUEST diff --git a/arch/x86/kernel/kvm.c b/arch/x86/kernel/kvm.c index 7e0207f..be182e6 100644 --- a/arch/x86/kernel/kvm.c +++ b/arch/x86/kernel/kvm.c @@ -29,15 +29,6 @@ #include <linux/hardirq.h> #include <asm/timer.h> -#ifdef CONFIG_KVM_IODELAY -/* - * No need for any "IO delay" on KVM - */ -static void kvm_io_delay(void) -{ -} -#endif /* CONFIG_KVM_IODELA...