Skip to content
  • Dave Martin's avatar
    arm64: Add command-line option to set the guest's SVE vector lengths · 1a401f05
    Dave Martin authored
    
    
    In order to support use cases such as migration, it may be
    important in some situations to restrict the set of SVE vector
    lengths available to the guest.  It can also be usefule to observe
    the behaviour of guest OSes with different vector lengths.
    
    To enable testing and experimentation for such configurations, this
    patch adds a command-line option to allow setting of the set of
    vector lengths to be made available to the guest.
    
    For now, the setting is global: no means is offered to configure
    individual guest vcpus independently of each other.
    
    Signed-off-by: default avatarDave Martin <Dave.Martin@arm.com>
    1a401f05