From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvnCx-0003VA-EL for qemu-devel@nongnu.org; Thu, 08 Oct 2009 03:14:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvnCt-0003Rf-JW for qemu-devel@nongnu.org; Thu, 08 Oct 2009 03:14:39 -0400 Received: from [199.232.76.173] (port=33487 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvnCt-0003RJ-EX for qemu-devel@nongnu.org; Thu, 08 Oct 2009 03:14:35 -0400 Received: from mx20.gnu.org ([199.232.41.8]:11402) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MvnCt-00049y-2L for qemu-devel@nongnu.org; Thu, 08 Oct 2009 03:14:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvnCs-0002ad-96 for qemu-devel@nongnu.org; Thu, 08 Oct 2009 03:14:34 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n987EWsl018799 for ; Thu, 8 Oct 2009 03:14:32 -0400 From: Mark McLoughlin In-Reply-To: <1254951855-21698-1-git-send-email-quintela@redhat.com> References: <1254951855-21698-1-git-send-email-quintela@redhat.com> Content-Type: text/plain Date: Thu, 08 Oct 2009 08:12:54 +0100 Message-Id: <1254985974.8069.10.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] slirp: fix !CONFIG_SLIRP compilation Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On Wed, 2009-10-07 at 23:44 +0200, Juan Quintela wrote: > This moves the code that depens on slirp under CONFIG_SLIRP again. > > Signed-off-by: Juan Quintela Gah. Looks good, thanks Acked-by: Mark McLoughlin Cheers, Mark.