Re: [RESEND v9 1/9] efi_loader: move udevice pointer into struct efi_object

2022-07-21 Thread Takahiro Akashi
On Wed, Jul 20, 2022 at 09:44:43AM +0200, Heinrich Schuchardt wrote: > On 7/20/22 01:56, Takahiro Akashi wrote: > > On Sun, Jul 17, 2022 at 10:09:42AM +0200, Heinrich Schuchardt wrote: > > > On 7/15/22 16:47, Masahisa Kojima wrote: > > > > This is a preparation patch to provide the unified method

Re: [RESEND v9 1/9] efi_loader: move udevice pointer into struct efi_object

2022-07-21 Thread Masahisa Kojima
Hi Heinrich, Akashi-san, On Wed, 20 Jul 2022 at 16:42, Heinrich Schuchardt wrote: > > On 7/20/22 07:23, Takahiro Akashi wrote: > > On Sun, Jul 17, 2022 at 01:23:41PM +0200, Heinrich Schuchardt wrote: > >> On 7/17/22 10:09, Heinrich Schuchardt wrote: > >>> On 7/15/22 16:47, Masahisa Kojima wrote:

Re: [RESEND v9 1/9] efi_loader: move udevice pointer into struct efi_object

2022-07-20 Thread Heinrich Schuchardt
On 7/20/22 01:56, Takahiro Akashi wrote: On Sun, Jul 17, 2022 at 10:09:42AM +0200, Heinrich Schuchardt wrote: On 7/15/22 16:47, Masahisa Kojima wrote: This is a preparation patch to provide the unified method to access udevice pointer associated with the block io device. The EFI handles of

Re: [RESEND v9 1/9] efi_loader: move udevice pointer into struct efi_object

2022-07-20 Thread Heinrich Schuchardt
On 7/20/22 07:23, Takahiro Akashi wrote: On Sun, Jul 17, 2022 at 01:23:41PM +0200, Heinrich Schuchardt wrote: On 7/17/22 10:09, Heinrich Schuchardt wrote: On 7/15/22 16:47, Masahisa Kojima wrote: This is a preparation patch to provide the unified method to access udevice pointer associated

Re: [RESEND v9 1/9] efi_loader: move udevice pointer into struct efi_object

2022-07-19 Thread Takahiro Akashi
On Sun, Jul 17, 2022 at 01:23:41PM +0200, Heinrich Schuchardt wrote: > On 7/17/22 10:09, Heinrich Schuchardt wrote: > > On 7/15/22 16:47, Masahisa Kojima wrote: > > > This is a preparation patch to provide the unified method > > > to access udevice pointer associated with the block io device. > >

Re: [RESEND v9 1/9] efi_loader: move udevice pointer into struct efi_object

2022-07-19 Thread Takahiro Akashi
On Sun, Jul 17, 2022 at 10:09:42AM +0200, Heinrich Schuchardt wrote: > On 7/15/22 16:47, Masahisa Kojima wrote: > > This is a preparation patch to provide the unified method > > to access udevice pointer associated with the block io device. > > The EFI handles of both EFI block io driver

Re: [RESEND v9 1/9] efi_loader: move udevice pointer into struct efi_object

2022-07-17 Thread Heinrich Schuchardt
On 7/17/22 10:09, Heinrich Schuchardt wrote: On 7/15/22 16:47, Masahisa Kojima wrote: This is a preparation patch to provide the unified method to access udevice pointer associated with the block io device. The EFI handles of both EFI block io driver implemented in lib/efi_loader/efi_disk.c and

Re: [RESEND v9 1/9] efi_loader: move udevice pointer into struct efi_object

2022-07-17 Thread Heinrich Schuchardt
On 7/15/22 16:47, Masahisa Kojima wrote: This is a preparation patch to provide the unified method to access udevice pointer associated with the block io device. The EFI handles of both EFI block io driver implemented in lib/efi_loader/efi_disk.c and EFI block io driver implemented as EFI

[RESEND v9 1/9] efi_loader: move udevice pointer into struct efi_object

2022-07-15 Thread Masahisa Kojima
This is a preparation patch to provide the unified method to access udevice pointer associated with the block io device. The EFI handles of both EFI block io driver implemented in lib/efi_loader/efi_disk.c and EFI block io driver implemented as EFI payload can posess the udevice pointer in the