« Previous | Next » 

Revision dfeaf2ab

IDdfeaf2abc73429171ecc5b0b26ac4e5a24c047fc

Added by Markus Armbruster over 10 years ago

exec: Fix Xen RAM allocation with unusual options

Issues:

  • We try to obey -mem-path even though it can't work with Xen.
  • To implement machine mem-merge, we call
    memory_try_enable_merging(new_block
    >host, size). But with Xen,
    new_block->host remains null. Oops.

Fix by separating Xen allocation from normal allocation.

Acked-by: Stefano Stabellini <>
Signed-off-by: Markus Armbruster <>
Acked-by: Laszlo Ersek <>
Message-id:
Signed-off-by: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences