xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] x86/mm: Minor non-functional cleanup
@ 2018-08-15 18:34 Andrew Cooper
  2018-08-15 18:34 ` [PATCH 1/6] x86/mm: Use mfn_eq()/mfn_add() rather than opencoded variations Andrew Cooper
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Andrew Cooper @ 2018-08-15 18:34 UTC (permalink / raw)
  To: Xen-devel
  Cc: Wei Liu, George Dunlap, Andrew Cooper, Tim Deegan, Jan Beulich,
	Roger Pau Monné

Minor cleanup which has accumulated while doing other work.  No functional
change anywhere.

Andrew Cooper (6):
  x86/mm: Use mfn_eq()/mfn_add() rather than opencoded variations
  x86/shadow: Use more appropriate conversion functions
  x86/shadow: Switch shadow_domain.has_fast_mmio_entries to bool
  x86/shadow: Use MASK_* helpers for the MMIO fastpath PTE manipulation
  x86/shadow: Clean up the MMIO fastpath helpers
  x86/shadow: Use mfn_t in shadow_track_dirty_vram()

 xen/arch/x86/cpu/mcheck/vmce.c  |  2 +-
 xen/arch/x86/domain_page.c      |  2 +-
 xen/arch/x86/mm/hap/hap.c       |  3 ++-
 xen/arch/x86/mm/mem_sharing.c   |  4 ++--
 xen/arch/x86/mm/p2m-pod.c       |  2 +-
 xen/arch/x86/mm/p2m.c           |  4 ++--
 xen/arch/x86/mm/shadow/common.c | 44 ++++++++++++++++++++---------------------
 xen/arch/x86/mm/shadow/multi.c  | 37 +++++++++++++++++-----------------
 xen/arch/x86/mm/shadow/types.h  | 27 +++++++++++++------------
 xen/include/asm-x86/domain.h    |  2 +-
 10 files changed, 64 insertions(+), 63 deletions(-)

-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-08-21 10:05 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-15 18:34 [PATCH 0/6] x86/mm: Minor non-functional cleanup Andrew Cooper
2018-08-15 18:34 ` [PATCH 1/6] x86/mm: Use mfn_eq()/mfn_add() rather than opencoded variations Andrew Cooper
2018-08-16 16:07   ` Roger Pau Monné
2018-08-17 12:54   ` Jan Beulich
2018-08-15 18:34 ` [PATCH 2/6] x86/shadow: Use more appropriate conversion functions Andrew Cooper
2018-08-16 16:08   ` Roger Pau Monné
2018-08-21 10:02   ` Wei Liu
2018-08-15 18:34 ` [PATCH 3/6] x86/shadow: Switch shadow_domain.has_fast_mmio_entries to bool Andrew Cooper
2018-08-16 16:09   ` Roger Pau Monné
2018-08-17 12:57   ` Jan Beulich
2018-08-15 18:34 ` [PATCH 4/6] x86/shadow: Use MASK_* helpers for the MMIO fastpath PTE manipulation Andrew Cooper
2018-08-16 16:12   ` Roger Pau Monné
2018-08-21 10:04   ` Wei Liu
2018-08-15 18:34 ` [PATCH 5/6] x86/shadow: Clean up the MMIO fastpath helpers Andrew Cooper
2018-08-16 16:16   ` Roger Pau Monné
2018-08-21 10:05   ` Wei Liu
2018-08-15 18:34 ` [PATCH 6/6] x86/shadow: Use mfn_t in shadow_track_dirty_vram() Andrew Cooper
2018-08-16 16:18   ` Roger Pau Monné
2018-08-21 10:05   ` Wei Liu
2018-08-16 19:00 ` [PATCH 0/6] x86/mm: Minor non-functional cleanup Tim Deegan

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