]> git.baikalelectronics.ru Git - kernel.git/commit
xen/balloon: fix balloon initialization for PVH Dom0
authorRoger Pau Monne <roger.pau@citrix.com>
Wed, 8 Aug 2018 11:46:41 +0000 (13:46 +0200)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Wed, 8 Aug 2018 15:03:20 +0000 (11:03 -0400)
commit27283a0440982fd373abc93f95c992022a9321e9
tree8f59d036678757a8c9f6304c9cdf2bca51abcb30
parente83b24dead9cf4553fbe9a7206186516280b2ba6
xen/balloon: fix balloon initialization for PVH Dom0

The current balloon code tries to calculate a delta factor for the
balloon target when running in HVM mode in order to account for memory
used by the firmware.

This workaround for memory accounting doesn't work properly on a PVH
Dom0, that has a static-max value different from the target value even
at startup. Note that this is not a problem for DomUs because guests are
started with a static-max value that matches the amount of RAM in the
memory map.

Fix this by forcefully setting target_diff for Dom0, regardless of
it's mode.

Reported-by: Gabriel Bercarug <bercarug@amazon.com>
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
drivers/xen/xen-balloon.c