[vde-users] [PATCH] Reimplement vdeplug_python using ctypes.

2015-11-11 Thread Marco Giusti
ctypes allows to write extensions in pure Python. It is also part of the Python's standard library and more portable across different implementations and versions. This is also a first step to support Python3. A compatibility layer to the old vdeplug_python is also supplied as like to the VdePlug

[vde-users] [PATCH] Pass flags parameter to the relative syscalls

2015-11-11 Thread Marco Giusti
--- vde-2/src/lib/libvdeplug.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vde-2/src/lib/libvdeplug.c b/vde-2/src/lib/libvdeplug.c index 20cb2de..e5b3d6a 100644 --- a/vde-2/src/lib/libvdeplug.c +++ b/vde-2/src/lib/libvdeplug.c @@ -600,7 +600,7 @@ ssize_t vde_re