lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 30 Dec 2014 18:35:30 +0200 From: "Michael S. Tsirkin" <mst@...hat.com> To: linux-kernel@...r.kernel.org Cc: Rusty Russell <rusty@...tcorp.com.au>, cornelia.huck@...ibm.com Subject: [PATCH RFC v2 0/7] virtio-pci: towards virtio 1.0 guest support This is only very lightly tested, and I'll probably split it up and do minor changes for ease of review, but I thought I'd post it now that it actually works. Michael S Tsirkin (2): pci: add pci_iomap_range s390: add pci_iomap_range Michael S. Tsirkin (4): mn10300: drop dead code virtio_pci: modern driver virtio_pci: macros for PCI layout offsets. virtio_pci: drop virtio_config dependency 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 | 94 ++++- arch/mn10300/unit-asb2305/pci-iomap.c | 35 -- arch/s390/pci/pci.c | 34 +- drivers/virtio/virtio_pci_common.c | 13 +- drivers/virtio/virtio_pci_modern.c | 708 ++++++++++++++++++++++++++++++++++ lib/pci_iomap.c | 35 +- drivers/virtio/Makefile | 2 +- 10 files changed, 908 insertions(+), 53 deletions(-) delete mode 100644 arch/mn10300/unit-asb2305/pci-iomap.c 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@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists