xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] P2M improvements for Arm
@ 2023-01-30  4:06 Henry Wang
  2023-01-30  4:06 ` [PATCH v2 1/4] xen/arm: Reduce redundant clear root pages when teardown p2m Henry Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Henry Wang @ 2023-01-30  4:06 UTC (permalink / raw)
  To: xen-devel
  Cc: Henry Wang, Stefano Stabellini, Julien Grall, Bertrand Marquis,
	Wei Chen, Volodymyr Babchuk

There are some clean-up/improvement work that can be done in the
Arm P2M code triggered by [1] and [2]. These were found at the 4.17
code freeze period so the issues were not fixed at that time.
Therefore do the follow-ups here.

Patch#1 addresses one comment in [1]. It was sent earlier and reviewed
once. Pick the updated version, i.e. "[PATCH v2] xen/arm: Reduce
redundant clear root pages when teardown p2m", to this series.

Patch#2 is a new patch based on v1 comments, this is a pre-requisite
patch for patch#3 where the deferring of GICv2 CPU interface mapping
should also be applied for new vGIC.

Patch#3 and #4 addresses the comment in [2] following the discussion
between two possible options.

[1] https://lore.kernel.org/xen-devel/a947e0b4-8f76-cea6-893f-abf30ff95e0d@xen.org/
[2] https://lore.kernel.org/xen-devel/e6643bfc-5bdf-f685-1b68-b28d341071c1@xen.org/

v1 -> v2:
1. Move in-code comment for p2m_force_tlb_flush_sync() on top of
   p2m_clear_root_pages().
2. Add a new patch as patch #2.
3. Correct style in in-code comment in patch #3.
4. Avoid open-coding gfn_eq() and gaddr_to_gfn(d->arch.vgic.cbase).
5. Apply same changes for the new vGICv2 implementation, update the
   commit message accordingly.
6. Add in-code comment in old GICv2's vgic_v2_domain_init() and
   new GICv2's vgic_v2_map_resources() to mention the mapping of the
   virtual CPU interface is deferred until first access.
7. Add reviewed-by and acked-by tags accordingly.

Henry Wang (4):
  xen/arm: Reduce redundant clear root pages when teardown p2m
  xen/arm: Rename vgic_cpu_base and vgic_dist_base for new vGIC
  xen/arm: Defer GICv2 CPU interface mapping until the first access
  xen/arm: Clean-up in p2m_init() and p2m_final_teardown()

 xen/arch/arm/domain.c               |  8 ++++
 xen/arch/arm/include/asm/new_vgic.h | 10 +++--
 xen/arch/arm/include/asm/p2m.h      |  5 +--
 xen/arch/arm/include/asm/vgic.h     |  2 +
 xen/arch/arm/p2m.c                  | 60 ++++++++++-------------------
 xen/arch/arm/traps.c                | 18 +++++++--
 xen/arch/arm/vgic-v2.c              | 25 ++++--------
 xen/arch/arm/vgic/vgic-init.c       |  4 +-
 xen/arch/arm/vgic/vgic-v2.c         | 41 +++++++-------------
 9 files changed, 76 insertions(+), 97 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2023-03-22  8:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30  4:06 [PATCH v2 0/4] P2M improvements for Arm Henry Wang
2023-01-30  4:06 ` [PATCH v2 1/4] xen/arm: Reduce redundant clear root pages when teardown p2m Henry Wang
2023-01-30  4:06 ` [PATCH v2 2/4] xen/arm: Rename vgic_cpu_base and vgic_dist_base for new vGIC Henry Wang
2023-03-20 18:47   ` Julien Grall
2023-01-30  4:06 ` [PATCH v2 3/4] xen/arm: Defer GICv2 CPU interface mapping until the first access Henry Wang
2023-03-20 19:26   ` Julien Grall
2023-03-21  3:57     ` Henry Wang
2023-03-21  4:00       ` Henry Wang
2023-03-21 15:35       ` Julien Grall
2023-03-22  2:31         ` Henry Wang
2023-01-30  4:06 ` [PATCH v2 4/4] xen/arm: Clean-up in p2m_init() and p2m_final_teardown() Henry Wang
2023-03-21 15:50   ` Julien Grall
2023-03-22  2:21     ` Henry Wang
2023-03-22  8:02       ` Michal Orzel
2023-03-22  8:16         ` Henry Wang
2023-03-17  1:42 ` [PATCH v2 0/4] P2M improvements for Arm Henry Wang

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