Re: [Xen-devel] [PATCH] Don't clear HCR_VM bit when updating VTTBR.

2016-10-11 Thread Jun Sun
Sorry to be pushy - any feedback on this simple little patch? Cheers. Jun On Mon, Oct 10, 2016 at 12:27 PM, Jun Sun wrote: > Currently function p2m_restore_state() would clear HCR_VM bit, i.e., > disabling stage2 translation, before updating VTTBR register. After > some research an

[Xen-devel] [PATCH] Don't clear HCR_VM bit when updating VTTBR.

2016-10-10 Thread Jun Sun
removed. The patch is tested on FVP foundation model. Signed-off-by: Jun Sun --- xen/arch/arm/p2m.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/arch/arm/p2m.c b/xen/arch/arm/p2m.c index cc5634b..e4991df 100644 --- a/xen/arch/arm/p2m.c +++ b/xen/arch/arm/p2m.c @@ -140,8 +140,6 @@ void

Re: [Xen-devel] boot-wrapped xen image barfs with overlapped sections

2016-09-20 Thread Jun Sun
}; }; Kernels can be any recent 4.x kernel from torvalds, stable or linaro trees. Now move to on to boot kernel with initrd. Jun On Fri, Sep 16, 2016 at 2:44 PM, Jun Sun wrote: > > Hi, all, > > I have been following the instructions at https://wiki.linaro.org

[Xen-devel] boot-wrapped xen image barfs with overlapped sections

2016-09-16 Thread Jun Sun
Hi, all, I have been following the instructions at https://wiki.linaro.org/LEG/Engineering/Virtualization/Xen_on_ARMv8_Foundation to build xen for arm64. When I tried to use the latest kernel instead of v3.13 as suggested, I failed when building boot-wrapped image. See below. ==