• Paolo Bonzini's avatar
    KVM: svm: add support for RDTSCP · 46896c73
    Paolo Bonzini authored
    RDTSCP was never supported for AMD CPUs, which nobody noticed because
    Linux does not use it.  But exactly the fact that Linux does not
    use it makes the implementation very simple; we can freely trash
    MSR_TSC_AUX while running the guest.
    
    Cc: Joerg Roedel <joro@8bytes.org>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    46896c73
svm.c 113 KB