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

2023-01-25 Thread Igor Mammedov
On Sun, 22 Jan 2023 18:07:24 +0100 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 > --- >

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

2023-01-22 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 --- hw/acpi/core.c | 10 +++--- hw/acpi/trace-events | 6 -- 2 files changed, 11 insertion