Re: [PATCH RFC] hw/misc/pc-testdev: add support for ioregionfd testing

2021-03-01 Thread Stefan Hajnoczi
On Mon, Mar 01, 2021 at 04:16:28PM +0300, Elena Afanasova wrote: Thanks for posting this piece of the ioregionfd testing infrastructure! Please include a commit description even if it's just an RFC patch. People on qemu-devel may not be aware of ioregionfd or the purpose of this patch.

[PATCH RFC] hw/misc/pc-testdev: add support for ioregionfd testing

2021-03-01 Thread Elena Afanasova
Signed-off-by: Elena Afanasova --- hw/misc/pc-testdev.c | 74 +++ include/sysemu/kvm.h | 4 +-- linux-headers/linux/kvm.h | 24 + 3 files changed, 100 insertions(+), 2 deletions(-) diff --git a/hw/misc/pc-testdev.c