]> Zhao Yanbai Git Server - minix.git/commit
VBOX: add host/guest communication interface
authorDavid van Moolenbroek <david@minix3.org>
Mon, 9 Apr 2012 13:56:20 +0000 (15:56 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 9 Apr 2012 13:56:20 +0000 (15:56 +0200)
commit6aa61efd0966f92e3feafa1dc0777b8ba68e499b
tree421ed5ed479ad2258ac3b78b40bc8e29b82ebe4e
parentef01931f760fe8114e6dd99a6864c92b3a85ae12
VBOX: add host/guest communication interface

This interface can be used by other system processes by means of the
newly provided vbox API in libsys.
15 files changed:
drivers/vbox/Makefile
drivers/vbox/err.c [new file with mode: 0644]
drivers/vbox/hgcm.c [new file with mode: 0644]
drivers/vbox/proto.h [new file with mode: 0644]
drivers/vbox/vbox.c
drivers/vbox/vbox.h [deleted file]
drivers/vbox/vmmdev.h [new file with mode: 0644]
etc/system.conf
include/Makefile.minix.inc
include/minix/com.h
include/minix/vbox.h [new file with mode: 0644]
include/minix/vboxif.h [new file with mode: 0644]
include/minix/vboxtype.h [new file with mode: 0644]
lib/libsys/Makefile
lib/libsys/vbox.c [new file with mode: 0644]