Re: [vmw_vmci 01/11] Apply VMCI context code

2012-07-26 Thread Andrew Stiegmann
nt: Thursday, July 26, 2012 4:48:50 PM > Subject: Re: [vmw_vmci 01/11] Apply VMCI context code > > On Thu, Jul 26, 2012 at 04:39:30PM -0700, Andrew Stiegmann (stieg) > wrote: > > Context code maintains state for vmci and allows the driver > > to communicate with multiple VMs. &

[vmw_vmci 01/11] Apply VMCI context code

2012-07-26 Thread Andrew Stiegmann (stieg)
Context code maintains state for vmci and allows the driver to communicate with multiple VMs. Signed-off-by: Andrew Stiegmann (stieg) --- drivers/misc/vmw_vmci/vmci_context.c | 1269 ++ drivers/misc/vmw_vmci/vmci_context.h | 161 + 2 files changed, 1430 inser

Re: [vmw_vmci 01/11] Apply VMCI context code

2012-07-26 Thread Greg KH
On Thu, Jul 26, 2012 at 04:39:30PM -0700, Andrew Stiegmann (stieg) wrote: > Context code maintains state for vmci and allows the driver > to communicate with multiple VMs. > > Signed-off-by: Andrew Stiegmann (stieg) One tiny nit: > diff --git a/drivers/misc/vmw_vmci/vmci_context.c > b/drivers/