From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKcWx-0002Um-5B for qemu-devel@nongnu.org; Wed, 07 Jan 2009 12:49:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKcWv-0002UT-N0 for qemu-devel@nongnu.org; Wed, 07 Jan 2009 12:49:22 -0500 Received: from [199.232.76.173] (port=33793 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKcWv-0002UQ-JU for qemu-devel@nongnu.org; Wed, 07 Jan 2009 12:49:21 -0500 Received: from qw-out-1920.google.com ([74.125.92.148]:23664) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKcWv-0005nP-9d for qemu-devel@nongnu.org; Wed, 07 Jan 2009 12:49:21 -0500 Received: by qw-out-1920.google.com with SMTP id 5so3869095qwc.4 for ; Wed, 07 Jan 2009 09:49:20 -0800 (PST) Message-ID: <4964EB18.4020803@codemonkey.ws> Date: Wed, 07 Jan 2009 11:49:12 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1231253967.23355.1.camel@localhost.localdomain> <1231254036-29060-1-git-send-email-markmc@redhat.com> In-Reply-To: <1231254036-29060-1-git-send-email-markmc@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/6] Add a model string to VLANClientState Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin Cc: qemu-devel@nongnu.org Mark McLoughlin wrote: > Don't lose track of what type/model a vlan client is so that we can > e.g. assign a global per-model id to clients. > > The entire patch is basically a tedious excercise in making sure the > type/model string gets propagated down to qemu_new_vlan_client(). > > Signed-off-by: Mark McLoughlin > Applied the whole series. Thanks. Really nice series too. Regards, Anthony Liguori