Re: [PATCH] hw/smbios: add an ability to set extension bytes in the type0 table

2025-07-23 Thread Daniil Tatianin
On 7/23/25 12:23 PM, Michael S. Tsirkin wrote: On Wed, Jul 23, 2025 at 12:16:08PM +0300, Daniil Tatianin wrote: On 7/23/25 12:14 PM, Michael S. Tsirkin wrote: On Wed, Jul 23, 2025 at 12:01:28PM +0300, Daniil Tatianin wrote: This is useful to be able to indicate various supported features to t

Re: [PATCH] hw/smbios: add an ability to set extension bytes in the type0 table

2025-07-23 Thread Michael S. Tsirkin
On Wed, Jul 23, 2025 at 12:16:08PM +0300, Daniil Tatianin wrote: > > On 7/23/25 12:14 PM, Michael S. Tsirkin wrote: > > On Wed, Jul 23, 2025 at 12:01:28PM +0300, Daniil Tatianin wrote: > > > This is useful to be able to indicate various supported features to the > > > guest, or freeze a specific v

Re: [PATCH] hw/smbios: add an ability to set extension bytes in the type0 table

2025-07-23 Thread Daniil Tatianin
On 7/23/25 12:14 PM, Michael S. Tsirkin wrote: On Wed, Jul 23, 2025 at 12:01:28PM +0300, Daniil Tatianin wrote: This is useful to be able to indicate various supported features to the guest, or freeze a specific version of SeaBIOS to prevent guest visible changes between BIOS updates. This is

Re: [PATCH] hw/smbios: add an ability to set extension bytes in the type0 table

2025-07-23 Thread Michael S. Tsirkin
On Wed, Jul 23, 2025 at 12:01:28PM +0300, Daniil Tatianin wrote: > This is useful to be able to indicate various supported features to the > guest, or freeze a specific version of SeaBIOS to prevent guest visible > changes between BIOS updates. This is currently not possible since the > extension b

[PATCH] hw/smbios: add an ability to set extension bytes in the type0 table

2025-07-23 Thread Daniil Tatianin
This is useful to be able to indicate various supported features to the guest, or freeze a specific version of SeaBIOS to prevent guest visible changes between BIOS updates. This is currently not possible since the extension bytes indicated by SeaBIOS are slightly different than those QEMU sets by