• P
    KVM: svm: add support for RDTSCP · 46896c73
    Paolo Bonzini 提交于
    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: NPaolo Bonzini <pbonzini@redhat.com>
    46896c73
svm.c 113.0 KB