mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
event_notifier: add Win32 implementation
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
136594f19a
commit
fc97a652de
5 changed files with 76 additions and 4 deletions
|
@ -94,7 +94,8 @@ common-obj-y += bt-host.o bt-vhci.o
|
|||
common-obj-y += dma-helpers.o
|
||||
common-obj-y += acl.o
|
||||
common-obj-$(CONFIG_POSIX) += compatfd.o
|
||||
common-obj-y += event_notifier.o
|
||||
common-obj-$(CONFIG_POSIX) += event_notifier-posix.o
|
||||
common-obj-$(CONFIG_WIN32) += event_notifier-win32.o
|
||||
common-obj-y += qemu-timer.o qemu-timer-common.o
|
||||
common-obj-y += qtest.o
|
||||
common-obj-y += vl.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue