Re: [PATCH v3 24/35] acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table

2021-09-23 Thread Igor Mammedov
On Wed, 22 Sep 2021 17:37:40 +0200 Eric Auger wrote: > Hi, > On 9/22/21 5:30 PM, Igor Mammedov wrote: > > On Wed, 22 Sep 2021 12:20:54 +0200 > > Eric Auger wrote: > > > >> On 9/7/21 4:48 PM, Igor Mammedov wrote: > >>> Drop usage of packed structures and explicit endian conversions > >>>

Re: [PATCH v3 24/35] acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table

2021-09-22 Thread Eric Auger
Hi, On 9/22/21 5:30 PM, Igor Mammedov wrote: > On Wed, 22 Sep 2021 12:20:54 +0200 > Eric Auger wrote: > >> On 9/7/21 4:48 PM, Igor Mammedov wrote: >>> Drop usage of packed structures and explicit endian conversions >>> when building MADT table for arm/x86 and use endian agnostic >>>

Re: [PATCH v3 24/35] acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table

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

Re: [PATCH v3 24/35] acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table

2021-09-22 Thread Eric Auger
On 9/7/21 4:48 PM, Igor Mammedov wrote: > Drop usage of packed structures and explicit endian conversions > when building MADT table for arm/x86 and use endian agnostic > build_append_int_noprefix() API to build it. > > Signed-off-by: Igor Mammedov > --- > CC: marcel.apfelb...@gmail.com > CC:

[PATCH v3 24/35] acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table

2021-09-07 Thread Igor Mammedov
Drop usage of packed structures and explicit endian conversions when building MADT table for arm/x86 and use endian agnostic build_append_int_noprefix() API to build it. Signed-off-by: Igor Mammedov --- CC: marcel.apfelb...@gmail.com CC: eau...@redhat.com --- include/hw/acpi/acpi-defs.h | 64