From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LMpEa-0000Nn-TE for qemu-devel@nongnu.org; Tue, 13 Jan 2009 14:47:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMpEZ-0000LU-B5 for qemu-devel@nongnu.org; Tue, 13 Jan 2009 14:47:32 -0500 Received: from [199.232.76.173] (port=37060 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMpEZ-0000LI-5e for qemu-devel@nongnu.org; Tue, 13 Jan 2009 14:47:31 -0500 Received: from yx-out-1718.google.com ([74.125.44.154]:42743) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LMpEY-0004TB-T6 for qemu-devel@nongnu.org; Tue, 13 Jan 2009 14:47:30 -0500 Received: by yx-out-1718.google.com with SMTP id 3so88640yxi.82 for ; Tue, 13 Jan 2009 11:47:30 -0800 (PST) Message-ID: <496CEFC7.8080004@codemonkey.ws> Date: Tue, 13 Jan 2009 13:47:19 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1231426069-28321-1-git-send-email-markmc@redhat.com> <1231874717-8835-1-git-send-email-markmc@redhat.com> In-Reply-To: <1231874717-8835-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/3] Check NIC model in some NIC init functions 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: > Some NIC init functions are only called when that model is > the only valid model. In that case, it makes sense to use > qemu_check_nic_model() from the NIC init function itself. > > Signed-off-by: Mark McLoughlin > Applied all 4. Thanks. Regards, Anthony Liguori