• Alexander Graf's avatar
    KVM: PPC: E500: Add dcbtls emulation · 8f20a3ab
    Alexander Graf authored
    The dcbtls instruction is able to lock data inside the L1 cache.
    
    We don't want to give the guest actual access to hardware cache locks,
    as that could influence other VMs on the same system. But we can tell
    the guest that its locking attempt failed.
    
    By implementing the instruction we at least don't give the guest a
    program exception which it definitely does not expect.
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    8f20a3ab
reg_booke.h 34.3 KB