RE: [PATCH 2/3] drivers:hv: Export the API to invoke a hypercall on Hyper-V

2015-09-21 Thread KY Srinivasan
project.org > Subject: Re: [PATCH 2/3] drivers:hv: Export the API to invoke a hypercall on > Hyper-V > > On Mon, Sep 21, 2015 at 05:36:06PM +, KY Srinivasan wrote: > > > > > > > -Original Message- > > > From: Greg KH [mailto:gre...@linuxfoundati

Re: [PATCH 2/3] drivers:hv: Export the API to invoke a hypercall on Hyper-V

2015-09-21 Thread Greg KH
de...@linuxdriverproject.org; > > o...@aepfle.de; a...@canonical.com; vkuzn...@redhat.com; > > jasow...@redhat.com; Jake Oshins > > Subject: Re: [PATCH 2/3] drivers:hv: Export the API to invoke a hypercall on > > Hyper-V > > > > On Mon, Sep 21, 2015 at 04:22:01

RE: [PATCH 2/3] drivers:hv: Export the API to invoke a hypercall on Hyper-V

2015-09-21 Thread KY Srinivasan
; jasow...@redhat.com; Jake Oshins > Subject: Re: [PATCH 2/3] drivers:hv: Export the API to invoke a hypercall on > Hyper-V > > On Mon, Sep 21, 2015 at 04:22:01PM +, KY Srinivasan wrote: > > > > > > > -Original Message- > > > From: Greg KH [mail

Re: [PATCH 2/3] drivers:hv: Export the API to invoke a hypercall on Hyper-V

2015-09-21 Thread Greg KH
de...@linuxdriverproject.org; > > o...@aepfle.de; a...@canonical.com; vkuzn...@redhat.com; > > jasow...@redhat.com; Jake Oshins > > Subject: Re: [PATCH 2/3] drivers:hv: Export the API to invoke a hypercall on > > Hyper-V > > > > On Tue, Sep 15, 2

RE: [PATCH 2/3] drivers:hv: Export the API to invoke a hypercall on Hyper-V

2015-09-21 Thread KY Srinivasan
; jasow...@redhat.com; Jake Oshins > Subject: Re: [PATCH 2/3] drivers:hv: Export the API to invoke a hypercall on > Hyper-V > > On Tue, Sep 15, 2015 at 06:26:48PM -0700, K. Y. Srinivasan wrote: > > From: Jake Oshins > > > > This patch exposes the function that hv_vmbus.

Re: [PATCH 2/3] drivers:hv: Export the API to invoke a hypercall on Hyper-V

2015-09-20 Thread Greg KH
On Tue, Sep 15, 2015 at 06:26:48PM -0700, K. Y. Srinivasan wrote: > From: Jake Oshins > > This patch exposes the function that hv_vmbus.ko uses to make hypercalls. > This > is necessary for retargeting an interrupt when it is given a new affinity. > > Since we are exporting this API, rename th

[PATCH 2/3] drivers:hv: Export the API to invoke a hypercall on Hyper-V

2015-09-15 Thread K. Y. Srinivasan
From: Jake Oshins This patch exposes the function that hv_vmbus.ko uses to make hypercalls. This is necessary for retargeting an interrupt when it is given a new affinity. Since we are exporting this API, rename the API as it will be visible outside the hv.c file. Signed-off-by: Jake Oshins S