async: rename event_notifier_dummy_cb/poll()
commitc13be5a1bfcd6cafdf20072c75eaf3e5af35f2e6
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 6 Aug 2020 13:18:00 +0000 (6 14:18 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 13 Aug 2020 12:26:12 +0000 (13 13:26 +0100)
tree3015c79fe0f3a22a05557efacc64c09f1fb4d146
parentd0ed6a69d399ae193959225cdeaa9382746c91cc
async: rename event_notifier_dummy_cb/poll()

The event_notifier_*() prefix can be confused with the EventNotifier
APIs that are also called event_notifier_*().

Rename the functions to aio_context_notifier_*() to make it clear that
they relate to the AioContext::notifier field.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 20200806131802.569478-2-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
util/async.c