virt: Add vboxguest driver for Virtual Box Guest integration
authorHans de Goede <hdegoede@redhat.com>
Thu, 30 Nov 2017 16:01:27 +0000 (17:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Dec 2017 15:12:22 +0000 (16:12 +0100)
commit0ba002bc4393dcfae031fc707b11c094b46a5048
treecbd049835d63e4b80843a6ca7c4d911646aa0e8d
parent579db9d45cb4e8e7cedff9e6079331a1e2ea9f5d
virt: Add vboxguest driver for Virtual Box Guest integration

This commit adds a driver for the Virtual Box Guest PCI device used in
Virtual Box virtual machines. Enabling this driver will add support for
Virtual Box Guest integration features such as copy-and-paste, seamless
mode and OpenGL pass-through.

This driver also offers vboxguest IPC functionality which is needed
for the vboxfs driver which offers folder sharing support.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/virt/Kconfig
drivers/virt/Makefile
drivers/virt/vboxguest/Kconfig [new file with mode: 0644]
drivers/virt/vboxguest/Makefile [new file with mode: 0644]
drivers/virt/vboxguest/vboxguest_core.c [new file with mode: 0644]
drivers/virt/vboxguest/vboxguest_core.h [new file with mode: 0644]
drivers/virt/vboxguest/vboxguest_linux.c [new file with mode: 0644]
drivers/virt/vboxguest/vboxguest_version.h [new file with mode: 0644]