Skip to content
  • Alexander Graf's avatar
    KVM: PPC: Make PAM a define · 28e83b4f
    Alexander Graf authored
    
    
    On PowerPC it's very normal to not support all of the physical RAM in real mode.
    To check if we're matching on the shared page or not, we need to know the limits
    so we can restrain ourselves to that range.
    
    So let's make it a define instead of open-coding it. And while at it, let's also
    increase it.
    
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    
    v2 -> v3:
    
      - RMO -> PAM (non-magic page)
    Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
    28e83b4f