Re: [Xen-devel] [PATCH V2] xen/arm64: Use virtual address when setting up early_printk fixmap

2015-05-05 Thread Ian Campbell
On Fri, 2015-04-17 at 19:39 +0800, Chen Baozi wrote: > > > > Acked-by: Ian Campbell > > > > If it is confirmed that I got the correct meaning in the first one I can > > fix both on commit. > > Yes, please. Thanks. Done and pushed, thanks. ___ Xen-

Re: [Xen-devel] [PATCH V2] xen/arm64: Use virtual address when setting up early_printk fixmap

2015-05-05 Thread Julien Grall
Hi Ian, On 07/04/15 12:24, Chen Baozi wrote: > We have already had the boot pagetable when reaching the point > of early_printk fixmap setup. Thus there is no longer necessary > to calculate physical address of xen_fixmap. > > Signed-off-by: Chen Baozi This patch has been fully ack and Chen agr

Re: [Xen-devel] [PATCH V2] xen/arm64: Use virtual address when setting up early_printk fixmap

2015-04-17 Thread Chen Baozi
On Wed, Apr 15, 2015 at 03:41:44PM +0100, Ian Campbell wrote: > On Wed, 2015-04-08 at 12:33 +0100, Julien Grall wrote: > > Hi Chen, > > > > On 07/04/15 12:24, Chen Baozi wrote: > > > We have already had the boot pagetable when reaching the point > > > > s/had/added/ ? > > I think "switched too"

Re: [Xen-devel] [PATCH V2] xen/arm64: Use virtual address when setting up early_printk fixmap

2015-04-15 Thread Ian Campbell
On Wed, 2015-04-08 at 12:33 +0100, Julien Grall wrote: > Hi Chen, > > On 07/04/15 12:24, Chen Baozi wrote: > > We have already had the boot pagetable when reaching the point > > s/had/added/ ? I think "switched too" is what was meant and more correct. > > of early_printk fixmap setup. Thus ther

Re: [Xen-devel] [PATCH V2] xen/arm64: Use virtual address when setting up early_printk fixmap

2015-04-08 Thread Julien Grall
Hi Chen, On 07/04/15 12:24, Chen Baozi wrote: > We have already had the boot pagetable when reaching the point s/had/added/ ? > of early_printk fixmap setup. Thus there is no longer necessary s/there is/it is/ ? > to calculate physical address of xen_fixmap. > > Signed-off-by: Chen Baozi Ot

[Xen-devel] [PATCH V2] xen/arm64: Use virtual address when setting up early_printk fixmap

2015-04-07 Thread Chen Baozi
We have already had the boot pagetable when reaching the point of early_printk fixmap setup. Thus there is no longer necessary to calculate physical address of xen_fixmap. Signed-off-by: Chen Baozi --- xen/arch/arm/arm64/head.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git