mbox series

[v3,0/2] hw/i386/pc: Clarify pc_system_ovmf_table_find usage

Message ID 20210701052749.934744-1-dovmurik@linux.ibm.com
Headers show
Series hw/i386/pc: Clarify pc_system_ovmf_table_find usage | expand

Message

Dov Murik July 1, 2021, 5:27 a.m. UTC
Add assertion to verify that the flash was parsed (looking for the OVMF table),
and add documentation for pc_system_ovmf_table_find.

v3:
 - [style] remove static initalization to 'false'

v2:
 - add assertion (insert patch 1/2)

Dov Murik (2):
  hw/i386/pc: pc_system_ovmf_table_find: Assert that flash was parsed
  hw/i386/pc: Document pc_system_ovmf_table_find

 hw/i386/pc_sysfw.c | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

Comments

Philippe Mathieu-Daudé July 12, 2021, 2:35 p.m. UTC | #1
On 7/1/21 7:27 AM, Dov Murik wrote:
> Add assertion to verify that the flash was parsed (looking for the OVMF table),
> and add documentation for pc_system_ovmf_table_find.

> Dov Murik (2):
>   hw/i386/pc: pc_system_ovmf_table_find: Assert that flash was parsed
>   hw/i386/pc: Document pc_system_ovmf_table_find
> 
>  hw/i386/pc_sysfw.c | 18 +++++++++++++++++-
>  1 file changed, 17 insertions(+), 1 deletion(-)
> 

Thanks, queued to fw-edk2 tree.