Re: [Xen-devel] [PATCH 1/3] xen/arm: arm32: Rename the trap to the correct name

2017-05-04 Thread Stefano Stabellini
On Thu, 4 May 2017, Julien Grall wrote: > Per Table B1-3 in ARM DDI 0406C.c, the vector 0x8 for hyp is called > "Hypervisor Call". > > Signed-off-by: Julien Grall Reviewed-by: Stefano Stabellini > --- > xen/arch/arm/arm32/entry.S | 4 ++-- > xen/arch/arm/arm32/traps.c | 4 ++-- > 2 files cha

[Xen-devel] [PATCH 1/3] xen/arm: arm32: Rename the trap to the correct name

2017-05-04 Thread Julien Grall
Per Table B1-3 in ARM DDI 0406C.c, the vector 0x8 for hyp is called "Hypervisor Call". Signed-off-by: Julien Grall --- xen/arch/arm/arm32/entry.S | 4 ++-- xen/arch/arm/arm32/traps.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xen/arch/arm/arm32/entry.S b/xen/arch/ar