[PATCH v3 0/2] Cleanup ppc cr get/set with helper routines

Harsh Prateek Bora posted 2 patches 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230503093619.2530487-1-harshpb@linux.ibm.com
Maintainers: Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Laurent Vivier <laurent@vivier.eu>, Paolo Bonzini <pbonzini@redhat.com>
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(-)
[PATCH v3 0/2] Cleanup ppc cr get/set with helper routines
Posted by Harsh Prateek Bora 12 months ago
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
Re: [PATCH v3 0/2] Cleanup ppc cr get/set with helper routines
Posted by Daniel Henrique Barboza 12 months ago
Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks,


Daniel

On 5/3/23 06:36, Harsh Prateek Bora wrote:
> 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(-)
>