mirror of
https://github.com/qemu/qemu.git
synced 2025-08-10 12:46:22 +00:00
ivshmem: remove useless doorbell field
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
This commit is contained in:
parent
9113e3f394
commit
49b2951f84
@ -71,7 +71,6 @@ typedef struct IVShmemState {
|
|||||||
|
|
||||||
uint32_t intrmask;
|
uint32_t intrmask;
|
||||||
uint32_t intrstatus;
|
uint32_t intrstatus;
|
||||||
uint32_t doorbell;
|
|
||||||
|
|
||||||
CharDriverState **eventfd_chr;
|
CharDriverState **eventfd_chr;
|
||||||
CharDriverState *server_chr;
|
CharDriverState *server_chr;
|
||||||
|
Loading…
Reference in New Issue
Block a user