RE: [PATCH 1/1] staging: hv: Convert vmbus driver interface function pointer table to constant

2010-09-09 Thread Haiyang Zhang
 From: Greg KH [mailto:gre...@suse.de]
 Sent: Wednesday, September 08, 2010 6:44 PM
  Convert vmbus driver interface function pointer table to constant
  The vmbus interface functions are assigned to a constant - vmbus_ops.
 
 You also remove a function pointer in this patch, why?  Please break up
 the patch into logical parts, one patch, one thing.
 
 This looks like it should be 2 patches, right?

Because the vmbus interface function pointer table is converted to a
constant variable -- vmbus_ops, the function GetChannelInterface(),
VmbusGetChannelInterface() and pointer GetChannelInterface are no longer
in use. The deprecated function's work is done by the initialization of
the newly added constant variable vmbus_ops.

I created the new constant variable vmbus_ops and removed the deprecated
function pointer GetChannelInterface in one patch.

Thanks,

- Haiyang

___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization


Re: [GIT PULL net-2.6] vhost-net: 2.6.36 regression fixes

2010-09-09 Thread David Miller
From: Michael S. Tsirkin m...@redhat.com
Date: Mon, 6 Sep 2010 14:36:06 +0300

 The following tree includes more regression fixes for vhost-net
 in 2.6.36.  It is on top of net-2.6.
 Please merge it for 2.6.36.

Pulled, thanks Michael.
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization