Marek Marczykowski
6b23655fb7
vchan: specify data param of libvchan_write as const
...
It isn't (and shouldn't) modified by the function so mark it in declaration.
This will also help catching some errors.
2012-11-03 05:22:01 +01:00
Marek Marczykowski
22207ddf75
vchan: introduce features macros
...
Use features macros (QREXEC_RING_V2 and ASYNC_INIT) instead of directly
depending on building environment. The macros are turned on (when required) in
libvchan.h based on target system.
2012-06-03 17:23:07 +02:00
Alexander Tereshkin
7ea3f4a792
vchan modifications for the Windows build.
2012-05-12 19:27:09 +04:00
Marek Marczykowski
0c811322c5
dom0: vchan version for stubdom
2012-02-22 17:54:58 +01:00
Marek Marczykowski
3f310e5f3e
Adopt vchan to xen-libs-4.1.0 API.
...
Add #ifdefs to support new and old API
2011-04-19 01:21:48 +02:00
Rafal Wojtczuk
f263aa6b7c
Moved vchan and u2mfn code to core.
2011-03-08 12:24:47 +01:00