]> git.baikalelectronics.ru Git - kernel.git/commit
VMCI: device driver implementaton.
authorGeorge Zhang <georgezhang@vmware.com>
Tue, 8 Jan 2013 23:54:10 +0000 (15:54 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jan 2013 00:15:55 +0000 (16:15 -0800)
commit1fc75753ef5bb0a0911defc1b026ff8ef13754d9
treece23e6faaf1a3fe51f6653a453c26cea22de3b28
parentbb79841c65b05954f65231de5c4c46ef56495441
VMCI: device driver implementaton.

VMCI driver code implementes both the host and guest personalities of the VMCI driver.

Signed-off-by: George Zhang <georgezhang@vmware.com>
Acked-by: Andy king <acking@vmware.com>
Acked-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/vmw_vmci/vmci_driver.c [new file with mode: 0644]
drivers/misc/vmw_vmci/vmci_driver.h [new file with mode: 0644]