1. 26 1月, 2019 3 次提交
  2. 15 12月, 2018 8 次提交
  3. 17 10月, 2018 11 次提交
  4. 06 8月, 2018 1 次提交
    • P
      KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd · 44883f01
      Paolo Bonzini 提交于
      Some of the MSRs returned by GET_MSR_INDEX_LIST currently cannot be sent back
      to KVM_GET_MSR and/or KVM_SET_MSR; either they can never be sent back, or you
      they are only accepted under special conditions.  This makes the API a pain to
      use.
      
      To avoid this pain, this patch makes it so that the result of the get-list
      ioctl can always be used for host-initiated get and set.  Since we don't have
      a separate way to check for read-only MSRs, this means some Hyper-V MSRs are
      ignored when written.  Arguably they should not even be in the result of
      GET_MSR_INDEX_LIST, but I am leaving there in case userspace is using the
      outcome of GET_MSR_INDEX_LIST to derive the support for the corresponding
      Hyper-V feature.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      44883f01
  5. 26 5月, 2018 5 次提交
  6. 11 5月, 2018 2 次提交
  7. 29 3月, 2018 1 次提交
  8. 24 3月, 2018 1 次提交
  9. 17 3月, 2018 3 次提交
  10. 07 3月, 2018 2 次提交
  11. 08 8月, 2017 2 次提交
  12. 07 8月, 2017 1 次提交