Re: [PATCH v3 4/5] xen: Define EFI related stuff

2014-03-26 Thread Stefano Stabellini
On Wed, 26 Mar 2014, Jan Beulich wrote: > >>> On 26.03.14 at 15:58, wrote: > >> +struct xenpf_efi_runtime_call { > >> + uint32_t function; > >> +/* > >> + * This field is generally used for per sub-function flags (defined > >> + * below), except for the XEN_EFI_get_next_high_monotonic

Re: [PATCH v3 4/5] xen: Define EFI related stuff

2014-03-26 Thread Jan Beulich
>>> On 26.03.14 at 15:58, wrote: >> +struct xenpf_efi_runtime_call { >> +uint32_t function; >> +/* >> + * This field is generally used for per sub-function flags (defined >> + * below), except for the XEN_EFI_get_next_high_monotonic_count case, >> + * where it holds the single

Re: [PATCH v3 4/5] xen: Define EFI related stuff

2014-03-26 Thread Stefano Stabellini
On Tue, 25 Mar 2014, Daniel Kiper wrote: > Define EFI related stuff for Xen. > > This patch is based on Jan Beulich and Tang Liang work. > > Signed-off-by: Daniel Kiper > Signed-off-by: Tang Liang > Signed-off-by: Jan Beulich > --- > include/xen/interface/platform.h | 123 >

Re: [PATCH v3 4/5] xen: Define EFI related stuff

2014-03-26 Thread Jan Beulich
>>> On 25.03.14 at 21:57, wrote: > Define EFI related stuff for Xen. > > This patch is based on Jan Beulich and Tang Liang work. And with this, ... > Signed-off-by: Daniel Kiper > Signed-off-by: Tang Liang > Signed-off-by: Jan Beulich ... these should be in the reverse order to reflect flow