[Qemu-devel] [PATCH] hw/intc/arm_gicv3_its: Fix the VM termination in vm_change_state_handler()

2017-11-03 Thread Shanker Donthineni
ET_DEVICE_ATTR failed: Group 4 attr 0x0000000001' Signed-off-by: Shanker Donthineni --- hw/intc/arm_gicv3_its_kvm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/intc/arm_gicv3_its_kvm.c b/hw/intc/arm_gicv3_its_kvm.c index 39903d5..9b00ce5 100644 --- a/hw/int

Re: [Qemu-devel] [PATCH v2] hw/vfio/platform: Add Qualcomm Technologies, Inc HIDMA device support

2016-08-19 Thread Shanker Donthineni
Graf wrote: On 18 Aug 2016, at 05:37, Auger Eric wrote: Hi Shanker, Adding Alex in CC for (*) On 14/08/2016 17:42, Shanker Donthineni wrote: This patch introduces the Qualcomm Technologies, Inc HIDMA device and allows passthrough the host HIDMA device to a guest machine using the vfio-pla

[Qemu-devel] [PATCH v2] hw/vfio/platform: Add Qualcomm Technologies, Inc HIDMA device support

2016-08-14 Thread Shanker Donthineni
ns, active high SPIs, and an optional property dma-coherent. Signed-off-by: Vikram Sethi Signed-off-by: Shanker Donthineni --- Changes sicnce v1: combined patches [v1 1/2] and [v1 2/2]. added '#include "qemu/osdep.h'. changed compact string to 'qcom,hidma-1.0'

Re: [Qemu-devel] [PATCH 2/2] hw/vfio/platform: Add Qualcomm Technologies, Inc HiDMA device support

2016-02-01 Thread Shanker Donthineni
Hi Eric, On 02/01/2016 08:37 AM, Eric Auger wrote: Hi Shanker, Vikram, On 01/30/2016 12:00 AM, Shanker Donthineni wrote: From: Vikram Sethi This patch introduces a Qualcomm Technologies, Inc HiDMA device and allows the instantiation of the vfio-qcom-hidma device from the QEMU command line

[Qemu-devel] [PATCH 1/2] hw/arm/sysbus-fdt: rename xgmac platform fdt node creation function

2016-01-29 Thread Shanker Donthineni
add_generic_platform_fdt_node to allow reuse. Signed-off-by: Vikram Sethi Signed-off-by: Shanker Donthineni --- hw/arm/sysbus-fdt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/arm/sysbus-fdt.c b/hw/arm/sysbus-fdt.c index 9d28797..6ee7af2 100644 --- a/hw/arm/sysbus-fdt.c +++ b/hw/arm

[Qemu-devel] [PATCH 0/2] VFIO-Platform support for Qualcomm Technologies, Inc HiDMA

2016-01-29 Thread 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 pla

[Qemu-devel] [PATCH 2/2] hw/vfio/platform: Add Qualcomm Technologies, Inc HiDMA device support

2016-01-29 Thread Shanker Donthineni
t, reg and interrupts properties. Signed-off-by: Vikram Sethi Signed-off-by: Shanker Donthineni --- hw/arm/sysbus-fdt.c | 2 ++ hw/vfio/Makefile.objs | 1 + hw/vfio/qcom-hidma.c | 57 +++ include/hw/vfio/vfio-qcom-hi