qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] Attempt to add GHES for x86
@ 2025-03-04 13:30 Mauro Carvalho Chehab
  2025-03-04 13:30 ` [PATCH RFC 1/3] acpi/ghes: move use_hest_addr out of acpi_build_hest() Mauro Carvalho Chehab
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Mauro Carvalho Chehab @ 2025-03-04 13:30 UTC (permalink / raw)
  To: Igor Mammedov, Michael S . Tsirkin
  Cc: Jonathan Cameron, Shiju Jose, qemu-arm, qemu-devel,
	Mauro Carvalho Chehab, Ani Sinha, Dongjiu Geng, Eduardo Habkost,
	Paolo Bonzini, Peter Maydell, Richard Henderson, Shannon Zhao

Hi Igor,

This patch series comes after:
   https://lore.kernel.org/qemu-devel/cover.1740903110.git.mchehab+huawei@kernel.org/

I'm basically trying to add support for error injection for x86,
without success so far.

On x86, the notification mechanism is different: it is via QMP.
Yet, from what I saw on Linux implementation, it works on
a similar way to GED. So, I ended implementing a notification
via GED.

HEST table build seems to be working OK on it, and the
error injection notification for x86 is called. Yet, OSPM is not
receiving any notifications.

Could you help me figuring out what are the missing bits?

PS.: there are some things at the code that require polishing,
plus there are some extra printf() there to help debugging.
Finally, we would need to add x86 CPU error event at the
ghes script, but I'd like to have at least something that the 
OSPM receives before improving it further.

It can be tested with:
   $ ./scripts/ghes_inject.py arm

(Ok, this would be generating an ARM processor event , but
I guess Linux would at least mark the event as read, even if
it doesn't recognize it)

Mauro Carvalho Chehab (3):
  acpi/ghes: move use_hest_addr out of acpi_build_hest()
  hw/i186: add support for HEST table with SCI
  Add a GED device for RAS notification

 hw/acpi/ghes.c           | 16 ++++-----
 hw/arm/virt-acpi-build.c | 12 ++++---
 hw/i386/Kconfig          |  1 +
 hw/i386/acpi-build.c     | 75 ++++++++++++++++++++++++++++++++++++++++
 hw/i386/pc.c             | 41 ++++++++++++++++++++++
 include/hw/acpi/ghes.h   | 25 +++++++-------
 include/hw/i386/pc.h     |  5 +++
 include/hw/i386/x86.h    |  2 ++
 8 files changed, 153 insertions(+), 24 deletions(-)

-- 
2.48.1




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-05-30 14:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-04 13:30 [PATCH RFC 0/3] Attempt to add GHES for x86 Mauro Carvalho Chehab
2025-03-04 13:30 ` [PATCH RFC 1/3] acpi/ghes: move use_hest_addr out of acpi_build_hest() Mauro Carvalho Chehab
2025-05-30 14:35   ` Igor Mammedov
2025-03-04 13:30 ` [PATCH RFC 2/3] hw/i186: add support for HEST table with SCI Mauro Carvalho Chehab
2025-03-04 13:30 ` [PATCH RFC 3/3] Add a GED device for RAS notification Mauro Carvalho Chehab
2025-04-04 12:19 ` [PATCH RFC 0/3] Attempt to add GHES for x86 Igor Mammedov
2025-05-30 14:41 ` Igor Mammedov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).