commit | 753d5e14c4cd9e545242971c5d149fe5da0a5ba1 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 05 17:16:27 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Jul 12 14:08:10 2012 +0300 |
tree | 32d56f1ed4e7179b3135c09a232660a40dd0b3ab | |
parent | b6a1f3a56921c80cd04d8130e713028c7c91edc1 [diff] |
memory: pass EventNotifier, not eventfd Under Win32, EventNotifiers will not have event_notifier_get_fd, so we cannot call it in common code such as hw/virtio-pci.c. Pass a pointer to the notifier, and only retrieve the file descriptor in kvm-specific code. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>