OSDN Git Service

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

This commit adds the headers describing the ioctl API for the
/dev/vboxguest device used by the Virtual Box Guest Additions
in Virtual Box virtual machines.

The driver providing the /dev/vboxguest device will allow Virtual Box
Guest Additions features such as copy-and-paste, seamless mode and
OpenGL pass-through.

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>
MAINTAINERS
include/uapi/linux/vbox_err.h [new file with mode: 0644]
include/uapi/linux/vbox_vmmdev_types.h [new file with mode: 0644]
include/uapi/linux/vboxguest.h [new file with mode: 0644]