core-admin/vchan
Marek Marczykowski efbd9466f8 vchan/vm: implement libvchan_cleanup to release resources used by vchan link
In most cases after vchan close program terminates (or reexec itself to wait
for next connection), so cleanup isn't needed (not sure how about evtchn and
shared pages...).
But in case of stubdom it is needed to cleanup before waiting for new
connection - we can't reexec agent there.
2012-12-12 02:39:34 +01:00
..
.gitignore gitignores 2011-03-23 19:57:48 -04:00
init.c vchan/vm: implement libvchan_cleanup to release resources used by vchan link 2012-12-12 02:39:34 +01:00
io.c vchan: specify data param of libvchan_write as const 2012-11-03 05:22:01 +01:00
libvchan.h vchan/vm: implement libvchan_cleanup to release resources used by vchan link 2012-12-12 02:39:34 +01: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