Merge branch 'kvm-fixes' into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 Aug 2024 16:31:48 +0000 (12:31 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 Aug 2024 16:33:43 +0000 (12:33 -0400)
* fix latent bug in how usage of large pages is determined for
  confidential VMs

* fix "underline too short" in docs

* eliminate log spam from limited APIC timer periods

* disallow pre-faulting of memory before SEV-SNP VMs are initialized

* delay clearing and encrypting private memory until it is added to
  guest page tables

* this change also enables another small cleanup: the checks in
  SNP_LAUNCH_UPDATE that limit it to non-populated, private pages
  can now be moved in the common kvm_gmem_populate() function

1  2 
Documentation/virt/kvm/api.rst

Simple merge