commit | b1f416aa8d870fab71030abc9401cfc77b948e8e | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 05 17:16:29 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Jul 12 14:08:11 2012 +0300 |
tree | 85ce6fbf099085dcb82a1dbddd52d18585c989c6 | |
parent | 6bf819f0a2a77dc8504651f369293f0efac54fe5 [diff] |
virtio: move common ioeventfd handling out of virtio-pci All transports can use the same event handler for the ioeventfd, though the exact setup (address/memory region) will be specific. This lets virtio use event_notifier_set_handler. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>