]> xenbits.xensource.com Git - xen.git/commit
xl/libxl: Add OEM string support to smbios
authorJason Andryuk <jandryuk@gmail.com>
Mon, 6 Mar 2023 20:40:24 +0000 (15:40 -0500)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 15 Mar 2023 18:41:46 +0000 (18:41 +0000)
commit38bdfa44cc0d99acefa5f7a1cc2a8a02311a76c4
tree18fb1f9c83044ad35a55ed60f696ffeabe0ea81a
parent9aeb3a20c4bf42f449f8d7a517bb1fd339bd690f
xl/libxl: Add OEM string support to smbios

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 <jandryuk@gmail.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
docs/man/xl.cfg.5.pod.in
tools/golang/xenlight/types.gen.go
tools/libs/light/libxl_dom.c
tools/libs/light/libxl_types.idl
tools/xl/xl_parse.c