]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drivers:hv: Export the API to invoke a hypercall on Hyper-V
authorJake Oshins <jakeo@microsoft.com>
Tue, 15 Dec 2015 00:01:40 +0000 (16:01 -0800)
committerDhaval Giani <dhaval.giani@oracle.com>
Tue, 7 Mar 2017 23:44:27 +0000 (18:44 -0500)
commit1dae6db07dc1f2b5f3b280631590cdb7be599b43
treea0f039cfb3a5f44c772e3038cb2dc0f7d35a9a0c
parent1b9570c792de0add8b97a2033b82dfaeb2cb330b
drivers:hv: Export the API to invoke a hypercall on Hyper-V

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 <jakeo@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Orabug: 25507635
(cherry picked from commit a108393dbf764efb2405f21ca759806c65b8bc16)
Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
drivers/hv/hv.c
drivers/hv/hyperv_vmbus.h
include/linux/hyperv.h