Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751612AbbBFFMD (ORCPT ); Fri, 6 Feb 2015 00:12:03 -0500 Received: from ozlabs.org ([103.22.144.67]:55323 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750719AbbBFFL7 (ORCPT ); Fri, 6 Feb 2015 00:11:59 -0500 From: Rusty Russell To: "lkml" Cc: Rusty Russell , "Michael S. Tsirkin" , "netdev@vger.kernel.org" Subject: [PATCH 0/5] virtio 1.0 cleanups and one fix. Date: Fri, 6 Feb 2015 15:36:51 +1030 Message-Id: <1423199216-2094-1-git-send-email-rusty@rustcorp.com.au> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1168 Lines: 31 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 :( 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/