Re: [PATCH v2 2/3] hw/arm/virt-acpi-build: IORT upgrade up to revision E.b

2021-10-13 Thread Jean-Philippe Brucker
On Tue, Oct 05, 2021 at 10:38:04AM +0200, Eric Auger wrote: > Upgrade the IORT table from B to E.b specification > revision (ARM DEN 0049E.b). > > Signed-off-by: Eric Auger Reviewed-by: Jean-Philippe Brucker Two nits below > > --- > > v1 -> v2: > - Fix Revision value for ITS node and SMMUv3

Re: [PATCH v2 2/3] hw/arm/virt-acpi-build: IORT upgrade up to revision E.b

2021-10-11 Thread Igor Mammedov
On Tue, 5 Oct 2021 10:38:04 +0200 Eric Auger wrote: > Upgrade the IORT table from B to E.b specification > revision (ARM DEN 0049E.b). > > Signed-off-by: Eric Auger with nit below fixed: Reviewed-by: Igor Mammedov > > --- > > v1 -> v2: > - Fix Revision value for ITS node and SMMUv3 node >

[PATCH v2 2/3] hw/arm/virt-acpi-build: IORT upgrade up to revision E.b

2021-10-05 Thread Eric Auger
Upgrade the IORT table from B to E.b specification revision (ARM DEN 0049E.b). Signed-off-by: Eric Auger --- v1 -> v2: - Fix Revision value for ITS node and SMMUv3 node - increment an identifier --- hw/arm/virt-acpi-build.c | 48 1 file changed, 29 inse