Skip to content
Snippets Groups Projects
  1. Nov 01, 2020
  2. Oct 08, 2020
  3. Sep 29, 2020
  4. Jul 10, 2020
  5. Jun 18, 2020
  6. Apr 28, 2020
  7. Feb 26, 2020
  8. Jan 08, 2020
  9. Dec 16, 2019
  10. Oct 15, 2019
  11. Sep 16, 2019
    • Wanpeng Li's avatar
      i386/kvm: support guest access CORE cstate · d38d201f
      Wanpeng Li authored
      
      Allow guest reads CORE cstate when exposing host CPU power management capabilities
      to the guest. PKG cstate is restricted to avoid a guest to get the whole package
      information in multi-tenant scenario.
      
      Cc: Eduardo Habkost <ehabkost@redhat.com>
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      Cc: Radim Krčmář <rkrcmar@redhat.com>
      Signed-off-by: default avatarWanpeng Li <wanpengli@tencent.com>
      Message-Id: <1563154124-18579-1-git-send-email-wanpengli@tencent.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      d38d201f
  12. Jun 21, 2019
    • Liran Alon's avatar
      linux-headers: sync with latest KVM headers from Linux 5.2 · 1d33bea4
      Liran Alon authored
      
      Improve the KVM_{GET,SET}_NESTED_STATE structs by detailing the format
      of VMX nested state data in a struct.
      
      In order to avoid changing the ioctl values of
      KVM_{GET,SET}_NESTED_STATE, there is a need to preserve
      sizeof(struct kvm_nested_state). This is done by defining the data
      struct as "data.vmx[0]". It was the most elegant way I found to
      preserve struct size while still keeping struct readable and easy to
      maintain. It does have a misfortunate side-effect that now it has to be
      accessed as "data.vmx[0]" rather than just "data.vmx".
      
      Because we are already modifying these structs, I also modified the
      following:
      * Define the "format" field values as macros.
      * Rename vmcs_pa to vmcs12_pa for better readability.
      
      Signed-off-by: default avatarLiran Alon <liran.alon@oracle.com>
      Reviewed-by: default avatarMaran Wilson <maran.wilson@oracle.com>
      Message-Id: <20190619162140.133674-7-liran.alon@oracle.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      1d33bea4
  13. May 21, 2019
  14. Apr 25, 2019
  15. Feb 04, 2019
  16. Oct 19, 2018
  17. Oct 12, 2018
  18. Aug 20, 2018
  19. Jun 22, 2018
  20. Jun 01, 2018
  21. May 23, 2018
  22. Mar 13, 2018
  23. Jan 22, 2018
  24. Dec 13, 2017
  25. Sep 29, 2017
  26. Sep 05, 2017
  27. Aug 31, 2017
  28. Jul 18, 2017
  29. Jul 14, 2017
  30. May 19, 2017
  31. Feb 28, 2017
  32. Jan 18, 2017
  33. Dec 22, 2016
  34. Oct 13, 2016
  35. Sep 05, 2016
  36. Jun 14, 2016
Loading