summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2015-06-18 16:17:48 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2015-10-24 18:02:48 +0200
commit49b2951f8416b356001d7b32625da0c555f0d1ce (patch)
tree4222bc42b7793d8c5b39a5a50d6abaa402e75a69
parent9113e3f394e0a8569713b7aa9ece3e37cb9b61e8 (diff)
downloadhqemu-49b2951f8416b356001d7b32625da0c555f0d1ce.zip
hqemu-49b2951f8416b356001d7b32625da0c555f0d1ce.tar.gz
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c
index 7138b8d..dea4096 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;
OpenPOWER on IntegriCloud