Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751338AbaLOVdT (ORCPT ); Mon, 15 Dec 2014 16:33:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36878 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751201AbaLOVdR (ORCPT ); Mon, 15 Dec 2014 16:33:17 -0500 Date: Mon, 15 Dec 2014 23:33:06 +0200 From: "Michael S. Tsirkin" To: linux-kernel@vger.kernel.org Cc: Rusty Russell , virtualization@lists.linux-foundation.org, linux-sh@vger.kernel.org, cornelia.huck@de.ibm.com Subject: [PATCH RFC 0/5] virtio pci: virtio 1.0 support Message-ID: <1418679168-1011-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mutt-Fcc: =sent Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is on top of 3.19 master + my bugfix patches, and adds virtio 1.0 support to virtio pci. This is 3.20 material I think. Would like to get feedback on s390 change as it's untested. Michael S Tsirkin (2): pci: add pci_iomap_range s390: add pci_iomap_range Michael S. Tsirkin (2): virtio_pci: modern driver virtio_pci: macros for PCI layout offsets. Rusty Russell (1): virtio-pci: define layout for virtio 1.0 arch/s390/include/asm/pci_io.h | 1 + drivers/virtio/virtio_pci_common.h | 29 +- include/asm-generic/pci_iomap.h | 10 + include/uapi/linux/virtio_pci.h | 92 +++++ tools/virtio/linux/virtio_config.h | 45 +++ arch/s390/pci/pci.c | 34 +- drivers/virtio/virtio_pci_common.c | 13 +- drivers/virtio/virtio_pci_modern.c | 684 +++++++++++++++++++++++++++++++++++++ lib/pci_iomap.c | 35 +- tools/virtio/virtio_test.c | 1 + drivers/virtio/Makefile | 2 +- 11 files changed, 929 insertions(+), 17 deletions(-) create mode 100644 drivers/virtio/virtio_pci_modern.c -- MST -- 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/