Ky Srinivasan
2010-Dec-08 22:34 UTC
[PATCH 4/4] A daemon to gather guest specific information for KVP
[This email is either empty or too large to be displayed at this time]
Greg KH
2010-Dec-08 22:37 UTC
[PATCH 4/4] A daemon to gather guest specific information for KVP
How about: Subject: [PATCH 4/4] Staging: hv: add userspace daemon code to control key/value connection to the kernel On Wed, Dec 08, 2010 at 03:34:15PM -0700, Ky Srinivasan wrote:> >From 718eed47e4c2eb740dc04a6729c8853424ac6965 Mon Sep 17 00:00:00 2001 > From: ksrinivasan <ksrinivasan at novell.com> > Date: Wed, 8 Dec 2010 14:10:35 -0700 > > This daemon gathers all the guest specific information needed to support the > HyperV KVP functionality. This daemon communicates with the kernel > component via a netlink channel. > > > Signed-off-by: ksrinivasan <ksrinivasan at novell.com>Wrong name :(> --- > drivers/staging/hv/tools/hv_kvp_daemon.c | 470 ++++++++++++++++++++++++++++++ > 1 files changed, 470 insertions(+), 0 deletions(-) > create mode 100644 drivers/staging/hv/tools/hv_kvp_daemon.c > > diff --git a/drivers/staging/hv/tools/hv_kvp_daemon.c b/drivers/staging/hv/tools/hv_kvp_daemon.c > new file mode 100644 > index 0000000..f5a2dd6 > --- /dev/null > +++ b/drivers/staging/hv/tools/hv_kvp_daemon.c > @@ -0,0 +1,470 @@ > +/* > + * An implementation of key value pair (KVP) functionality for Linux. > + * > + * > + * Copyright (C) 2010, Novell, Inc. > + * Author : K. Y. Srinivasan <ksrinivasan at novell.com> > + * > + * This program is free software; you can redistribute it and/or modify it > + * under the terms of the GNU General Public License version 2 as published > + * by the Free Software Foundation. > + * > + * This program is distributed in the hope that it will be useful, but > + * WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or > + * NON INFRINGEMENT. See the GNU General Public License for more > + * details. > + * > + * You should have received a copy of the GNU General Public License > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.You left in these two paragraphs, which aren't needed. thanks, greg k-h
Possibly Parallel Threads
- [PATCH 4/4] A daemon to gather guest specific information for KVP
- [PATCH 3/3]: An implementation of HyperV KVP functionality
- [PATCH 3/3]: An implementation of HyperV KVP functionality
- [PATCH]: An implementation of HyperV KVP functionality
- [PATCH]: An implementation of HyperV KVP functionality