• David Vrabel's avatar
    xen/balloon: rationalize memory hotplug stats · de5a77d8
    David Vrabel authored
    The stats used for memory hotplug make no sense and are fiddled with
    in odd ways.  Remove them and introduce total_pages to track the total
    number of pages (both populated and unpopulated) including those within
    hotplugged regions (note that this includes not yet onlined pages).
    
    This will be used in a subsequent commit (xen/balloon: only hotplug
    additional memory if required) when deciding whether additional memory
    needs to be hotplugged.
    Signed-off-by: default avatarDavid Vrabel <david.vrabel@citrix.com>
    Reviewed-by: default avatarDaniel Kiper <daniel.kiper@oracle.com>
    de5a77d8
balloon.c 15.8 KB