Re: [PATCH] softmmu/memory: fix memory_region_ioeventfd_equal()

2020-10-19 Thread Stefan Hajnoczi
On Sat, Oct 17, 2020 at 02:01:02PM -0700, Elena Afanasova wrote: > Eventfd can be registered with a zero length when fast_mmio is true. > Handle this case properly when dispatching through QEMU. > > Signed-off-by: Elena Afanasova > --- > softmmu/memory.c | 15 +++ > 1 file changed, 1

[PATCH] softmmu/memory: fix memory_region_ioeventfd_equal()

2020-10-17 Thread Elena Afanasova
Eventfd can be registered with a zero length when fast_mmio is true. Handle this case properly when dispatching through QEMU. Signed-off-by: Elena Afanasova --- softmmu/memory.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/softmmu/memory.c b/softmmu/memory