mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-01 22:42:13 -06: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue