]> www.infradead.org Git - users/dwmw2/qemu.git/commit
ivshmem: fix memory_region_del_eventfd assertion failure
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 22 Aug 2012 21:09:47 +0000 (23:09 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 28 Aug 2012 06:50:02 +0000 (01:50 -0500)
commit63f7166a80a204e8d6d1732315b5c924d46f31d3
treeae8a740091921cc90c90e073c446a8e78e382ee0
parent1d34dff02fad135a64266e670f01ac3c6a408fa1
ivshmem: fix memory_region_del_eventfd assertion failure

We do not register ioeventfds unless the IVSHMEM_IOEVENTFD feature
is set.  The same feature must be checked before releasing the eventfds.
Regression introduced by commit 563027c (ivshmem: use EventNotifier and
memory API, 2012-07-05).

Reported-by: Cam Macdonnell <cam@cs.ualberta.ca>
Tested-by: Cam Macdonnell <cam@cs.ualberta.ca>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 98609cd8fcf755c0ba7049d751353b8b2e243b65)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/ivshmem.c