Merge tag 'for-linus-6.11' of git://git.kernel.org/pub/scm/virt/kvm/kvm
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Sep 2024 07:35:50 +0000 (09:35 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Sep 2024 07:35:50 +0000 (09:35 +0200)
commitd42f7708e27cc68d080ac9d3803d27e86821d775
tree5de3a6e8f61b17d0dcd123d6f3a7f0f2f60e396a
parent0babf683783ddca06551537c6781e413cfe8d27b
parent9d70f3fec14421e793ffbc0ec2f739b24e534900
Merge tag 'for-linus-6.11' of git://git./virt/kvm/kvm

Pull kvm fix from Paolo Bonzini:
 "Do not always honor guest PAT on CPUs that support self-snoop.

  This triggers an issue in the bochsdrm driver, which used ioremap()
  instead of ioremap_wc() to map the video RAM.

  The revert lets video RAM use the WB memory type instead of the slower
  UC memory type"

* tag 'for-linus-6.11' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop"