Message ID | 20090605133529.30444.74367.stgit@dev.haskins.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Gregory Haskins wrote: > http://lkml.org/lkml/2009/6/5/277 > > (It is unclear what action, if any, we also may need to address kvm-kmod > for kernels prior to eventfd support (2.6.22ish)) > Applied, thanks.
diff --git a/virt/kvm/Kconfig b/virt/kvm/Kconfig index b166f30..56c6848 100644 --- a/virt/kvm/Kconfig +++ b/virt/kvm/Kconfig @@ -8,3 +8,4 @@ config HAVE_KVM_IRQCHIP config HAVE_KVM_EVENTFD bool + select EVENTFD
http://lkml.org/lkml/2009/6/5/277 (It is unclear what action, if any, we also may need to address kvm-kmod for kernels prior to eventfd support (2.6.22ish)) Signed-off-by: Gregory Haskins <ghaskins@novell.com> --- virt/kvm/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html