Re: [Xen-devel] [PATCH 7/9] x86/pvh: Handle hypercalls for 32b PVH guests

2015-06-23 Thread Jan Beulich
>>> On 20.06.15 at 05:09, wrote: > @@ -4959,8 +4979,10 @@ int hvm_do_hypercall(struct cpu_user_regs *regs) > return viridian_hypercall(regs); > > if ( (eax >= NR_hypercalls) || > - (is_pvh_domain(currd) ? !pvh_hypercall64_table[eax] > - : !hvm_

[Xen-devel] [PATCH 7/9] x86/pvh: Handle hypercalls for 32b PVH guests

2015-06-19 Thread Boris Ostrovsky
Signed-off-by: Boris Ostrovsky CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper --- xen/arch/x86/hvm/hvm.c | 35 +-- 1 files changed, 29 insertions(+), 6 deletions(-) diff --git a/xen/arch/x86/hvm/hvm.c b/xen/arch/x86/hvm/hvm.c index c3c129d..12f6839 100644