From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LMrDl-0001v4-2U for qemu-devel@nongnu.org; Tue, 13 Jan 2009 16:54:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMrDj-0001ql-5e for qemu-devel@nongnu.org; Tue, 13 Jan 2009 16:54:48 -0500 Received: from [199.232.76.173] (port=32809 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMrDj-0001qT-1K for qemu-devel@nongnu.org; Tue, 13 Jan 2009 16:54:47 -0500 Received: from yx-out-1718.google.com ([74.125.44.152]:3099) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LMrDi-000654-OD for qemu-devel@nongnu.org; Tue, 13 Jan 2009 16:54:46 -0500 Received: by yx-out-1718.google.com with SMTP id 3so114512yxi.82 for ; Tue, 13 Jan 2009 13:54:46 -0800 (PST) Message-ID: <496D0D9C.9030008@codemonkey.ws> Date: Tue, 13 Jan 2009 15:54:36 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1231349852.7109.79.camel@lappy> <1231881827.9095.190.camel@bling> In-Reply-To: <1231881827.9095.190.camel@bling> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/5] virtio-net: MAC filtering Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: Mark McLoughlin , qemu-devel , kvm Alex Williamson wrote: > Here's an update to the patches I sent last week. The goal of this > series is to add MAC setting and filtering support to the virtio-net > backend in qemu/kvm. > > This version now makes use of a virtqueue for outbound commands from the > guest driver. This allows us to support numerous features without > trying to pack them into the virtio-net I/O port config space. A > separate patch series shows the guest driver changes to enable this. > Please comment. Thanks, > The backend bits look good to me. Regards, Anthony Liguori > Alex > >