Re: [PATCH 8/8] hw/acpi/core: Trace enable and status registers of GPE separately

2023-08-28 Thread Philippe Mathieu-Daudé
On 28/8/23 09:36, Bernhard Beschow wrote: The bit positions of both registers are related. Tracing the registers independently results in the same offsets across these registers which eases debugging. Signed-off-by: Bernhard Beschow Acked-by: Igor Mammedov --- hw/acpi/core.c | 10 +

[PATCH 8/8] hw/acpi/core: Trace enable and status registers of GPE separately

2023-08-28 Thread Bernhard Beschow
The bit positions of both registers are related. Tracing the registers independently results in the same offsets across these registers which eases debugging. Signed-off-by: Bernhard Beschow Acked-by: Igor Mammedov --- hw/acpi/core.c | 10 +++--- hw/acpi/trace-events | 6 -- 2 fi