]> git.proxmox.com Git - mirror_qemu.git/commit
event-notifier: Add "is_external" parameter
authorFam Zheng <famz@redhat.com>
Fri, 22 Apr 2016 13:53:53 +0000 (21:53 +0800)
committerKevin Wolf <kwolf@redhat.com>
Fri, 22 Apr 2016 14:43:56 +0000 (16:43 +0200)
commit54e18d35e44c48cf6e13c4ce09962c30b595b72a
tree1c0b141d6ef2e65614205877318d7589fc24c7c4
parentbcd82a968fbf7d8156eefbae3f3aab59ad576fa2
event-notifier: Add "is_external" parameter

All callers pass "false" keeping the old semantics. The windows
implementation doesn't distinguish the flag yet. On posix, it is passed
down to the underlying aio context.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/usb/ccid-card-emulated.c
hw/virtio/virtio.c
include/qemu/event_notifier.h
stubs/set-fd-handler.c
target-i386/hyperv.c
util/event_notifier-posix.c
util/event_notifier-win32.c