Commit d42f770
committed
Merge tag 'for-linus-6.11' of git://git.kernel.org/pub/scm/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"2 files changed
+7
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4674 | 4674 | | |
4675 | 4675 | | |
4676 | 4676 | | |
4677 | | - | |
4678 | | - | |
| 4677 | + | |
4679 | 4678 | | |
4680 | 4679 | | |
4681 | 4680 | | |
4682 | 4681 | | |
4683 | | - | |
4684 | | - | |
| 4682 | + | |
4685 | 4683 | | |
4686 | | - | |
| 4684 | + | |
4687 | 4685 | | |
4688 | 4686 | | |
4689 | 4687 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7659 | 7659 | | |
7660 | 7660 | | |
7661 | 7661 | | |
7662 | | - | |
7663 | | - | |
7664 | | - | |
7665 | | - | |
| 7662 | + | |
| 7663 | + | |
| 7664 | + | |
7666 | 7665 | | |
7667 | | - | |
7668 | | - | |
| 7666 | + | |
7669 | 7667 | | |
7670 | 7668 | | |
7671 | 7669 | | |
| |||
0 commit comments