]> git.proxmox.com Git - mirror_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)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 29 Aug 2012 13:23:50 +0000 (08:23 -0500)
commit7e7de876ae9bdb1b994dee148c6dc009ce94c48e
tree7b3d5fd3dbfa0d032f5854525520b7a83da4532a
parent998a74bcda7f3297813732ddc2f28ffe5a12e37a
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>
hw/ivshmem.c