Re: [PATCH 5/8] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge

2023-01-11 Thread Ira Weiny
On Wed, Jan 11, 2023 at 02:24:37PM +, Jonathan Cameron wrote: > Noticed as this prevents iASL disasembling the DSDT table. > > Signed-off-by: Jonathan Cameron Reviewed-by: Ira Weiny > --- > hw/i386/acpi-build.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/i386/acpi-build.c

[PATCH 5/8] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge

2023-01-11 Thread Jonathan Cameron via
Noticed as this prevents iASL disasembling the DSDT table. Signed-off-by: Jonathan Cameron --- hw/i386/acpi-build.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index 127c4e2d50..a584b62ae2 100644 --- a/hw/i386/acpi-build.c +++ b/hw/i386/acpi-bui