drm/vmwgfx: Add VMWare host messaging capability

2016-05-23 Thread Dan Carpenter
Hello Sinclair Yeh, The patch 89da76fde68d: "drm/vmwgfx: Add VMWare host messaging capability" from Apr 27, 2016, leads to the following static checker warning: drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:303 vmw_recv_msg() warn: 'reply' was already freed. dr

[PATCH 1/2] drm/vmwgfx: Add VMWare host messaging capability

2016-04-27 Thread Sinclair Yeh
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