Re: [PATCH 03/16] hw/uefi: add include/hw/uefi/var-service.h

2023-11-22 Thread Gerd Hoffmann
Hi, > > +struct uefi_var_policy { > > +variable_policy_entry *entry; > > +uint32_t entry_size; > > +uint16_t *name; > > +uint32_t name_size; > > +uint32_t hashmarks

Re: [PATCH 03/16] hw/uefi: add include/hw/uefi/var-service.h

2023-11-17 Thread Laszlo Ersek
On 11/15/23 16:12, Gerd Hoffmann wrote: > Add state structs and function declarations for the uefi-vars device. > > Signed-off-by: Gerd Hoffmann > --- > include/hw/uefi/var-service.h | 119 ++ > 1 file changed, 119 insertions(+) > create mode 100644 include/hw/ue

[PATCH 03/16] hw/uefi: add include/hw/uefi/var-service.h

2023-11-15 Thread Gerd Hoffmann
Add state structs and function declarations for the uefi-vars device. Signed-off-by: Gerd Hoffmann --- include/hw/uefi/var-service.h | 119 ++ 1 file changed, 119 insertions(+) create mode 100644 include/hw/uefi/var-service.h diff --git a/include/hw/uefi/var-ser