Skip to content
  • Paolo Bonzini's avatar
    memory: make section size a 128-bit integer · 052e87b0
    Paolo Bonzini authored
    
    
    So far, the size of all regions passed to listeners could fit in 64 bits,
    because artificial regions (containers and aliases) are eliminated by
    the memory core, leaving only device regions which have reasonable sizes
    
    An IOMMU however cannot be eliminated by the memory core, and may have
    an artificial size, hence we may need 65 bits to represent its size.
    
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    052e87b0