• Alexander Graf's avatar
    KVM: PPC: Add fields to shadow vcpu · 66bb1706
    Alexander Graf authored
    After a lot of thought on how to make the entry / exit code easier,
    I figured it'd be clever to put even more register state into the
    shadow vcpu. That way we have more registers available to use, making
    the code easier to read.
    
    So this patch adds a few new fields to that shadow vcpu. Later on we
    will remove the originals from the vcpu and paca.
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
    66bb1706
kvm_book3s_asm.h 2.4 KB