From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH] qemu-kvm: Reenable iothread mutex wrappers on !CONFIG_KVM Date: Thu, 12 Nov 2009 00:49:46 +0100 Message-ID: <4AFB4D9A.3080705@web.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB3DA58FC79051BD80D5C87CD" Cc: kvm To: Marcelo Tosatti , Avi Kivity Return-path: Received: from fmmailgate03.web.de ([217.72.192.234]:40571 "EHLO fmmailgate03.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757531AbZKKXtj (ORCPT ); Wed, 11 Nov 2009 18:49:39 -0500 Sender: kvm-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB3DA58FC79051BD80D5C87CD Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Needed to avoid some missing symbols when KVM is disabled. Signed-off-by: Jan Kiszka --- vl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vl.c b/vl.c index 594ca34..6556075 100644 --- a/vl.c +++ b/vl.c @@ -3443,7 +3443,7 @@ void qemu_notify_event(void) } } =20 -#ifdef KVM_UPSTREAM +#if defined(KVM_UPSTREAM) || !defined(CONFIG_KVM) void qemu_mutex_lock_iothread(void) {} void qemu_mutex_unlock_iothread(void) {} #endif --------------enigB3DA58FC79051BD80D5C87CD 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 iEYEARECAAYFAkr7TZ8ACgkQitSsb3rl5xTOdwCgwFE3lySpfJKitb+XO82PLomT wvYAoLE/AZSPr7j5SN84G83GLE+RFUue =RfFr -----END PGP SIGNATURE----- --------------enigB3DA58FC79051BD80D5C87CD--