[PATCH v2 0/2] hw/smbios: Fix option validation

Akihiko Odaki posted 2 patches 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240129-smbios-v2-0-9ee6fede0d10@daynix.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>
hw/smbios/smbios.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
[PATCH v2 0/2] hw/smbios: Fix option validation
Posted by Akihiko Odaki 10 months ago
This fixes qemu_smbios_type8_opts and qemu_smbios_type11_opts to have
list terminators and elements for the type option.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
Changes in v2:
- Fixed messages. (Michael Tokarev)
- Link to v1: https://lore.kernel.org/r/20240128-smbios-v1-0-c3a50499baea@daynix.com

---
Akihiko Odaki (2):
      hw/smbios: Fix OEM strings table option validation
      hw/smbios: Fix port connector option validation

 hw/smbios/smbios.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
base-commit: f614acb7450282a119d85d759f27eae190476058
change-id: 20240128-smbios-be5c321d7158

Best regards,
-- 
Akihiko Odaki <akihiko.odaki@daynix.com>
Re: [PATCH v2 0/2] hw/smbios: Fix option validation
Posted by Michael Tokarev 9 months, 3 weeks ago
29.01.2024 11:03, Akihiko Odaki:
> This fixes qemu_smbios_type8_opts and qemu_smbios_type11_opts to have
> list terminators and elements for the type option.

> Akihiko Odaki (2):
>        hw/smbios: Fix OEM strings table option validation
>        hw/smbios: Fix port connector option validation
> 
>   hw/smbios/smbios.c | 12 ++++++++++++
>   1 file changed, 12 insertions(+)

Should I pick this up via the trivial-patches tree perhaps?
The changes are trivial enough.  Picking up there, unless there's
a pull request pending for smbios area.

Thanks,

/mjt
Re: [PATCH v2 0/2] hw/smbios: Fix option validation
Posted by Michael S. Tsirkin 9 months, 3 weeks ago
On Sun, Feb 04, 2024 at 07:57:48AM +0300, Michael Tokarev wrote:
> 29.01.2024 11:03, Akihiko Odaki:
> > This fixes qemu_smbios_type8_opts and qemu_smbios_type11_opts to have
> > list terminators and elements for the type option.
> 
> > Akihiko Odaki (2):
> >        hw/smbios: Fix OEM strings table option validation
> >        hw/smbios: Fix port connector option validation
> > 
> >   hw/smbios/smbios.c | 12 ++++++++++++
> >   1 file changed, 12 insertions(+)
> 
> Should I pick this up via the trivial-patches tree perhaps?
> The changes are trivial enough.  Picking up there, unless there's
> a pull request pending for smbios area.
> 
> Thanks,

Fine, sure

Reviewed-by: Michael S. Tsirkin <mst@redhat.com>


> /mjt