From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlhGA-0003TB-0g for qemu-devel@nongnu.org; Thu, 20 Dec 2012 09:38:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TlhG7-00006w-RU for qemu-devel@nongnu.org; Thu, 20 Dec 2012 09:38:05 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:64877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlhG7-00006j-Kn for qemu-devel@nongnu.org; Thu, 20 Dec 2012 09:38:03 -0500 Received: by mail-we0-f169.google.com with SMTP id t49so1630401wey.14 for ; Thu, 20 Dec 2012 06:38:02 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50D322C6.7060604@redhat.com> Date: Thu, 20 Dec 2012 15:37:58 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20121220142037.GA23513@redhat.com> In-Reply-To: <20121220142037.GA23513@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAkefile: dont rebuild vhost for each target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Peter Maydell , Anthony Liguori , Jason Baron , qemu-devel@nongnu.org, Blue Swirl , Guan Xuetao , =?ISO-8859-1?Q?Andreas_F=E4rber?= Il 20/12/2012 15:20, Michael S. Tsirkin ha scritto: > diff --git a/hw/vhost_net_stub.c b/hw/vhost_net_stub.c > new file mode 100644 > index 0000000..387b578 > --- /dev/null > +++ b/hw/vhost_net_stub.c > @@ -0,0 +1 @@ > +#include "vhost_net.c" Nice. As a follow-up, can you perhaps split the vhost_net.c file in two following the model of other *-stub.c files? Paolo