RE: [PATCH 2/3]: An implementation of HyperV KVP functionality

2010-12-08 Thread Hank Janssen
From: Ky Srinivasan [mailto:ksriniva...@novell.com] Sent: Tuesday, December 07, 2010 3:19 PM On 12/7/2010 at 5:29 PM, in message 20101207222933.ga10...@ioremap.net, Evgeniy Polyakov z...@ioremap.net wrote: On Tue, Dec 07, 2010 at 03:25:56PM -0700, Ky Srinivasan (ksriniva...@novell.com)

[PATCH 2/3]: An implementation of HyperV KVP functionality

2010-12-07 Thread Ky Srinivasan
This patch is re-based on the latest linux-next tree. From: K. Y. Srinivasan ksriniva...@novell.com Subject: The hv_utils module will be composed of more than one file; rename hv_utils.c to accommodate this without changing the module name. Signed-off-by: K. Y. Srinivasan ksriniva...@novell.com

Re: [PATCH 2/3]: An implementation of HyperV KVP functionality

2010-12-07 Thread Evgeniy Polyakov
On Tue, Dec 07, 2010 at 03:25:56PM -0700, Ky Srinivasan (ksriniva...@novell.com) wrote: +static void shutdown_onchannelcallback(void *context) +{ + struct vmbus_channel *channel = context; + u8 *buf; + u32 buflen, recvlen; + u64 requestid; + u8 execute_shutdown =

Re: [PATCH 2/3]: An implementation of HyperV KVP functionality

2010-12-07 Thread Ky Srinivasan
On 12/7/2010 at 5:29 PM, in message 20101207222933.ga10...@ioremap.net, Evgeniy Polyakov z...@ioremap.net wrote: On Tue, Dec 07, 2010 at 03:25:56PM -0700, Ky Srinivasan (ksriniva...@novell.com) wrote: +static void shutdown_onchannelcallback(void *context) +{ +struct vmbus_channel

Re: [PATCH 2/3]: An implementation of HyperV KVP functionality

2010-12-07 Thread Greg KH
On Tue, Dec 07, 2010 at 03:25:56PM -0700, Ky Srinivasan wrote: This patch is re-based on the latest linux-next tree. From: K. Y. Srinivasan ksriniva...@novell.com Subject: The hv_utils module will be composed of more than one file; rename hv_utils.c to accommodate this without changing the

Re: [PATCH 2/3]: An Implementation of HyperV KVP functionality

2010-11-29 Thread Ky Srinivasan
On 11/24/2010 at 9:56 AM, in message 20101124145617.ga11...@ioremap.net, Evgeniy Polyakov z...@ioremap.net wrote: Hi. I will ack connector part of course, but this hunk is actually quite Thank you. bad. +static void shutdown_onchannelcallback(void *context) +{ +struct

Re: [PATCH 2/3]: An Implementation of HyperV KVP functionality

2010-11-24 Thread Evgeniy Polyakov
Hi. I will ack connector part of course, but this hunk is actually quite bad. +static void shutdown_onchannelcallback(void *context) +{ + struct vmbus_channel *channel = context; + u8 *buf; + u32 buflen, recvlen; + u64 requestid; + u8 execute_shutdown = false; + +

[PATCH 2/3]: An Implementation of HyperV KVP functionality

2010-11-22 Thread Ky Srinivasan
The hv_utils module will be composed of more than one file; rename hv_utils.c to accommodate this without changing the module name. Signed-off-by: K. Y. Srinivasan ksriniva...@novell.com From: K. Y. Srinivasan ksriniva...@novell.com Subject: The hv_utils module will be composed of more than one