Re: [PATCH v2 07/20] smbios: avoid mangling user provided tables

2024-03-08 Thread Ani Sinha
> On 08-Mar-2024, at 22:49, Igor Mammedov wrote: > > On Thu, 7 Mar 2024 09:33:17 +0530 > Ani Sinha wrote: > >>> On 06-Mar-2024, at 12:11, Ani Sinha wrote: >>> >>> >>> >>> On Tue, 5 Mar 2024, Igor Mammedov wrote: >>> currently smbios_entry_add() preserves internally '-smbios type='

Re: [PATCH v2 07/20] smbios: avoid mangling user provided tables

2024-03-08 Thread Igor Mammedov
On Thu, 7 Mar 2024 09:33:17 +0530 Ani Sinha wrote: > > On 06-Mar-2024, at 12:11, Ani Sinha wrote: > > > > > > > > On Tue, 5 Mar 2024, Igor Mammedov wrote: > > > >> currently smbios_entry_add() preserves internally '-smbios type=' > >> options but tables provided with '-smbios file=' are

Re: [PATCH v2 07/20] smbios: avoid mangling user provided tables

2024-03-06 Thread Ani Sinha
> On 06-Mar-2024, at 12:11, Ani Sinha wrote: > > > > On Tue, 5 Mar 2024, Igor Mammedov wrote: > >> currently smbios_entry_add() preserves internally '-smbios type=' >> options but tables provided with '-smbios file=' are stored directly >> into blob that eventually will be exposed to VM.

Re: [PATCH v2 07/20] smbios: avoid mangling user provided tables

2024-03-05 Thread Ani Sinha
On Tue, 5 Mar 2024, Igor Mammedov wrote: > currently smbios_entry_add() preserves internally '-smbios type=' > options but tables provided with '-smbios file=' are stored directly > into blob that eventually will be exposed to VM. And then later > QEMU adds default/'-smbios type' entries on