summaryrefslogtreecommitdiff
path: root/util/event_notifier-win32.c
AgeCommit message (Collapse)AuthorFilesLines
2016-04-22event-notifier: Add "is_external" parameterFam Zheng1-0/+1
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>
2016-02-04util: Clean up includesPeter Maydell1-0/+1
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1454089805-5470-6-git-send-email-peter.maydell@linaro.org
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini1-0/+59
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>