• Marc Zyngier's avatar
    KVM: arm64: Add three sets of flags to the vcpu state · 690bacb8
    Marc Zyngier authored
    It so appears that each of the vcpu flags is really belonging to
    one of three categories:
    
    - a configuration flag, set once and for all
    - an input flag generated by the kernel for the hypervisor to use
    - a state flag that is only for the kernel's own bookkeeping
    
    As we are going to split all the existing flags into these three
    sets, introduce all three in one go.
    
    No functional change other than a bit of bloat...
    Reviewed-by: default avatarFuad Tabba <tabba@google.com>
    Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
    690bacb8
kvm_host.h 28.2 KB