core-admin/vchan
Marek Marczykowski ab52153ab2 win/vchan: remove outstanding evtchn events on libvchan_wait
Windows evtchn driver can double fire on one event (details in
xenpci/evtchn_device_interface.c:EvtChn_EvtIoWrite). Less intrusive way of
fixing it is just remove all events from queue on libvchan_wait (to prevent
queue fill).
This won't hurt because we are interested in events only sent
after xc_evtchn_unmask call which is one line below.
2012-08-23 21:39:41 +02:00
..
.gitignore gitignores 2011-03-23 19:57:48 -04:00
init.c vchan: fix ASYNC_INIT macro 2012-06-04 14:59:11 +02:00
io.c win/vchan: remove outstanding evtchn events on libvchan_wait 2012-08-23 21:39:41 +02:00
libvchan.h vchan: introduce features macros 2012-06-03 17:23:07 +02:00
Makefile.linux makefile: rename vchan Makefile to not conflict with windows build 2012-06-02 12:32:49 +02:00
Makefile.stubdom dom0: vchan version for stubdom 2012-02-22 17:54:58 +01:00
node-select.c Moved vchan and u2mfn code to core. 2011-03-08 12:24:47 +01:00
node.c Moved vchan and u2mfn code to core. 2011-03-08 12:24:47 +01:00
sources vchan: introduce features macros 2012-06-03 17:23:07 +02:00