qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] docs: expand firmware descriptor to allow flash without NVRA


From: Gerd Hoffmann
Subject: Re: [PATCH] docs: expand firmware descriptor to allow flash without NVRAM
Date: Tue, 25 Jan 2022 08:50:54 +0100

  Hi,

> >   { 'struct' : 'FirmwareMappingFlash',
> > -  'data'   : { 'executable'     : 'FirmwareFlashFile',
> > -               'nvram-template' : 'FirmwareFlashFile' } }
> > +  'data'   : { 'mode': 'FirmwareFlashMode',
> > +               'executable'     : 'FirmwareFlashFile',
> > +               '*nvram-template' : 'FirmwareFlashFile' } }

I think for backward compatibility reasons we want 'mode' be optional,
with 'mode' = 'split' being assumed in case it is not present.

otherwise looks sane to me.

take care,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]