From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH] kvm-kmod: x86: Define CONFIG_HAVE_KVM_EVENTFD when missing Date: Fri, 22 May 2009 22:03:58 +0200 Message-ID: <4A17052E.9030302@web.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2F14AF0F1E36EBDCB6D2C795" Cc: kvm-devel To: Avi Kivity Return-path: Received: from fmmailgate02.web.de ([217.72.192.227]:55516 "EHLO fmmailgate02.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754368AbZEVUEG (ORCPT ); Fri, 22 May 2009 16:04:06 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2F14AF0F1E36EBDCB6D2C795 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Signed-off-by: Jan Kiszka --- x86/external-module-compat.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h index a9476ff..d74aaaa 100644 --- a/x86/external-module-compat.h +++ b/x86/external-module-compat.h @@ -531,3 +531,7 @@ typedef u64 phys_addr_t; #ifndef CONFIG_HAVE_KVM_IRQCHIP #define CONFIG_HAVE_KVM_IRQCHIP 1 #endif + +#ifndef CONFIG_HAVE_KVM_EVENTFD +#define CONFIG_HAVE_KVM_EVENTFD 1 +#endif --------------enig2F14AF0F1E36EBDCB6D2C795 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkoXBTMACgkQniDOoMHTA+m0sACfWVmHv4ftth8Iub6DQlY55zj5 j18An08P/D/hGP4R3KaKVZUOY6Pv/Q1R =Uvu1 -----END PGP SIGNATURE----- --------------enig2F14AF0F1E36EBDCB6D2C795--