diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2015-06-18 16:17:48 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2015-10-24 18:02:48 +0200 |
commit | 49b2951f8416b356001d7b32625da0c555f0d1ce (patch) | |
tree | 4222bc42b7793d8c5b39a5a50d6abaa402e75a69 | |
parent | 9113e3f394e0a8569713b7aa9ece3e37cb9b61e8 (diff) |
ivshmem: remove useless doorbell field
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
-rw-r--r-- | hw/misc/ivshmem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index 7138b8d923..dea4096fca 100644 --- a/hw/misc/ivshmem.c +++ b/hw/misc/ivshmem.c @@ -71,7 +71,6 @@ typedef struct IVShmemState { uint32_t intrmask; uint32_t intrstatus; - uint32_t doorbell; CharDriverState **eventfd_chr; CharDriverState *server_chr; |