Re: [PATCH kvmtool] Add emulation for CFI compatible flash memory

2020-02-06 Thread Andre Przywara
On Thu, 6 Feb 2020 14:42:11 + Andre Przywara wrote: Hi, > On Wed, 5 Feb 2020 17:11:57 + > Will Deacon wrote: > > Hi Will, > > many thanks for having a look! > > > On Wed, Jan 08, 2020 at 06:32:12PM +, Andre Przywara wrote: > > > From: Raphael Gault [ ... ] > > > +/* We only

Re: [PATCH kvmtool] Add emulation for CFI compatible flash memory

2020-02-06 Thread Andre Przywara
On Wed, 5 Feb 2020 17:11:57 + Will Deacon wrote: Hi Will, many thanks for having a look! > On Wed, Jan 08, 2020 at 06:32:12PM +, Andre Przywara wrote: > > From: Raphael Gault > > > > The EDK II UEFI firmware implementation requires some storage for the EFI > > variables, which is typi

Re: [PATCH kvmtool] Add emulation for CFI compatible flash memory

2020-02-05 Thread Will Deacon
On Wed, Jan 08, 2020 at 06:32:12PM +, Andre Przywara wrote: > From: Raphael Gault > > The EDK II UEFI firmware implementation requires some storage for the EFI > variables, which is typically some flash storage. > Since this is already supported on the EDK II side, we add a CFI flash > emulat

[PATCH kvmtool] Add emulation for CFI compatible flash memory

2020-01-08 Thread Andre Przywara
From: Raphael Gault The EDK II UEFI firmware implementation requires some storage for the EFI variables, which is typically some flash storage. Since this is already supported on the EDK II side, we add a CFI flash emulation to kvmtool. This is backed by a file, specified via the --flash or -F co