Re: [PATCH v3 1/5] efi: Add efi_init_ops variable

2014-03-26 Thread Matt Fleming
On Wed, 26 Mar, at 03:02:17PM, Daniel Kiper wrote: > On Wed, Mar 26, 2014 at 12:56:23PM +, Matt Fleming wrote: > > > > Please don't create another struct of EFI function pointers. > > > > After this we'll have 3 global efi structures defintions and 4 global > > efi objects on x86, > > > > -

Re: [PATCH v3 1/5] efi: Add efi_init_ops variable

2014-03-26 Thread Daniel Kiper
On Wed, Mar 26, 2014 at 12:56:23PM +, Matt Fleming wrote: > On Tue, 25 Mar, at 09:57:52PM, Daniel Kiper wrote: > > Add efi_init_ops variable which allows us to replace > > EFI init functions on Xen with its specific stuff. > > > > This patch is based on Jan Beulich and Tang Liang work. > > > >

Re: [PATCH v3 1/5] efi: Add efi_init_ops variable

2014-03-26 Thread Matt Fleming
On Tue, 25 Mar, at 09:57:52PM, Daniel Kiper wrote: > Add efi_init_ops variable which allows us to replace > EFI init functions on Xen with its specific stuff. > > This patch is based on Jan Beulich and Tang Liang work. > > Signed-off-by: Daniel Kiper > Signed-off-by: Tang Liang > --- >

Re: [PATCH v3 1/5] efi: Add efi_init_ops variable

2014-03-26 Thread Matt Fleming
On Tue, 25 Mar, at 09:57:52PM, Daniel Kiper wrote: Add efi_init_ops variable which allows us to replace EFI init functions on Xen with its specific stuff. This patch is based on Jan Beulich and Tang Liang work. Signed-off-by: Daniel Kiper daniel.ki...@oracle.com Signed-off-by: Tang Liang

Re: [PATCH v3 1/5] efi: Add efi_init_ops variable

2014-03-26 Thread Daniel Kiper
On Wed, Mar 26, 2014 at 12:56:23PM +, Matt Fleming wrote: On Tue, 25 Mar, at 09:57:52PM, Daniel Kiper wrote: Add efi_init_ops variable which allows us to replace EFI init functions on Xen with its specific stuff. This patch is based on Jan Beulich and Tang Liang work.

Re: [PATCH v3 1/5] efi: Add efi_init_ops variable

2014-03-26 Thread Matt Fleming
On Wed, 26 Mar, at 03:02:17PM, Daniel Kiper wrote: On Wed, Mar 26, 2014 at 12:56:23PM +, Matt Fleming wrote: Please don't create another struct of EFI function pointers. After this we'll have 3 global efi structures defintions and 4 global efi objects on x86, - struct

[PATCH v3 1/5] efi: Add efi_init_ops variable

2014-03-25 Thread Daniel Kiper
Add efi_init_ops variable which allows us to replace EFI init functions on Xen with its specific stuff. This patch is based on Jan Beulich and Tang Liang work. Signed-off-by: Daniel Kiper Signed-off-by: Tang Liang --- arch/ia64/kernel/efi.c | 30 +-

[PATCH v3 1/5] efi: Add efi_init_ops variable

2014-03-25 Thread Daniel Kiper
Add efi_init_ops variable which allows us to replace EFI init functions on Xen with its specific stuff. This patch is based on Jan Beulich and Tang Liang work. Signed-off-by: Daniel Kiper daniel.ki...@oracle.com Signed-off-by: Tang Liang liang.t...@oracle.com --- arch/ia64/kernel/efi.c |