Re: [PATCH v3 17/35] acpi: use build_append_int_noprefix() API to compose SRAT table

2021-09-22 Thread Eric Auger
On 9/22/21 12:02 PM, Igor Mammedov wrote: > On Wed, 22 Sep 2021 10:55:20 +0200 > Eric Auger wrote: > >> On 9/7/21 4:47 PM, Igor Mammedov wrote: >>> Drop usage of packed structures and explicit endian conversions >>> when building SRAT tables for arm/x86 and use endian agnostic >>>

Re: [PATCH v3 17/35] acpi: use build_append_int_noprefix() API to compose SRAT table

2021-09-22 Thread Igor Mammedov
On Wed, 22 Sep 2021 10:55:20 +0200 Eric Auger wrote: > On 9/7/21 4:47 PM, Igor Mammedov wrote: > > Drop usage of packed structures and explicit endian conversions > > when building SRAT tables for arm/x86 and use endian agnostic > > build_append_int_noprefix() API to build it. > > > >

Re: [PATCH v3 17/35] acpi: use build_append_int_noprefix() API to compose SRAT table

2021-09-22 Thread Eric Auger
On 9/7/21 4:47 PM, Igor Mammedov wrote: > Drop usage of packed structures and explicit endian conversions > when building SRAT tables for arm/x86 and use endian agnostic > build_append_int_noprefix() API to build it. > > Signed-off-by: Igor Mammedov > --- > v3: > * rebase on top of

[PATCH v3 17/35] acpi: use build_append_int_noprefix() API to compose SRAT table

2021-09-07 Thread Igor Mammedov
Drop usage of packed structures and explicit endian conversions when building SRAT tables for arm/x86 and use endian agnostic build_append_int_noprefix() API to build it. Signed-off-by: Igor Mammedov --- v3: * rebase on top of (e77af21a7a2 hw/i386/acpi-build: Get NUMA information from struct