From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwNdZ-0008KO-DZ for qemu-devel@nongnu.org; Fri, 18 Jan 2013 20:54:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwNdW-00071T-S4 for qemu-devel@nongnu.org; Fri, 18 Jan 2013 20:54:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwNdW-000714-KO for qemu-devel@nongnu.org; Fri, 18 Jan 2013 20:54:22 -0500 From: akong@redhat.com Date: Sat, 19 Jan 2013 09:54:25 +0800 Message-Id: <1358560468-10865-1-git-send-email-akong@redhat.com> Subject: [Qemu-devel] [QEMU PATCH v4 0/3] virtio-net: fix of ctrl commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mst@redhat.com Cc: kvm@vger.kernel.org, rusty@rustcorp.com.au, qemu-devel@nongnu.org, stefanha@redhat.com, virtualization@lists.linux-foundation.org From: Amos Kong Currently virtio-net code relys on the layout of descriptor, this patchset removed the assumptions and introduced a control command to set mac address. Last patch is a trivial renaming. V2: check guest's iov_len V3: fix of migration compatibility make mac field in config space read-only when new feature is acked V4: add fix of descriptor layout assumptions, trivial rename Amos Kong (2): virtio-net: introduce a new macaddr control virtio-net: rename ctrl rx commands Michael S. Tsirkin (1): virtio-net: remove layout assumptions for ctrl vq hw/pc_piix.c | 4 ++ hw/virtio-net.c | 143 ++++++++++++++++++++++++++++++++++---------------------- hw/virtio-net.h | 26 +++++++---- 3 files changed, 109 insertions(+), 64 deletions(-) -- 1.7.11.7