From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LMqkC-0000g5-Ou for qemu-devel@nongnu.org; Tue, 13 Jan 2009 16:24:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMqkA-0000dm-Ku for qemu-devel@nongnu.org; Tue, 13 Jan 2009 16:24:15 -0500 Received: from [199.232.76.173] (port=47233 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMqkA-0000dZ-Ae for qemu-devel@nongnu.org; Tue, 13 Jan 2009 16:24:14 -0500 Received: from g1t0028.austin.hp.com ([15.216.28.35]:21783) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LMqkA-0000w6-0q for qemu-devel@nongnu.org; Tue, 13 Jan 2009 16:24:14 -0500 From: Alex Williamson In-Reply-To: <1231349852.7109.79.camel@lappy> References: <1231349852.7109.79.camel@lappy> Content-Type: text/plain Date: Tue, 13 Jan 2009 14:23:47 -0700 Message-Id: <1231881827.9095.190.camel@bling> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [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: kvm Cc: Mark McLoughlin , qemu-devel 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, Alex -- Alex Williamson HP Open Source & Linux Org.