aboutsummaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2025-11-04KVM: guest_memfd: Remove bindings on memslot deletion when gmem is dyingSean Christopherson1-13/+32
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-28/+52
2025-10-10KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memorySean Christopherson2-12/+3
2025-10-10KVM: Explicitly mark KVM_GUEST_MEMFD as depending on KVM_GENERIC_MMU_NOTIFIERSean Christopherson1-0/+1
2025-10-10KVM: guest_memfd: Invalidate SHARED GPAs if gmem supports INIT_SHAREDSean Christopherson1-20/+44
2025-10-10KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not setSean Christopherson2-2/+7
2025-10-10KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGSSean Christopherson1-2/+5
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2025-09-30entry: Rename "kvm" entry code assets to "virt" to genericize APIsSean Christopherson1-1/+1
2025-09-30KVM: Export KVM-internal symbols for sub-modules onlySean Christopherson3-67/+67
2025-09-30Merge tag 'kvm-x86-svm-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+2
2025-09-30Merge tag 'kvm-x86-mmu-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2025-09-30Merge tag 'kvm-x86-generic-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-8/+35
2025-09-23KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATESean Christopherson1-1/+2
2025-09-15KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()Keir Fraser1-2/+9
2025-09-15KVM: Implement barriers before accessing kvm->buses[] on SRCU read pathsKeir Fraser1-6/+26
2025-09-10KVM: TDX: Do not retry locally when the retry is caused by invalid memslotSean Christopherson1-0/+1
2025-08-27KVM: Allow and advertise support for host mmap() on guest_memfd filesFuad Tabba2-1/+8
2025-08-27KVM: guest_memfd: Track guest_memfd mmap support in memslotFuad Tabba1-0/+2
2025-08-27KVM: guest_memfd: Add plumbing to host to map guest_memfd pagesFuad Tabba1-0/+70
2025-08-27KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit buildsFuad Tabba1-2/+2
2025-08-27KVM: Fix comments that refer to slots_lockFuad Tabba1-1/+1
2025-08-27KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()Fuad Tabba1-1/+1
2025-08-27KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATEFuad Tabba2-6/+5
2025-08-27KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFDFuad Tabba4-9/+9
2025-08-19KVM: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-07-29Merge tag 'kvm-x86-no_assignment-6.17' of https://github.com/kvm-x86/linux in...Paolo Bonzini1-3/+0
2025-07-29Merge tag 'kvm-x86-dirty_ring-6.17' of https://github.com/kvm-x86/linux into ...Paolo Bonzini2-35/+83
2025-07-29Merge tag 'kvm-x86-generic-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-12/+3
2025-07-29Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-180/+171
2025-06-25KVM: guest_memfd: Remove redundant kvm_gmem_getattr implementationShivank Garg1-11/+0
2025-06-25VFIO: KVM: x86: Drop kvm_arch_{start,end}_assignment()Sean Christopherson1-3/+0
2025-06-24KVM: Allow CPU to reschedule while setting per-page memory attributesLiam Merwick1-0/+3
2025-06-23KVM: Drop sanity check that per-VM list of irqfds is uniqueSean Christopherson1-11/+0
2025-06-23KVM: Disallow binding multiple irqfds to an eventfd with a priority waiterSean Christopherson1-18/+37
2025-06-23sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()Sean Christopherson1-0/+1
2025-06-23KVM: Add irqfd to eventfd's waitqueue while holding irqfds.lockSean Christopherson1-3/+18
2025-06-23KVM: Add irqfd to KVM's list via the vfs_poll() callbackSean Christopherson1-43/+55
2025-06-23KVM: Initialize irqfd waitqueue callback when adding to the queueSean Christopherson1-6/+7
2025-06-23KVM: Acquire SCRU lock outside of irqfds.lock during assignmentSean Christopherson1-3/+16
2025-06-23KVM: Use a local struct to do the initial vfs_poll() on an irqfdSean Christopherson1-9/+17
2025-06-23KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()Sean Christopherson1-9/+1
2025-06-23KVM: Don't WARN if updating IRQ bypass route failsSean Christopherson1-9/+6
2025-06-20KVM: fix typo in kvm_vm_set_mem_attributes() commentLiam Merwick1-1/+1
2025-06-20KVM: Add trace_kvm_vm_set_mem_attributes()Liam Merwick1-0/+2
2025-06-20KVM: Pass new routing entries and irqfd when updating IRTEsSean Christopherson1-6/+5
2025-06-20KVM: x86: Trigger I/O APIC route rescan in kvm_arch_irq_routing_update()Sean Christopherson1-2/+0
2025-06-20irqbypass: Require producers to pass in Linux IRQ number during registrationSean Christopherson1-1/+4
2025-06-20irqbypass: Use xarray to track producers and consumersSean Christopherson1-36/+38
2025-06-20irqbypass: Use guard(mutex) in lieu of manual lock+unlockSean Christopherson1-28/+10
2025-06-20irqbypass: Use paired consumer/producer to disconnect during unregisterSean Christopherson1-40/+8
2025-06-20irqbypass: Explicitly track producer and consumer bindingsSean Christopherson1-0/+9
2025-06-20irqbypass: Take ownership of producer/consumer token trackingSean Christopherson2-20/+31
2025-06-20irqbypass: Drop superfluous might_sleep() annotationsSean Christopherson1-8/+0
2025-06-20irqbypass: Drop pointless and misleading THIS_MODULE get/putSean Christopherson1-20/+0
2025-06-20KVM: Assert that slots_lock is held when resetting per-vCPU dirty ringsSean Christopherson1-0/+8
2025-06-20KVM: Use mask of harvested dirty ring entries to coalesce dirty ring resetsSean Christopherson1-33/+31
2025-06-20KVM: Check for empty mask of harvested dirty ring entries in callerSean Christopherson1-9/+35
2025-06-20KVM: Conditionally reschedule when resetting the dirty ringSean Christopherson1-0/+10
2025-06-20KVM: Bail from the dirty ring reset flow if a signal is pendingSean Christopherson1-0/+3
2025-06-20KVM: Bound the number of dirty ring entries in a single reset at INT_MAXSean Christopherson2-8/+11
2025-05-28Merge branch 'kvm-lockdep-common' into HEADPaolo Bonzini1-0/+59
2025-05-27KVM: add kvm_lock_all_vcpus and kvm_trylock_all_vcpusMaxim Levitsky1-0/+59
2025-05-27Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-4/+15
2025-05-08KVM: Remove obsolete comment about locking for kvm_io_bus_read/writeLi RongQing1-3/+0
2025-04-24KVM: SVM: Fix SNP AP destroy race with VMRUNTom Lendacky1-4/+15
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini2-22/+15
2025-04-07Merge branch 'kvm-6.15-rc2-fixes' into HEADPaolo Bonzini2-6/+6
2025-04-04KVM: Allow building irqbypass.ko as as module when kvm.ko is a moduleSean Christopherson2-6/+6
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-24/+44
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+4
2025-03-20Merge branch 'kvm-nvmx-and-vm-teardown' into HEADPaolo Bonzini1-1/+8
2025-03-14KVM: TDX: Handle TDX PV MMIO hypercallSean Christopherson1-0/+1
2025-03-14KVM: Add parameter "kvm" to kvm_cpu_dirty_log_size() and its callersYan Zhao2-7/+8
2025-03-14KVM: VMX: Initialize TDX during KVM module loadKai Huang1-1/+2
2025-03-14KVM: Export hardware virtualization enabling/disabling functionsKai Huang1-14/+4
2025-02-26KVM: Drop kvm_arch_sync_events() now that all implementations are nopsSean Christopherson1-1/+0
2025-02-26KVM: Assert that a destroyed/freed vCPU is no longer visibleSean Christopherson1-0/+8
2025-02-21make use of anon_inode_getfile_fmode()Al Viro1-7/+4
2025-02-14KVM: Allow lockless walk of SPTEs when handing aging mmu_notifier eventJames Houghton2-7/+20
2025-02-12KVM: Rename kvm_handle_hva_range()James Houghton1-16/+16
2025-02-04KVM: remove kvm_arch_post_init_vmPaolo Bonzini1-15/+0
2025-01-31KVM: Do not restrict the size of KVM-internal memory regionsSean Christopherson1-1/+9
2025-01-20Merge branch 'kvm-mirror-page-tables' into HEADPaolo Bonzini2-13/+37
2025-01-20Merge tag 'kvm-x86-vcpu_array-6.14' of https://github.com/kvm-x86/linux into ...Paolo Bonzini1-16/+52
2025-01-14KVM: Disallow all flags for KVM-internal memslotsSean Christopherson1-0/+3
2025-01-14KVM: x86: Drop double-underscores from __kvm_set_memory_region()Sean Christopherson1-4/+4
2025-01-14KVM: Add a dedicated API for setting KVM-internal memslotsSean Christopherson1-3/+12
2025-01-14KVM: Assert slots_lock is held when setting memory regionsSean Christopherson1-8/+2
2025-01-14KVM: Open code kvm_set_memory_region() into its sole caller (ioctl() API)Sean Christopherson1-13/+2
2024-12-23KVM: Add member to struct kvm_gfn_range to indicate private/sharedIsaku Yamahata2-0/+16
2024-12-23KVM: guest_memfd: Remove RCU-protected attribute from slot->gmem.fileYan Zhao1-13/+21
2024-12-16KVM: Drop hack that "manually" informs lockdep of kvm->lock vs. vcpu->mutexSean Christopherson1-7/+2
2024-12-16KVM: Don't BUG() the kernel if xa_insert() fails with -EBUSYSean Christopherson1-1/+1
2024-12-16Revert "KVM: Fix vcpu_array[0] races"Sean Christopherson1-9/+5
2024-12-16KVM: Grab vcpu->mutex across installing the vCPU's fd and bumping online_vcpusSean Christopherson1-1/+46
2024-11-27Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-1/+1
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-557/+373
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-22/+7
2024-11-14KVM: x86: switch hugepage recovery thread to vhost_taskPaolo Bonzini1-103/+0
2024-11-13Merge tag 'kvm-x86-mmu-6.13' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-14/+10
2024-11-13Merge tag 'kvm-x86-generic-6.13' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-60/+83
2024-11-08Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-1/+1
2024-11-03assorted variants of irqfd setup: convert to CLASS(fd)Al Viro1-12/+3
2024-11-03fdget(), more trivial conversionsAl Viro1-4/+2
2024-11-03fdget(), trivial conversionsAl Viro1-6/+2
2024-10-30KVM: Allow arch code to elide TLB flushes when aging a young pageSean Christopherson2-14/+10
2024-10-30KVM: Protect vCPU's "last run PID" with rwlock, not RCUSean Christopherson1-14/+25
2024-10-30KVM: Return '0' directly when there's no task to yield toSean Christopherson1-2/+2
2024-10-30KVM: Rework core loop of kvm_vcpu_on_spin() to use a single for-loopSean Christopherson1-44/+56
2024-10-30kvm/vfio: Constify struct kvm_device_opsChristophe JAILLET1-1/+1
2024-10-25KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"Sean Christopherson1-73/+2
2024-10-25KVM: Drop APIs that manipulate "struct page" via pfnsSean Christopherson1-55/+0
2024-10-25KVM: Make kvm_follow_pfn.refcounted_page a required fieldSean Christopherson1-2/+4
2024-10-25KVM: Drop gfn_to_pfn() APIs now that all users are goneSean Christopherson1-53/+0
2024-10-25KVM: Add support for read-only usage of gfn_to_page()Sean Christopherson1-7/+8
2024-10-25KVM: Convert gfn_to_page() to use kvm_follow_pfn()Sean Christopherson1-7/+9
2024-10-25KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()Sean Christopherson1-2/+6
2024-10-25KVM: guest_memfd: Pass index, not gfn, to __kvm_gmem_get_pfn()Sean Christopherson1-7/+13
2024-10-25KVM: Add kvm_faultin_pfn() to specifically service guest page faultsSean Christopherson1-0/+22
2024-10-25KVM: Disallow direct access (w/o mmu_notifier) to unpinned pfn by defaultSean Christopherson1-0/+18
2024-10-25KVM: Get writable mapping for __kvm_vcpu_map() only when necessarySean Christopherson1-1/+1
2024-10-25KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()Sean Christopherson1-5/+7
2024-10-25KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()Sean Christopherson2-15/+46
2024-10-25KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()David Stevens1-10/+16
2024-10-25KVM: pfncache: Precisely track refcounted pagesSean Christopherson1-4/+7
2024-10-25KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.cSean Christopherson1-41/+41
2024-10-25KVM: Provide refcounted page as output field in struct kvm_follow_pfnSean Christopherson2-52/+56
2024-10-25KVM: Use plain "struct page" pointer instead of single-entry arraySean Christopherson1-3/+3
2024-10-25KVM: Use NULL for struct page pointer to indicate mremapped memorySean Christopherson1-2/+2
2024-10-25KVM: Explicitly initialize all fields at the start of kvm_vcpu_map()Sean Christopherson1-18/+10
2024-10-25KVM: Remove pointless sanity check on @map param to kvm_vcpu_(un)map()Sean Christopherson1-6/+0
2024-10-25KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIsDavid Stevens3-80/+107
2024-10-25KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()Sean Christopherson1-6/+3
2024-10-25KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error codeDavid Stevens3-16/+17
2024-10-25KVM: Drop extra GUP (via check_user_page_hwpoison()) to detect poisoned pageSean Christopherson1-15/+2
2024-10-25KVM: Return ERR_SIGPENDING from hva_to_pfn() if GUP returns -EGAINSean Christopherson1-1/+1
2024-10-25KVM: Annotate that all paths in hva_to_pfn() might sleepSean Christopherson1-2/+2
2024-10-25KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIsSean Christopherson3-28/+11
2024-10-25KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()Sean Christopherson1-3/+3
2024-10-25KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointerSean Christopherson1-2/+2
2024-10-25KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an errorSean Christopherson1-9/+6
2024-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+0
2024-10-20KVM: Remove unused kvm_vcpu_gfn_to_pfn_atomicDr. David Alan Gilbert1-6/+0
2024-10-20KVM: Remove unused kvm_vcpu_gfn_to_pfnDr. David Alan Gilbert1-6/+0
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra1-1/+1
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-160/+152
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+7
2024-09-17Merge tag 'kvm-x86-generic-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-24/+18
2024-09-17KVM: use follow_pfnmap APIPeter Xu1-12/+7
2024-09-09KVM: Harden guest memory APIs against out-of-bounds accessesSean Christopherson1-0/+9
2024-09-09KVM: Write the per-page "segment" when clearing (part of) a guest pageSean Christopherson1-1/+1
2024-09-04KVM: Add arch hooks for enabling/disabling virtualizationSean Christopherson1-0/+14
2024-09-04KVM: Add a module param to allow enabling virtualization when KVM is loadedSean Christopherson1-0/+35
2024-09-04KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson1-2/+2
2024-09-04KVM: Rename symbols related to enabling virtualization hardwareSean Christopherson1-21/+21
2024-09-04KVM: Register cpuhp and syscore callbacks when enabling hardwareSean Christopherson1-113/+61
2024-09-04KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlockSean Christopherson1-15/+16
2024-08-29KVM: Clean up coalesced MMIO ring full checkSean Christopherson1-21/+8
2024-08-23KVM: Fix coalesced_mmio_has_room() to avoid premature userspace exitIlias Stamatis1-3/+1
2024-08-14KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)Sean Christopherson1-3/+2
2024-08-13KVM: eventfd: Use synchronize_srcu_expedited() on shutdownLi RongQing1-6/+7
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro2-7/+7
2024-07-26KVM: guest_memfd: abstract how prepared folios are recordedPaolo Bonzini1-13/+20
2024-07-26KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfnsPaolo Bonzini1-0/+12
2024-07-26KVM: extend kvm_range_has_memory_attributes() to check subset of attributesPaolo Bonzini1-6/+7
2024-07-26KVM: cleanup and add shortcuts to kvm_range_has_memory_attributes()Paolo Bonzini1-22/+20
2024-07-26KVM: guest_memfd: move check for already-populated page to common codePaolo Bonzini1-0/+7
2024-07-26KVM: remove kvm_arch_gmem_prepare_needed()Paolo Bonzini1-10/+3
2024-07-26KVM: guest_memfd: make kvm_gmem_prepare_folio() operate on a single struct kvmPaolo Bonzini1-30/+19
2024-07-26KVM: guest_memfd: delay kvm_gmem_prepare_folio() until the memory is passed t...Paolo Bonzini1-44/+66
2024-07-26KVM: guest_memfd: return locked folio from __kvm_gmem_get_pfnPaolo Bonzini1-1/+4
2024-07-26KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*Paolo Bonzini2-5/+5
2024-07-26KVM: guest_memfd: do not go through struct pagePaolo Bonzini1-10/+17
2024-07-26KVM: guest_memfd: delay folio_mark_uptodate() until after successful preparationPaolo Bonzini1-2/+4
2024-07-26KVM: guest_memfd: return folio from __kvm_gmem_get_pfn()Paolo Bonzini1-17/+20
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-25/+58
2024-07-16Merge tag 'kvm-x86-fixes-6.10-11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+3
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-3/+5
2024-07-12Merge branch 'kvm-prefault' into HEADPaolo Bonzini2-0/+63
2024-07-12KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memoryIsaku Yamahata2-0/+63
2024-07-12mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLEPaolo Bonzini1-2/+1
2024-06-28KVM: Add missing MODULE_DESCRIPTION()Jeff Johnson1-4/+2
2024-06-28KVM: Validate hva in kvm_gpc_activate_hva() to fix __kvm_gpc_refresh() WARNPei Li1-0/+3
2024-06-21Merge tag 'kvm-x86-fixes-6.10-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+5
2024-06-20Merge branch 'kvm-6.10-fixes' into HEADPaolo Bonzini3-9/+11
2024-06-20KVM: interrupt kvm_gmem_populate() on signalsPaolo Bonzini1-0/+5
2024-06-20KVM: Discard zero mask with function kvm_dirty_ring_resetBibo Mao1-0/+3
2024-06-20virt: guest_memfd: fix reference leak on hwpoisoned pagePaolo Bonzini1-2/+3
2024-06-20kvm: do not account temporary allocations to kmemAlexey Dobriyan1-6/+5
2024-06-18KVM: Mark a vCPU as preempted/ready iff it's scheduled out while runningDavid Matlack1-1/+1
2024-06-18KVM: Ensure new code that references immediate_exit gets extra scrutinyDavid Matlack1-1/+1
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack1-0/+3
2024-06-18KVM: Reject overly excessive IDs in KVM_CREATE_VCPUMathias Krause1-1/+10
2024-06-18KVM: Stop processing *all* memslots when "null" mmu_notifier handler is foundBabu Moger1-1/+2
2024-06-14KVM: Fix a goof where kvm_create_vm() returns 0 instead of -ENOMEMDan Carpenter1-2/+3
2024-06-11KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson1-1/+0
2024-06-11KVM: Add a flag to track if a loaded vCPU is scheduled outSean Christopherson1-0/+4