[PATCH v3 0/2] UIO support for Hyper-V

Stephen Hemminger stephen at networkplumber.org
Mon Nov 28 16:51:31 UTC 2016


This is version 3, for some reason last version was not merged?
Documentation already merged into linux doc tree so that patch is
not included.

Stephen Hemminger (2):
  vmbus: add support for dynamic device id's
  uio-hv-generic: new userspace i/o driver for VMBus

 MAINTAINERS                  |   1 +
 drivers/hv/connection.c      |   1 +
 drivers/hv/vmbus_drv.c       | 174 ++++++++++++++++++++++++++++++++--
 drivers/uio/Kconfig          |   9 ++
 drivers/uio/Makefile         |   1 +
 drivers/uio/uio_hv_generic.c | 216 +++++++++++++++++++++++++++++++++++++++++++
 include/linux/hyperv.h       |   6 ++
 7 files changed, 400 insertions(+), 8 deletions(-)
 create mode 100644 drivers/uio/uio_hv_generic.c

-- 
2.7.4



More information about the devel mailing list