]> Git Repo - J-linux.git/commitdiff
Merge tag 'for-linus-6.11' of git://git.kernel.org/pub/scm/virt/kvm/kvm
authorLinus Torvalds <[email protected]>
Sun, 15 Sep 2024 07:35:50 +0000 (09:35 +0200)
committerLinus Torvalds <[email protected]>
Sun, 15 Sep 2024 07:35:50 +0000 (09:35 +0200)
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"


Trivial merge
This page took 0.046609 seconds and 4 git commands to generate.