Re: [PATCH v4 3/3] xl/libxl: Add OEM string support to smbios

2023-03-15 Thread Anthony PERARD
On Mon, Mar 06, 2023 at 03:40:24PM -0500, Jason Andryuk wrote: > Add support for OEM strings in the SMBIOS type 11. > > hvmloader checks them sequentially, so hide the implementation detail. > Allow multiple plain oem= items and assign the numeric values > internally. > > Signed-off-by: Jason And

[PATCH v4 3/3] xl/libxl: Add OEM string support to smbios

2023-03-06 Thread Jason Andryuk
Add support for OEM strings in the SMBIOS type 11. hvmloader checks them sequentially, so hide the implementation detail. Allow multiple plain oem= items and assign the numeric values internally. Signed-off-by: Jason Andryuk --- v3: Add } from patch 2 to parse_config_data Use EXIT_FAILURE Print