All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Cleanup [h_enter|spapr_exit]_nested routines
@ 2023-04-24 14:47 Harsh Prateek Bora
  2023-04-24 14:47 ` [PATCH v2 1/4] ppc: spapr: cleanup cr get/store in [h_enter|spapr_exit]_nested with helpers Harsh Prateek Bora
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Harsh Prateek Bora @ 2023-04-24 14:47 UTC (permalink / raw)
  To: qemu-ppc; +Cc: qemu-devel, farosas, npiggin, danielhb413

This patchset introduces helper routines to enable (and does) cleaning
up of h_enter_nested() and spapr_exit_nested() routines in existing api
for nested virtualization on Power/SPAPR for better code readability /
maintenance. No functional changes intended with this patchset.

Changelog:

changes from v1:
 - addressed Fabiano's review comments
 - folding Reviewed-by tags in patch 1/4, 4/4

Harsh Prateek Bora (4):
  ppc: spapr: cleanup cr get/store in [h_enter|spapr_exit]_nested with
    helpers.
  ppc: spapr: cleanup h_enter_nested() with helper routines.
  ppc: spapr: cleanup spapr_exit_nested() with helper routines.
  MAINTAINERS: Adding myself in the list for ppc/spapr

 MAINTAINERS          |   1 +
 hw/ppc/spapr_hcall.c | 251 ++++++++++++++++++++++++++-----------------
 target/ppc/cpu.c     |  17 +++
 target/ppc/cpu.h     |   2 +
 4 files changed, 170 insertions(+), 101 deletions(-)

-- 
2.31.1



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

end of thread, other threads:[~2023-05-02 14:46 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-24 14:47 [PATCH v2 0/4] Cleanup [h_enter|spapr_exit]_nested routines Harsh Prateek Bora
2023-04-24 14:47 ` [PATCH v2 1/4] ppc: spapr: cleanup cr get/store in [h_enter|spapr_exit]_nested with helpers Harsh Prateek Bora
2023-05-02  4:37   ` Nicholas Piggin
2023-05-02  5:00     ` Harsh Prateek Bora
2023-05-02 14:39       ` Nicholas Piggin
2023-05-02 14:46         ` Fabiano Rosas
2023-04-24 14:47 ` [PATCH v2 2/4] ppc: spapr: cleanup h_enter_nested() with helper routines Harsh Prateek Bora
2023-05-02  4:49   ` Nicholas Piggin
2023-05-02  6:13     ` Harsh Prateek Bora
2023-05-02  6:41       ` Nicholas Piggin
2023-05-02  7:36         ` Harsh Prateek Bora
2023-05-02  8:39           ` Nicholas Piggin
2023-05-02 10:20             ` Harsh Prateek Bora
2023-04-24 14:47 ` [PATCH v2 3/4] ppc: spapr: cleanup spapr_exit_nested() " Harsh Prateek Bora
2023-05-02  5:06   ` Nicholas Piggin
2023-05-02  6:25     ` Harsh Prateek Bora
2023-04-24 14:47 ` [PATCH v2 4/4] MAINTAINERS: Adding myself in the list for ppc/spapr Harsh Prateek Bora

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.