From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Hajnoczi Subject: Re: [QEMU PATCH v5 0/3] virtio-net: fix of ctrl commands Date: Wed, 23 Jan 2013 08:42:03 +0100 Message-ID: <20130123074203.GA4121@stefanha-thinkpad> References: <1358869486-22777-1-git-send-email-akong@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: mst@redhat.com, qemu-devel@nongnu.org, aliguori@us.ibm.com, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org To: Amos Kong Return-path: Received: from mail-wi0-f176.google.com ([209.85.212.176]:58780 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751855Ab3AWIGl (ORCPT ); Wed, 23 Jan 2013 03:06:41 -0500 Received: by mail-wi0-f176.google.com with SMTP id hm6so437899wib.9 for ; Wed, 23 Jan 2013 00:06:40 -0800 (PST) Content-Disposition: inline In-Reply-To: <1358869486-22777-1-git-send-email-akong@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jan 22, 2013 at 11:44:43PM +0800, Amos Kong wrote: > 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 > V5: fix endianness after iov_to_buf copy > > 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 | 142 +++++++++++++++++++++++++++++++++--------------------- > hw/virtio-net.h | 26 +++++++---- > 3 files changed, 108 insertions(+), 64 deletions(-) > Reviewed-by: Stefan Hajnoczi