[SeaBIOS] Re: [PATCH 3/3] nvme: skip initializing non-bootable devices

2020-01-14 Thread Philippe Mathieu-Daudé
On 1/14/20 10:25 AM, Gerd Hoffmann wrote: Check NVMe devices whenever they are bootable, skip initialization in case they are not. Signed-off-by: Gerd Hoffmann --- src/hw/nvme.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/hw/nvme.c b/src/hw/nvme.c index

[SeaBIOS] Re: [PATCH 3/3] nvme: skip initializing non-bootable devices

2020-01-14 Thread Alexey Kirillov
Hi, 14.01.2020, 12:25, "Gerd Hoffmann" : > Check NVMe devices whenever they are bootable, > skip initialization in case they are not. > > Signed-off-by: Gerd Hoffmann Reviewed-by: Alexey Kirillov > --- >  src/hw/nvme.c | 7 +++ >  1 file changed, 7 insertions(+) > > diff --git