Re: [PATCH v7 07/10] xen: Define EFI related stuff

2014-07-02 Thread Stefano Stabellini
On Mon, 30 Jun 2014, Daniel Kiper wrote: > Define constants and structures which are needed to properly > execute EFI related hypercall in Xen dom0. > > This patch is based on Jan Beulich and Tang Liang work. > > Signed-off-by: Jan Beulich > Signed-off-by: Tang Liang > Signed-off-by: Daniel Kip

[PATCH v7 07/10] xen: Define EFI related stuff

2014-06-30 Thread Daniel Kiper
Define constants and structures which are needed to properly execute EFI related hypercall in Xen dom0. This patch is based on Jan Beulich and Tang Liang work. Signed-off-by: Jan Beulich Signed-off-by: Tang Liang Signed-off-by: Daniel Kiper Reviewed-by: David Vrabel --- v6 - suggestions/fixes