[Xen-devel] [PATCH 0/3] Post-299 cleanups

George Dunlap posted 3 patches 4 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20191213173742.1960441-1-george.dunlap@citrix.com
xen/arch/x86/domain.c    |   2 +-
xen/arch/x86/mm.c        | 161 +++++++++++++++++++--------------------
xen/include/asm-x86/mm.h |   4 +-
3 files changed, 82 insertions(+), 85 deletions(-)
[Xen-devel] [PATCH 0/3] Post-299 cleanups
Posted by George Dunlap 4 years, 4 months ago
This series implements a number of cleanups to make the code simpler
and easier to follow.  No functional changes intended.

George Dunlap (3):
  x86/mm: Use a more descriptive name for pagetable mfns
  x86/mm: Use mfn_t in type get / put call tree
  x86/mm: More discriptive names for page de/validation functions

 xen/arch/x86/domain.c    |   2 +-
 xen/arch/x86/mm.c        | 161 +++++++++++++++++++--------------------
 xen/include/asm-x86/mm.h |   4 +-
 3 files changed, 82 insertions(+), 85 deletions(-)

--
CC: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Jan Beulich <jbeulich@suse.com>
2.24.0

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH 0/3] Post-299 cleanups
Posted by Andrew Cooper 4 years, 4 months ago
On 13/12/2019 17:37, George Dunlap wrote:
> This series implements a number of cleanups to make the code simpler
> and easier to follow.  No functional changes intended.
>
> George Dunlap (3):
>   x86/mm: Use a more descriptive name for pagetable mfns
>   x86/mm: Use mfn_t in type get / put call tree
>   x86/mm: More discriptive names for page de/validation functions

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>

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