Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754806AbbBHJwn (ORCPT ); Sun, 8 Feb 2015 04:52:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50238 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750871AbbBHJwl (ORCPT ); Sun, 8 Feb 2015 04:52:41 -0500 Date: Sun, 8 Feb 2015 10:52:34 +0100 From: "Michael S. Tsirkin" To: Rusty Russell Cc: lkml , "netdev@vger.kernel.org" Subject: Re: [PATCH 0/5] virtio 1.0 cleanups and one fix. Message-ID: <20150208095234.GA3185@redhat.com> References: <1423199216-2094-1-git-send-email-rusty@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423199216-2094-1-git-send-email-rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1409 Lines: 35 On Fri, Feb 06, 2015 at 03:36:51PM +1030, Rusty Russell wrote: > Hi all, > > Some minor fixes for my virtio-next tree. Michael, does > QEMU implement the (compuslory!) VIRTIO_PCI_CAP_PCI_CFG field? I'm > guessing not, since it wasn't defined in the Linux header :( Not yet, thanks for the reminder. BIOS is going to use that one so you can be sure it'll be there when support is merged finally. > Rusty Russell (5): > virtio: define VIRTIO_PCI_CAP_PCI_CFG in header. > virtio: Don't expose legacy block features when VIRTIO_BLK_NO_LEGACY > defined. > virtio: Don't expose legacy net features when VIRTIO_NET_NO_LEGACY > defined. > virtio: Don't expose legacy config features when > VIRTIO_CONFIG_NO_LEGACY defined. > virtio: don't require a config space on the console device. > > drivers/char/virtio_console.c | 12 ++++++++---- > include/uapi/linux/virtio_blk.h | 17 +++++++++++++---- > include/uapi/linux/virtio_config.h | 2 ++ > include/uapi/linux/virtio_net.h | 30 ++++++++++++++++++++++++++++-- > include/uapi/linux/virtio_pci.h | 4 +++- > 5 files changed, 54 insertions(+), 11 deletions(-) > > -- > 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/