VMCI: context implementation.
authorGeorge Zhang <georgezhang@vmware.com>
Tue, 8 Jan 2013 23:52:59 +0000 (15:52 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jan 2013 00:15:55 +0000 (16:15 -0800)
commit28d6692cd8fb2a900edba5e5983be4478756ef6f
treec0c3d2883978e4f74b15570ef385b9ec9010d1ad
parent6bbda15f279ec99c4ac0d56c4ad680299d0b768b
VMCI: context implementation.

VMCI Context code maintains state for vmci and allows the driver to communicate
with multiple VMs.

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_context.c [new file with mode: 0644]
drivers/misc/vmw_vmci/vmci_context.h [new file with mode: 0644]