ivshmem: remove useless doorbell field
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 18 Jun 2015 14:17:48 +0000 (16:17 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 24 Oct 2015 16:02:48 +0000 (18:02 +0200)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
hw/misc/ivshmem.c

index 7138b8d92350d1e8419052f8e47b5b90b9e77108..dea4096fcab0b5e3afaa95c253fe6525100aa40d 100644 (file)
@@ -71,7 +71,6 @@ typedef struct IVShmemState {
 
     uint32_t intrmask;
     uint32_t intrstatus;
-    uint32_t doorbell;
 
     CharDriverState **eventfd_chr;
     CharDriverState *server_chr;