ivshmem: reset mask on device reset
The interrupt mask is a state value, it should be reset, like the interrupt status. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
This commit is contained in:
parent
1ee57de444
commit
972ad21553
@ -619,6 +619,7 @@ static void ivshmem_reset(DeviceState *d)
|
||||
IVShmemState *s = IVSHMEM(d);
|
||||
|
||||
s->intrstatus = 0;
|
||||
s->intrmask = 0;
|
||||
ivshmem_use_msix(s);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user