mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH RFC v2 0/7] virtio-pci: towards virtio 1.0 guest support
@ 2014-12-30 16:35 Michael S. Tsirkin
  2014-12-30 16:35 ` [PATCH RFC v2 1/7] mn10300: drop dead code Michael S. Tsirkin
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Michael S. Tsirkin @ 2014-12-30 16:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: Rusty Russell, cornelia.huck

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-12-30 22:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-30 16:35 [PATCH RFC v2 0/7] virtio-pci: towards virtio 1.0 guest support Michael S. Tsirkin
2014-12-30 16:35 ` [PATCH RFC v2 1/7] mn10300: drop dead code Michael S. Tsirkin
2014-12-30 16:35 ` [PATCH RFC v2 2/7] pci: add pci_iomap_range Michael S. Tsirkin
2014-12-30 22:10   ` Arnd Bergmann
2014-12-30 16:35 ` [PATCH RFC v2 3/7] s390: " Michael S. Tsirkin
2014-12-30 16:35 ` [PATCH RFC v2 4/7] virtio-pci: define layout for virtio 1.0 Michael S. Tsirkin
2014-12-30 16:35 ` [PATCH RFC v2 5/7] virtio_pci: modern driver Michael S. Tsirkin
2014-12-30 16:35 ` [PATCH RFC v2 6/7] virtio_pci: macros for PCI layout offsets Michael S. Tsirkin
2014-12-30 16:35 ` [PATCH RFC v2 7/7] virtio_pci: drop virtio_config dependency Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®