From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgkEt-0002bE-IZ for qemu-devel@nongnu.org; Mon, 18 Jun 2012 18:16:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgkEr-00025d-Oz for qemu-devel@nongnu.org; Mon, 18 Jun 2012 18:16:03 -0400 Received: from g6t0185.atlanta.hp.com ([15.193.32.62]:8429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgkEr-000255-KL for qemu-devel@nongnu.org; Mon, 18 Jun 2012 18:16:01 -0400 Message-ID: <4FDFA89D.4090304@hp.com> Date: Mon, 18 Jun 2012 15:15:57 -0700 From: Chegu Vinod MIME-Version: 1.0 References: <1339963951-7798-1-git-send-email-chegu_vinod@hp.com> <4FDFA633.7090505@suse.de> <4FDFA791.9020909@redhat.com> In-Reply-To: <4FDFA791.9020909@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable 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: Eric Blake Cc: Stefan Weil , ehabkost@redhat.com, =?ISO-8859-15?Q?Andreas_F=E4rber?= , kvm@vger.kernel.org, qemu-devel@nongnu.org On 6/18/2012 3:11 PM, Eric Blake wrote: > 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 >> Did you check whether this and the macros you're using are available o= n >> POSIX and mingw32? vl.c is a pretty central file. > POSIX, yes. mingw32, no. Use of preprocessor conditionals is probably > in order. > Thanks. I will look into this. Vinod