Re: [PATCH] hw/smbios: support for type 7 (cache information)

2024-09-11 Thread Michael S. Tsirkin
On Sun, Aug 11, 2024 at 10:45:38AM +, Hal Martin wrote: > This patch adds support for SMBIOS type 7 (Cache Information) to qemu. > > level: cache level (1-8) > size: cache size in bytes > > Example usage: > -smbios type=7,level=1,size=0x8000 > > Signed-off-by: Hal Martin A bunch of style i

[PATCH] hw/smbios: support for type 7 (cache information)

2024-08-11 Thread Hal Martin
This patch adds support for SMBIOS type 7 (Cache Information) to qemu. level: cache level (1-8) size: cache size in bytes Example usage: -smbios type=7,level=1,size=0x8000 Signed-off-by: Hal Martin --- hw/smbios/smbios.c | 63 include/hw/firmware/