mbox series

[0/3] x86/boot: Improvements to move_memory()

Message ID 20241022223954.432554-1-andrew.cooper3@citrix.com (mailing list archive)
Headers show
Series x86/boot: Improvements to move_memory() | expand

Message

Andrew Cooper Oct. 22, 2024, 10:39 p.m. UTC
Strip module_t out of move_memory() and simplify the logic.

This is to allow yet-more cleanup with the hyperlaunch series.  See patch 1
for most of the discussion.

https://gitlab.com/xen-project/people/andyhhp/xen/-/pipelines/1507885241

Andrew Cooper (3):
  x86/boot: Convert move_memory() to use bootstrap_map_addr()
  x86/boot: Simplify address calculations in move_memory()
  x86/boot: Simplify size calculations in move_memory()

 xen/arch/x86/setup.c | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)