summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2017-11-30 11:01:25 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-18 10:12:21 -0500
commitf6ddd094f5793447d594aa9f42032a7aba12b4d2 (patch)
tree6d1af4b985232d2772f6a7ba3f9f6ef8f5249abf /MAINTAINERS
parent12eaa7a1f33cc4e231a847bd0e515a5d1552e30a (diff)
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8d83ed21a62b..405d4d28b612 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14557,6 +14557,13 @@ S: Maintained
14557F: drivers/virtio/virtio_input.c 14557F: drivers/virtio/virtio_input.c
14558F: include/uapi/linux/virtio_input.h 14558F: include/uapi/linux/virtio_input.h
14559 14559
14560VIRTUAL BOX GUEST DEVICE DRIVER
14561M: Hans de Goede <hdegoede@redhat.com>
14562M: Arnd Bergmann <arnd@arndb.de>
14563M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14564S: Maintained
14565F: include/uapi/linux/vbox*.h
14566
14560VIRTUAL SERIO DEVICE DRIVER 14567VIRTUAL SERIO DEVICE DRIVER
14561M: Stephen Chandler Paul <thatslyude@gmail.com> 14568M: Stephen Chandler Paul <thatslyude@gmail.com>
14562S: Maintained 14569S: Maintained