qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Cleanup ppc cr get/set with helper routines
@ 2023-05-03  9:36 Harsh Prateek Bora
  2023-05-03  9:36 ` [PATCH v3 1/2] ppc: spapr: cleanup cr get/set with helpers Harsh Prateek Bora
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Harsh Prateek Bora @ 2023-05-03  9:36 UTC (permalink / raw)
  To: qemu-ppc; +Cc: qemu-devel, farosas, npiggin, danielhb413

This patchset introduces helper routines to get/set cr reg for better code
readability / maintenance. No functional changes intended with this patchset.

Changelog:

changes from v2:
 - addressed Nick's review comments
 - holding changes from 2/4, 3/4 for future
changes from v1:
 - addressed Fabiano's review comments
 - folding Reviewed-by tags in patch 1/4, 4/4


*** BLURB HERE ***

Harsh Prateek Bora (2):
  ppc: spapr: cleanup cr get/set with helpers.
  MAINTAINERS: Adding myself in the list for ppc/spapr

 MAINTAINERS               |  1 +
 hw/ppc/spapr_hcall.c      | 18 ++----------------
 linux-user/elfload.c      |  4 +---
 linux-user/ppc/signal.c   |  9 ++-------
 target/ppc/cpu.c          | 17 +++++++++++++++++
 target/ppc/cpu.h          |  2 ++
 target/ppc/gdbstub.c      | 22 ++++------------------
 target/ppc/kvm.c          | 13 ++-----------
 target/ppc/ppc-qmp-cmds.c |  6 +-----
 9 files changed, 32 insertions(+), 60 deletions(-)

-- 
2.31.1



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

end of thread, other threads:[~2023-05-04  5:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-03  9:36 [PATCH v3 0/2] Cleanup ppc cr get/set with helper routines Harsh Prateek Bora
2023-05-03  9:36 ` [PATCH v3 1/2] ppc: spapr: cleanup cr get/set with helpers Harsh Prateek Bora
2023-05-03 10:09   ` Richard Henderson
2023-05-03 20:49   ` Daniel Henrique Barboza
2023-05-04  5:33     ` Harsh Prateek Bora
2023-05-03  9:36 ` [PATCH v3 2/2] MAINTAINERS: Adding myself in the list for ppc/spapr Harsh Prateek Bora
2023-05-03 14:31 ` [PATCH v3 0/2] Cleanup ppc cr get/set with helper routines Daniel Henrique Barboza

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