diff options
author | Hans de Goede <hdegoede@redhat.com> | 2017-11-30 11:01:25 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-18 10:12:21 -0500 |
commit | f6ddd094f5793447d594aa9f42032a7aba12b4d2 (patch) | |
tree | 6d1af4b985232d2772f6a7ba3f9f6ef8f5249abf /MAINTAINERS | |
parent | 12eaa7a1f33cc4e231a847bd0e515a5d1552e30a (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-- | MAINTAINERS | 7 |
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 | |||
14557 | F: drivers/virtio/virtio_input.c | 14557 | F: drivers/virtio/virtio_input.c |
14558 | F: include/uapi/linux/virtio_input.h | 14558 | F: include/uapi/linux/virtio_input.h |
14559 | 14559 | ||
14560 | VIRTUAL BOX GUEST DEVICE DRIVER | ||
14561 | M: Hans de Goede <hdegoede@redhat.com> | ||
14562 | M: Arnd Bergmann <arnd@arndb.de> | ||
14563 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||
14564 | S: Maintained | ||
14565 | F: include/uapi/linux/vbox*.h | ||
14566 | |||
14560 | VIRTUAL SERIO DEVICE DRIVER | 14567 | VIRTUAL SERIO DEVICE DRIVER |
14561 | M: Stephen Chandler Paul <thatslyude@gmail.com> | 14568 | M: Stephen Chandler Paul <thatslyude@gmail.com> |
14562 | S: Maintained | 14569 | S: Maintained |