Re: [Qemu-devel] [RFC PATCH v2 2/3] hw/vfio: amba device support

2015-01-15 Thread Eric Auger
Baptiste, On 12/22/2014 05:23 PM, Baptiste Reynal wrote: > Add VFIO_DEVICE_TYPE_AMBA. > Differentiate amba and platform devices according to compatible string. > > Signed-off-by: Baptiste Reynal > --- > hw/vfio/platform.c| 15 --- > include/hw/vfio/vfio-common.h | 1 + >

[Qemu-devel] [RFC PATCH v2 2/3] hw/vfio: amba device support

2014-12-22 Thread Baptiste Reynal
Add VFIO_DEVICE_TYPE_AMBA. Differentiate amba and platform devices according to compatible string. Signed-off-by: Baptiste Reynal --- hw/vfio/platform.c| 15 --- include/hw/vfio/vfio-common.h | 1 + 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/hw/vfio/