diff options
author | Hans de Goede <hdegoede@redhat.com> | 2017-11-30 17:01:26 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-18 16:12:21 +0100 |
commit | 579db9d45cb4e8e7cedff9e6079331a1e2ea9f5d (patch) | |
tree | 33d8b27da0e76cfbc9ca965ad7ead2f5fe595f0e /MAINTAINERS | |
parent | f6ddd094f5793447d594aa9f42032a7aba12b4d2 (diff) |
virt: Add vboxguest VMMDEV communication code
This commits adds a header describing the hardware interface for the
Virtual Box Guest PCI device used in Virtual Box virtual machines and
utility functions for talking to the Virtual Box hypervisor over this
interface.
These utility functions will used both by the vboxguest driver for the
PCI device which offers the /dev/vboxguest ioctl API and by 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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 405d4d28b612..673250e0867e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14562,7 +14562,9 @@ M: Hans de Goede <hdegoede@redhat.com> M: Arnd Bergmann <arnd@arndb.de> M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> S: Maintained +F: include/linux/vbox_utils.h F: include/uapi/linux/vbox*.h +F: drivers/virt/vboxguest/ VIRTUAL SERIO DEVICE DRIVER M: Stephen Chandler Paul <thatslyude@gmail.com> |