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

2024-02-04 Thread Michael S. Tsirkin
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

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

2024-02-03 Thread Michael Tokarev
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/sm

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

2024-01-29 Thread Akihiko Odaki
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 --- Changes in v2: - Fixed messages. (Michael Tokarev) - Link to v1: https://lore.kernel.org/r/20240128-smbios-v1-0-c3a50499b...@daynix.com --- A