From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: [PATCH 0/3] Implement link status for virtio_net Date: Tue, 9 Dec 2008 11:20:10 +0000 Message-ID: <1228821613-28724-1-git-send-email-markmc@redhat.com> Cc: kvm@vger.kernel.org, Anthony Liguori , Rusty Russell To: Avi Kivity Return-path: Received: from mail04.svc.cra.dublin.eircom.net ([159.134.118.20]:40201 "HELO mail04.svc.cra.dublin.eircom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752574AbYLILVi (ORCPT ); Tue, 9 Dec 2008 06:21:38 -0500 In-Reply-To: <> References: <> Sender: kvm-owner@vger.kernel.org List-ID: Hi, Here are the KVM specific changes for use to implement virtio_net link status. These patches depend firstly on the 'set_link' patches being accepted into qemu and secondly on the virtio_net link status ABI being accepted. Cheers, Mark.