From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 2/5][RFC] virtio-net: Add load/save for status bits Date: Wed, 07 Jan 2009 12:12:00 -0600 Message-ID: <4964F070.7040003@codemonkey.ws> References: <1231349858.7109.81.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm , qemu-devel , Mark McLoughlin To: Alex Williamson Return-path: Received: from qw-out-2122.google.com ([74.125.92.27]:28656 "EHLO qw-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753552AbZAGSMI (ORCPT ); Wed, 7 Jan 2009 13:12:08 -0500 Received: by qw-out-2122.google.com with SMTP id 3so7471267qwe.37 for ; Wed, 07 Jan 2009 10:12:07 -0800 (PST) In-Reply-To: <1231349858.7109.81.camel@lappy> Sender: kvm-owner@vger.kernel.org List-ID: Alex Williamson wrote: > virtio-net: Add load/save for status bits > > Signed-off-by: Alex Williamson > --- > > hw/virtio-net.c | 10 ++++++++-- > 1 files changed, 8 insertions(+), 2 deletions(-) > > diff --git a/hw/virtio-net.c b/hw/virtio-net.c > index bfb7510..77e3077 100644 > --- a/hw/virtio-net.c > +++ b/hw/virtio-net.c > @@ -16,6 +16,8 @@ > #include "qemu-timer.h" > #include "virtio-net.h" > > +#define VIRTIO_VM_VERSION 2 > + > virtio-net is now at 2 already because of the mergable buffers fix but this is definitely needed for Mark's set_link changes. Regards, Anthony Liguori