-
Paolo Bonzini authored
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>Paolo Bonzini authoredUnder 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>
Loading