On Fri, 22 Aug 2014 11:01:23 +0200 Antonios Motakis <a.motakis@xxxxxxxxxxxxxxxxxxxxxx> wrote: > This patch series depends on the VFIO for PLATFORM devices patch series, > and implements AMBA device support for VFIO. ... > drivers/amba/bus.c | 43 +++ > drivers/vfio/platform/Kconfig | 10 + > drivers/vfio/platform/Makefile | 6 +- > drivers/vfio/platform/vfio_amba.c | 129 +++++++++ > drivers/vfio/platform/vfio_platform.c | 355 +----------------------- > drivers/vfio/platform/vfio_platform_common.c | 380 ++++++++++++++++++++++++++ > drivers/vfio/platform/vfio_platform_irq.c | 6 +- > drivers/vfio/platform/vfio_platform_private.h | 9 +- > include/linux/amba/bus.h | 1 + > 9 files changed, 591 insertions(+), 348 deletions(-) > create mode 100644 drivers/vfio/platform/vfio_amba.c > create mode 100644 drivers/vfio/platform/vfio_platform_common.c I think this patchseries should be merged with its dependent patchseries, in order to not have to review the common vfio_platform code twice. just my 2c. Thanks, Kim -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html