Re: [Xen-devel] [PATCH v3 50/62] xen/efi: store EFI system table in efi structure

2015-11-17 Thread Shannon Zhao
On 2015/11/17 19:57, Julien Grall wrote: > Hi Shannon, > > On 17/11/15 09:40, shannon.z...@linaro.org wrote: >> From: Shannon Zhao >> >> When preparing EFI tables for Dom0, it needs the information of EFI >> system table. Here store it in efi structure. > > On ARM64 the EFI stub is completely in

Re: [Xen-devel] [PATCH v3 50/62] xen/efi: store EFI system table in efi structure

2015-11-17 Thread Julien Grall
Hi Shannon, On 17/11/15 09:40, shannon.z...@linaro.org wrote: > From: Shannon Zhao > > When preparing EFI tables for Dom0, it needs the information of EFI > system table. Here store it in efi structure. On ARM64 the EFI stub is completely independent and therefore it's not possible to share var

Re: [Xen-devel] [PATCH v3 50/62] xen/efi: store EFI system table in efi structure

2015-11-17 Thread Jan Beulich
>>> On 17.11.15 at 10:40, wrote: > From: Shannon Zhao > > When preparing EFI tables for Dom0, it needs the information of EFI > system table. Here store it in efi structure. Again I'm pretty sure I had already pointed out that this not being needed on x86 calls for either more than the brief de

[Xen-devel] [PATCH v3 50/62] xen/efi: store EFI system table in efi structure

2015-11-17 Thread shannon . zhao
From: Shannon Zhao When preparing EFI tables for Dom0, it needs the information of EFI system table. Here store it in efi structure. Signed-off-by: Parth Dixit Signed-off-by: Shannon Zhao --- xen/common/efi/boot.c | 2 ++ xen/include/xen/efi.h | 1 + 2 files changed, 3 insertions(+) diff --g