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

2012-05-22 Thread Andrew Stiegmann
...@vmware.com, gre...@linuxfoundation.org, virtualization@lists.linux-foundation.org, dsoud...@vmware.com, a...@linux-foundation.org, csch...@vmware.com Sent: Wednesday, May 16, 2012 10:01:21 AM Subject: Re: [vmw_vmci RFC 01/11] Apply VMCI context code On Tue, 15 May 2012 08:06:58 -0700

[vmw_vmci RFC 01/11] Apply VMCI context code

2012-05-16 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) astiegm...@vmware.com --- drivers/misc/vmw_vmci/vmci_context.c | 1743 ++ drivers/misc/vmw_vmci/vmci_context.h | 150 +++ 2 files

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

2012-05-16 Thread Greg KH
On Tue, May 15, 2012 at 08:06:58AM -0700, Andrew Stiegmann (stieg) wrote: +/* + *-- + * + * ctx_signal_notify -- + * + * Sets the notify flag to true. Assumes that the context lock is + * held. + * + * Results:

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

2012-05-16 Thread Stephen Hemminger
On Tue, 15 May 2012 08:06:58 -0700 Andrew Stiegmann (stieg) astiegm...@vmware.com wrote: Context code maintains state for vmci and allows the driver to communicate with multiple VMs. Signed-off-by: Andrew Stiegmann (stieg) astiegm...@vmware.com Running checkpatch reveals the usual noise,