diff options
author | Paolo Bonzini | 2012-07-05 17:16:27 +0200 |
---|---|---|
committer | Avi Kivity | 2012-07-12 13:08:10 +0200 |
commit | 753d5e14c4cd9e545242971c5d149fe5da0a5ba1 (patch) | |
tree | 32d56f1ed4e7179b3135c09a232660a40dd0b3ab /kvm-stub.c | |
parent | ivshmem: wrap ivshmem_del_eventfd loops with transaction (diff) | |
download | qemu-753d5e14c4cd9e545242971c5d149fe5da0a5ba1.tar.gz qemu-753d5e14c4cd9e545242971c5d149fe5da0a5ba1.tar.xz qemu-753d5e14c4cd9e545242971c5d149fe5da0a5ba1.zip |
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>
Diffstat (limited to 'kvm-stub.c')
0 files changed, 0 insertions, 0 deletions