Re: [Qemu-devel] [PATCH qemu v4 2/3] vfio: Make vfio_get_region_info_cap public

2019-03-07 Thread Alex Williamson
On Thu, 7 Mar 2019 16:05:17 +1100 Alexey Kardashevskiy wrote: > This makes vfio_get_region_info_cap() to be used in quirks. > > Signed-off-by: Alexey Kardashevskiy > --- > include/hw/vfio/vfio-common.h | 2 ++ > hw/vfio/common.c | 2 +- > 2 files changed, 3 insertions(+), 1 delet

[Qemu-devel] [PATCH qemu v4 2/3] vfio: Make vfio_get_region_info_cap public

2019-03-06 Thread Alexey Kardashevskiy
This makes vfio_get_region_info_cap() to be used in quirks. Signed-off-by: Alexey Kardashevskiy --- include/hw/vfio/vfio-common.h | 2 ++ hw/vfio/common.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/hw/vfio/vfio-common.h b/include/hw/vfio/vfio-commo