drm/vmwgfx: Add VMWare host messaging capability
authorSinclair Yeh <syeh@vmware.com>
Thu, 28 Apr 2016 02:10:19 +0000 (19:10 -0700)
committerThomas Hellstrom <thellstrom@vmware.com>
Fri, 20 May 2016 15:12:33 +0000 (17:12 +0200)
commit89da76fde68de1205756707133508e930be4f389
tree3407dbea5f100ce1e9cae8b1e2fa45631ca78643
parent93cd16817ae5ddcfc548784b51c76bf6d7923442
drm/vmwgfx: Add VMWare host messaging capability

This patch adds capabilities for a VMWare guest to send and
receive messages from the host, and adds functions to sending log
messages to vmware.log and to request device settings that aren't
available through the virtual hardware, e.g. certain settings in
the VMX file.

Signed-off-by: Sinclair Yeh <syeh@vmware.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_msg.c [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/vmwgfx_msg.h [new file with mode: 0644]