Re: [PATCH v4 0/4] hw/i386: QOM-attach CPUs/SGX-EPC objects to their parents

2022-02-05 Thread Philippe Mathieu-Daudé via
On 5/2/22 13:45, Philippe Mathieu-Daudé wrote: Trying to fix the issue reported here: https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg05670.html First attach the CPUs and SGX-EPC objects to the machine. Since v3: - update VIOT ACPI table (Paolo) This now works on Debian, but fails

[PATCH v4 0/4] hw/i386: QOM-attach CPUs/SGX-EPC objects to their parents

2022-02-05 Thread Philippe Mathieu-Daudé via
Trying to fix the issue reported here: https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg05670.html First attach the CPUs and SGX-EPC objects to the machine. Since v3: - update VIOT ACPI table (Paolo) Since v2: - added missing QOM property auto-enum: [*] (Yang Zhong) Since v1: - addre