Re: [Qemu-devel] [PATCH v3 30/46] ivshmem: reset mask on device reset

2015-09-23 Thread Marc-André Lureau
Hi On Wed, Sep 16, 2015 at 2:15 PM, Claudio Fontana wrote: > probably you wanted to say "it should be reset, like the interrupt status". yes, thanks -- Marc-André Lureau

Re: [Qemu-devel] [PATCH v3 30/46] ivshmem: reset mask on device reset

2015-09-16 Thread Claudio Fontana
On 15.09.2015 18:07, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > The interrupt mask is a state value, it should be reset, like the value. probably you wanted to say "it should be reset, like the interrupt status". > > Signed-off-by: Marc-André Lureau > --- > hw/misc/ivsh

[Qemu-devel] [PATCH v3 30/46] ivshmem: reset mask on device reset

2015-09-15 Thread marcandre . lureau
From: Marc-André Lureau The interrupt mask is a state value, it should be reset, like the value. 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 63e4c4f..6c0a829 100644 --- a/hw/misc/ivshmem.