From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgkAa-0000rN-CF for qemu-devel@nongnu.org; Mon, 18 Jun 2012 18:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgkAY-0000jJ-IS for qemu-devel@nongnu.org; Mon, 18 Jun 2012 18:11:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgkAY-0000j1-9b for qemu-devel@nongnu.org; Mon, 18 Jun 2012 18:11:34 -0400 Message-ID: <4FDFA791.9020909@redhat.com> Date: Mon, 18 Jun 2012 16:11:29 -0600 From: Eric Blake MIME-Version: 1.0 References: <1339963951-7798-1-git-send-email-chegu_vinod@hp.com> <4FDFA633.7090505@suse.de> In-Reply-To: <4FDFA633.7090505@suse.de> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigC24D9FAF7BB0A7AA337D3E55" Subject: Re: [Qemu-devel] [PATCH] Fixes related to processing of qemu's -numa option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Stefan Weil , Chegu Vinod , qemu-devel@nongnu.org, kvm@vger.kernel.org, ehabkost@redhat.com This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC24D9FAF7BB0A7AA337D3E55 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable On 06/18/2012 04:05 PM, Andreas F=E4rber wrote: > Am 17.06.2012 22:12, schrieb Chegu Vinod: >> diff --git a/vl.c b/vl.c >> index 204d85b..1906412 100644 >> --- a/vl.c >> +++ b/vl.c >> @@ -28,6 +28,7 @@ >> #include >> #include >> #include >> +#include >=20 > Did you check whether this and the macros you're using are available on= > POSIX and mingw32? vl.c is a pretty central file. POSIX, yes. mingw32, no. Use of preprocessor conditionals is probably in order. --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigC24D9FAF7BB0A7AA337D3E55 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJP36eRAAoJEKeha0olJ0Nq634H/RBfkGbYN3gHJeyVX2+s3HiS mcLdvn5AlBe7leBSXQmc/U2VPc9heI4gxO8pRAZ4SQ68fBHh2enwNfcGO8WJZnEZ ZtaRvhiYVF5hAyyOGpIX7SFbcsYum53a5H7z4iipI+eO1AjO9q8BWz5QUVOCvxWC prbrFej8dLpwkhgkPAvIo9r8QZxmH9iyG1Iibdo+aAvZTQcjc99asSB541wpUOCb jZDHYDexJCeQsSgCm1FZPqnfoH2kCExA8B6Ap4/I0ewDonmYI080oKphP86hnm0A kpDn4fCjFrVa0pRrpPU7QzvCQobzgU/9TP5al5YcwNK9AG3tcepzp4BsRUbvG4M= =6PKS -----END PGP SIGNATURE----- --------------enigC24D9FAF7BB0A7AA337D3E55--