]> git.ipfire.org Git - thirdparty/qemu.git/commit
ivshmem: remove redundant ioeventfd configuration
authorCam Macdonell <cam@cs.ualberta.ca>
Mon, 27 Aug 2012 18:12:19 +0000 (12:12 -0600)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 30 Aug 2012 19:54:16 +0000 (14:54 -0500)
commit57fa9fb4efa5aa3382045db2a1970279d49e63f5
tree18daf8bd325a77322540336c46a75ebac26d1257
parent450ead742ae119b9862c3385b9a27060c4364483
ivshmem: remove redundant ioeventfd configuration

setup_ioeventfds() is unnecessary and actually causes a segfault when used
ioeventfd=on is used on the command-line.  Since ioeventfds are handled within
the memory API, it can be removed.

Signed-off-by: Cam Macdonell <cam@cs.ualberta.ca>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 7e7de876ae9bdb1b994dee148c6dc009ce94c48e)

Conflicts:

hw/ivshmem.c

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