RE: [PATCH v2 06/12] drivers:hv: Export do_hypercall()

2015-09-15 Thread Jake Oshins
> > --- > > @@ -91,7 +91,7 @@ static int query_hypervisor_info(void) > > /* > > * do_hypercall- Invoke the specified hypercall > > */ > > -static u64 do_hypercall(u64 control, void *input, void *output) > > +u64 do_hypercall(u64 control, void *input, void *output) > > do_hypercall() is not an

RE: [PATCH v2 06/12] drivers:hv: Export do_hypercall()

2015-09-15 Thread KY Srinivasan
nonical.com; vkuzn...@redhat.com; linux-...@vger.kernel.org; > bhelg...@google.com; t...@linutronix.de > Cc: Jake Oshins > Subject: [PATCH v2 06/12] drivers:hv: Export do_hypercall() > > From: Jake Oshins > > This patch exposes the function that hv_vmbus.ko uses to make hypercalls. &

[PATCH v2 06/12] drivers:hv: Export do_hypercall()

2015-09-10 Thread jakeo
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. Signed-off-by: Jake Oshins --- drivers/hv/hv.c| 3 ++- include/linux/hyperv.h | 1 + 2 files changed, 3 insertion