qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] acpi/ghes: Error object handling improvement
@ 2025-12-01 14:17 Gavin Shan
  2025-12-01 14:17 ` [PATCH v2 1/5] acpi/ghes: Automate data block cleanup in acpi_ghes_memory_errors() Gavin Shan
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gavin Shan @ 2025-12-01 14:17 UTC (permalink / raw)
  To: qemu-arm
  Cc: qemu-devel, mst, jonathan.cameron, mchehab+huawei, imammedo,
	armbru, anisinha, gengdongjiu1, peter.maydell, pbonzini,
	shan.gavin

This series is pulled from the series for memory error hanlding
improvement [1] to improve the error object handling in various
aspects.

[1] https://lists.nongnu.org/archive/html/qemu-arm/2025-11/msg00534.html

This series doesn't have any dependencies and can be merged by
it own.

Changelog
=========
v2:
  * v1: https://lists.nongnu.org/archive/html/qemu-arm/2025-11/msg00969.html
  * Commit log improvement on PATCH[v1 4/5]            (Igor)
  * Collected RBs                                      (Gavin)

Gavin Shan (5):
  acpi/ghes: Automate data block cleanup in acpi_ghes_memory_errors()
  acpi/ghes: Abort in acpi_ghes_memory_errors() if necessary
  target/arm/kvm: Exit on error from acpi_ghes_memory_errors()
  acpi/ghes: Bail early on error from get_ghes_source_offsets()
  acpi/ghes: Use error_fatal in acpi_ghes_memory_errors()

 hw/acpi/ghes-stub.c    |  6 +++---
 hw/acpi/ghes.c         | 45 ++++++++++++++++++------------------------
 include/hw/acpi/ghes.h |  6 +++---
 target/arm/kvm.c       | 10 +++-------
 4 files changed, 28 insertions(+), 39 deletions(-)

-- 
2.51.1



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

end of thread, other threads:[~2025-12-04 11:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-01 14:17 [PATCH v2 0/5] acpi/ghes: Error object handling improvement Gavin Shan
2025-12-01 14:17 ` [PATCH v2 1/5] acpi/ghes: Automate data block cleanup in acpi_ghes_memory_errors() Gavin Shan
2025-12-01 14:18 ` [PATCH v2 2/5] acpi/ghes: Abort in acpi_ghes_memory_errors() if necessary Gavin Shan
2025-12-01 14:18 ` [PATCH v2 3/5] target/arm/kvm: Exit on error from acpi_ghes_memory_errors() Gavin Shan
2025-12-01 14:18 ` [PATCH v2 4/5] acpi/ghes: Bail early on error from get_ghes_source_offsets() Gavin Shan
2025-12-01 14:18 ` [PATCH v2 5/5] acpi/ghes: Use error_fatal in acpi_ghes_memory_errors() Gavin Shan
2025-12-04 11:09 ` [PATCH v2 0/5] acpi/ghes: Error object handling improvement Gavin Shan

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).