ivshmem: remove EventfdEntry.vector
commitd160f3f7911bb1f99235ae211269c8f4422f2079
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 24 Jul 2015 16:52:19 +0000 (24 18:52 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 26 Oct 2015 09:19:53 +0000 (26 10:19 +0100)
treee89a9501b69e47d6aa1b83d73b2deadad4511178
parentd9453c93fea0c9c67f9c63bfa79a87631317d746
ivshmem: remove EventfdEntry.vector

No need to store an extra int for the vector number when it can be
computed easily by looking at the position in the array.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
hw/misc/ivshmem.c