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

2021-07-12 Thread Philippe Mathieu-Daudé
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_syste

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

2021-06-30 Thread Dov Murik
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 f