All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] VFIO-Platform support for Qualcomm Technologies, Inc HiDMA
@ 2016-01-29 23:00 Shanker Donthineni
  2016-01-29 23:00 ` [Qemu-devel] [PATCH 1/2] hw/arm/sysbus-fdt: rename xgmac platform fdt node creation function Shanker Donthineni
  2016-01-29 23:00 ` [Qemu-devel] [PATCH 2/2] hw/vfio/platform: Add Qualcomm Technologies, Inc HiDMA device support Shanker Donthineni
  0 siblings, 2 replies; 6+ messages in thread
From: Shanker Donthineni @ 2016-01-29 23:00 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Christopher Covington, Vikram Sethi, Eric Auger,
	Kaya Sinan, Alex Williamson, Shanker Donthineni

This patch series enables assigning Qualcomm Technolgies, Inc HiDMA 
platform device to guest virtual machines using the VFIO-Platform
framework.

Since the existing Calxeda XGMAC function to create device-tree node
is fairly generic, the first patch renames the function to allow
reuse by other platform drivers like HiDMA driver.

Kernel patches for HiDMA driver, including VFIO-reset support are here:
    http://www.spinics.net/lists/arm-kernel/msg478402.html

Vikram Sethi (2):
  hw/arm/sysbus-fdt: rename xgmac platform fdt node creation function
  hw/vfio/platform: Add Qualcomm Technologies, Inc HiDMA device support

 hw/arm/sysbus-fdt.c               |  6 +++--
 hw/vfio/Makefile.objs             |  1 +
 hw/vfio/qcom-hidma.c              | 57 +++++++++++++++++++++++++++++++++++++++
 include/hw/vfio/vfio-qcom-hidma.h | 49 +++++++++++++++++++++++++++++++++
 4 files changed, 111 insertions(+), 2 deletions(-)
 create mode 100644 hw/vfio/qcom-hidma.c
 create mode 100644 include/hw/vfio/vfio-qcom-hidma.h

-- 
Qualcomm Technologies, Inc. on behalf
of the Qualcomm Innovation Center, Inc.  The Qualcomm Innovation Center, Inc. 
is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.

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

end of thread, other threads:[~2016-02-02  2:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-29 23:00 [Qemu-devel] [PATCH 0/2] VFIO-Platform support for Qualcomm Technologies, Inc HiDMA Shanker Donthineni
2016-01-29 23:00 ` [Qemu-devel] [PATCH 1/2] hw/arm/sysbus-fdt: rename xgmac platform fdt node creation function Shanker Donthineni
2016-02-01 14:24   ` Eric Auger
2016-01-29 23:00 ` [Qemu-devel] [PATCH 2/2] hw/vfio/platform: Add Qualcomm Technologies, Inc HiDMA device support Shanker Donthineni
2016-02-01 14:37   ` Eric Auger
2016-02-02  2:31     ` Shanker Donthineni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.