Re: [PATCH v3 2/3] hw/smbios: Use qapi for SmbiosEntryPointType

2021-11-03 Thread Markus Armbruster
Eduardo Habkost writes: > This prepares for exposing the SMBIOS entry point type as a > machine property on x86. > > Based on a patch from Daniel P. Berrangé. > > Signed-off-by: Daniel P. Berrangé > Signed-off-by: Eduardo Habkost > --- [...] > diff --git a/qapi/machine.json b/qapi/machine.jso

[PATCH v3 2/3] hw/smbios: Use qapi for SmbiosEntryPointType

2021-10-26 Thread Eduardo Habkost
This prepares for exposing the SMBIOS entry point type as a machine property on x86. Based on a patch from Daniel P. Berrangé. Signed-off-by: Daniel P. Berrangé Signed-off-by: Eduardo Habkost --- First version of this code was submitted at: https://lore.kernel.org/qemu-devel/20200908165438.1008

Re: [PATCH v3 2/3] hw/smbios: Use qapi for SmbiosEntryPointType

2021-10-26 Thread Philippe Mathieu-Daudé
On 10/26/21 17:10, Eduardo Habkost wrote: > This prepares for exposing the SMBIOS entry point type as a > machine property on x86. > > Based on a patch from Daniel P. Berrangé. > > Signed-off-by: Daniel P. Berrangé > Signed-off-by: Eduardo Habkost > --- > First version of this code was submitte