[GIT PULL] KVM: Generic changes for 6.19

From: Sean Christopherson

Date: Tue Nov 25 2025 - 20:45:36 EST


A tweak to account for an upcoming API change, and a doc fix.

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

https://github.com/kvm-x86/linux.git tags/kvm-x86-generic-6.19

for you to fetch changes up to 04fd067b770d19fee39759d994c4bfa2fb332d9f:

KVM: Fix VM exit code for full dirty ring in API documentation (2025-10-14 15:19:05 -0700)

----------------------------------------------------------------
KVM generic changes for 6.19:

- Use the recently-added WQ_PERCPU when creating the per-CPU workqueue for
irqfd cleanup.

- Fix a goof in the dirty ring documentation.

----------------------------------------------------------------
Leonardo Bras (1):
KVM: Fix VM exit code for full dirty ring in API documentation

Marco Crivellari (1):
KVM: Explicitly allocate/setup irqfd cleanup as per-CPU workqueue

Documentation/virt/kvm/api.rst | 2 +-
virt/kvm/eventfd.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)