Re: [PATCH RFC 3/5] acpi/generic_event_device: Update GHES migration to cover hest addr

2024-10-02 Thread Peter Xu
On Wed, Oct 02, 2024 at 05:15:43PM +0200, Igor Mammedov wrote: > On Tue, 1 Oct 2024 13:42:48 +0200 > Mauro Carvalho Chehab wrote: > > > The GHES migration logic at GED should now support HEST table > > location too. > > > > Increase migration version and change needed to check for both > > ghes

Re: [PATCH RFC 3/5] acpi/generic_event_device: Update GHES migration to cover hest addr

2024-10-02 Thread Igor Mammedov
On Tue, 1 Oct 2024 13:42:48 +0200 Mauro Carvalho Chehab wrote: > The GHES migration logic at GED should now support HEST table > location too. > > Increase migration version and change needed to check for both > ghes_addr_le and hest_addr_le. > > Signed-off-by: Mauro Carvalho Chehab other th

[PATCH RFC 3/5] acpi/generic_event_device: Update GHES migration to cover hest addr

2024-10-01 Thread Mauro Carvalho Chehab
The GHES migration logic at GED should now support HEST table location too. Increase migration version and change needed to check for both ghes_addr_le and hest_addr_le. Signed-off-by: Mauro Carvalho Chehab --- hw/acpi/generic_event_device.c | 29 + 1 file changed, 2