• Alexander Graf's avatar
    KVM: PPC: Book3S: PR: No isync in slbie path · af415087
    Alexander Graf authored
    While messing around with the SLBs we're running in real mode. The
    entry to guest space goes through rfid, which is context synchronizing,
    so there's no need to manually synchronize anything through isync.
    
    With this patch and a simple priviledged SPR access loop guest, I get
    a speed bump from 2035607 to 2181301 exits per second.
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    af415087
book3s_64_slb.S 4.12 KB