Re: [Qemu-devel] [PATCH v4 30/47] ivshmem: reset mask on device reset

2015-09-29 Thread Claudio Fontana
On 24.09.2015 13:37, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > The interrupt mask is a state value, it should be reset, like the > interrupt status. > > Signed-off-by: Marc-André Lureau > --- > hw/misc/ivshmem.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/h

[Qemu-devel] [PATCH v4 30/47] ivshmem: reset mask on device reset

2015-09-24 Thread marcandre . lureau
From: Marc-André Lureau The interrupt mask is a state value, it should be reset, like the interrupt status. Signed-off-by: Marc-André Lureau --- hw/misc/ivshmem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index 3231a46..9974f25 100644 --- a/hw/mi