This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
bfb669f39f
qemu-e2k
/
hw
/
dataplane
/
Makefile.objs
2 lines
76 B
Makefile
Raw
Normal View
History
Unescape
Escape
dataplane: remove EventPoll in favor of AioContext During the review of the dataplane code, the EventPoll API morphed itself (not concidentially) into something very very similar to an AioContext. Thus, it is trivial to convert virtio-blk-dataplane to use AioContext, and a first baby step towards letting dataplane talk directly to the QEMU block layer. The only interesting note is the value-copy of EventNotifiers. At least in my opinion this is part of the EventNotifier API and is even portable to Windows. Of course, in this case you should not close the notifier's underlying file descriptors or handle with event_notifier_cleanup. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2013-02-22 10:40:34 +01:00
obj-$(CONFIG_VIRTIO_BLK_DATA_PLANE)
+=
hostmem.o vring.o ioq.o virtio-blk.o
Reference in New Issue
Copy Permalink