From: Olaf Hering <olaf@aepfle.de>
To: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org,
devel@linuxdriverproject.org, apw@canonical.com,
jasowang@redhat.com
Subject: Re: [PATCH V4 1/1] Drivers: hv: Implement the file copy service
Date: Thu, 23 Jan 2014 23:57:51 +0100 [thread overview]
Message-ID: <20140123225751.GA13163@aepfle.de> (raw)
In-Reply-To: <1390355033-16008-1-git-send-email-kys@microsoft.com>
On Tue, Jan 21, K. Y. Srinivasan wrote:
> Implement the file copy service for Linux guests on Hyper-V. This permits the
> host to copy a file (over VMBUS) into the guest. This facility is part of
> "guest integration services" supported on the Windows platform.
> Here is a link that provides additional details on this functionality:
Looks ok to me now. Thanks.
> +++ b/include/linux/hyperv.h
> @@ -26,6 +26,7 @@
> #define _HYPERV_H
>
> #include <linux/types.h>
> +#include <linux/uuid.h>
uuid.h is also include in the __KERNEL__ section later in the file.
Olaf
next prev parent reply other threads:[~2014-01-23 22:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-22 1:43 [PATCH V4 1/1] Drivers: hv: Implement the file copy service K. Y. Srinivasan
2014-01-23 22:57 ` Olaf Hering [this message]
2014-02-07 23:17 ` Greg KH
2014-02-09 1:56 ` KY Srinivasan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140123225751.GA13163@aepfle.de \
--to=olaf@aepfle.de \
--cc=apw@canonical.com \
--cc=devel@linuxdriverproject.org \
--cc=gregkh@linuxfoundation.org \
--cc=jasowang@redhat.com \
--cc=kys@microsoft.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.