Extracting RAS related code from spapr_rtas.c, to a newly created spapr_rtas_ras.c and carving out a MAINTAINERS entry dedicated to PowerPC RAS. This will cover RAS related functionalities for PowerPC platforms.
Also adding myself as a reviewer, to help share the review workload. Shivang Upadhyay (3): hw/ppc: move RAS-specific RTAS handlers to spapr_rtas_ras.c MAINTAINERS: add dedicated PowerPC RAS section MAINTAINERS: add self as reviewer for PowerPC RAS MAINTAINERS | 33 +++--- hw/ppc/meson.build | 1 + hw/ppc/spapr_rtas.c | 189 -------------------------------- hw/ppc/spapr_rtas_ras.c | 232 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 249 insertions(+), 206 deletions(-) create mode 100644 hw/ppc/spapr_rtas_ras.c -- 2.54.0
