public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Sean Christopherson <seanjc@google.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org,
	 Sean Christopherson <seanjc@google.com>
Subject: [GIT PULL] x86/kvm: Guest side changes for 6.18
Date: Fri, 26 Sep 2025 23:09:01 -0700	[thread overview]
Message-ID: <20250927060910.2933942-2-seanjc@google.com> (raw)
In-Reply-To: <20250927060910.2933942-1-seanjc@google.com>

A few smallish guest-side changes.

The following changes since commit a6ad54137af92535cfe32e19e5f3bc1bb7dbd383:

  Merge branch 'guest-memfd-mmap' into HEAD (2025-08-27 04:41:35 -0400)

are available in the Git repository at:

  https://github.com/kvm-x86/linux.git tags/kvm-x86-guest-6.18

for you to fetch changes up to 960550503965094b0babd7e8c83ec66c8a763b0b:

  x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALT (2025-09-11 08:58:37 -0700)

----------------------------------------------------------------
x86/kvm guest side changes for 6.18

 - For the legacy PCI hole (memory between TOLUD and 4GiB) to UC when
   overriding guest MTRR for TDX/SNP to fix an issue where ACPI auto-mapping
   could map devices as WB and prevent the device drivers from mapping their
   devices with UC/UC-.

 - Make kvm_async_pf_task_wake() a local static helper and remove its
   export.

 - Use native qspinlocks when running in a VM with dedicated vCPU=>pCPU
   bindings even when PV_UNHALT is unsupported.

----------------------------------------------------------------
Li RongQing (1):
      x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALT

Sean Christopherson (2):
      x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNP
      x86/kvm: Make kvm_async_pf_task_wake() a local static helper

 arch/x86/include/asm/kvm_para.h |  2 --
 arch/x86/kernel/kvm.c           | 44 ++++++++++++++++++++++++++++-------------
 2 files changed, 30 insertions(+), 16 deletions(-)

  reply	other threads:[~2025-09-27  6:09 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-27  6:09 [GIT PULL] KVM: x86 pull requests 6.18 Sean Christopherson
2025-09-27  6:09 ` Sean Christopherson [this message]
2025-09-30 17:28   ` [GIT PULL] x86/kvm: Guest side changes for 6.18 Paolo Bonzini
2025-09-27  6:09 ` [GIT PULL] KVM: One lone common change " Sean Christopherson
2025-09-30 17:28   ` Paolo Bonzini
2025-09-27  6:09 ` [GIT PULL] KVM: x86: MMU changes " Sean Christopherson
2025-09-30 17:33   ` Paolo Bonzini
2025-09-27  6:09 ` [GIT PULL] KVM: Selftests " Sean Christopherson
2025-09-30 17:24   ` Paolo Bonzini
2025-09-27  6:09 ` [GIT PULL] KVM: x86: VMX " Sean Christopherson
2025-09-30 17:33   ` Paolo Bonzini
2025-09-27  6:09 ` [GIT PULL] KVM: x86: SVM " Sean Christopherson
2025-09-30 17:35   ` Paolo Bonzini
2025-09-27  6:09 ` [GIT PULL] KVM: x86: SNP CipherTextHiding " Sean Christopherson
2025-09-30 17:35   ` Paolo Bonzini
2025-09-27  6:09 ` [GIT PULL] KVM: x86: Misc changes " Sean Christopherson
2025-09-30 18:06   ` Paolo Bonzini
2025-09-27  6:09 ` [GIT PULL] KVM: x86: CET virtualization " Sean Christopherson
2025-09-27  6:09 ` [GIT PULL] KVM: Symbol export restrictions " Sean Christopherson
2025-09-30 17:41   ` Paolo Bonzini
2025-09-30 18:10 ` [GIT PULL] KVM: x86 pull requests 6.18 Paolo Bonzini
2025-09-30 19:16   ` Sean Christopherson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250927060910.2933942-2-seanjc@google.com \
    --to=seanjc@google.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox