From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PATCH 0/5] virtio-net: MAC filtering Date: Tue, 13 Jan 2009 14:23:47 -0700 Message-ID: <1231881827.9095.190.camel@bling> References: <1231349852.7109.79.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: qemu-devel , Mark McLoughlin To: kvm Return-path: Received: from g1t0028.austin.hp.com ([15.216.28.35]:21782 "EHLO g1t0028.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754190AbZAMVYN (ORCPT ); Tue, 13 Jan 2009 16:24:13 -0500 In-Reply-To: <1231349852.7109.79.camel@lappy> Sender: kvm-owner@vger.kernel.org List-ID: 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.