Re: [Xen-devel] [PATCH 0/6] x86/mm: Minor non-functional cleanup

2018-08-16 Thread Tim Deegan
At 19:34 +0100 on 15 Aug (1534361671), Andrew Cooper wrote:
> 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()

Reviewed-by: Tim Deegan 
(with the one correction that Roger asked for in patch 1/6)


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

[Xen-devel] [PATCH 0/6] x86/mm: Minor non-functional cleanup

2018-08-15 Thread Andrew Cooper
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