Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2025-07-03 10:56:30 to 2025-07-04 19:46:31 UTC [more...]

[PATCH 0/2] Few timer and AIA fixes for KVM RISC-V
 2025-07-04 19:46 UTC  (4+ messages)
` [PATCH 1/2] RISC-V: KVM: Disable vstimecmp before exiting to user-space
` [PATCH 2/2] RISC-V: KVM: Move HGEI[E|P] CSR access to IMSIC virtualization

[PATCH v2 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
 2025-07-04 17:11 UTC  (13+ messages)
` [PATCH v2 1/5] mm: introduce num_pages_contiguous()
` [PATCH v2 2/5] vfio/type1: optimize vfio_pin_pages_remote()
` [PATCH v2 3/5] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
` [PATCH v2 4/5] vfio/type1: introduce a new member has_rsvd for struct vfio_dma
` [PATCH v2 5/5] vfio/type1: optimize vfio_unpin_pages_remote()

[kvm-unit-tests PATCH] x86: add HPET counter read micro benchmark and enable/disable torture tests
 2025-07-04 15:51 UTC  (2+ messages)

[PATCH V2 0/2] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present
 2025-07-04 15:33 UTC  (11+ messages)
` [PATCH V2 1/2] x86/tdx: Eliminate duplicate code in tdx_clear_page()
` [PATCH V2 2/2] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present

[kvm-unit-tests PATCH 0/2] riscv: Add kvmtool support
 2025-07-04 15:12 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] arm/arm64: Ensure proper host arch with kvmtool
` [kvm-unit-tests PATCH 2/2] riscv: Add kvmtool support

[PATCH v6 net-next 4/9] vhost-net: allow configuring extended features
 2025-07-04 14:09 UTC  (7+ messages)

[PATCH v6 05/39] accel/kvm: Remove kvm_init_cpu_signals() stub
 2025-07-04 14:03 UTC  (27+ messages)
` [PATCH v6 06/39] accel/kvm: Reduce kvm_create_vcpu() declaration scope
` [PATCH v6 12/39] accel: Move supports_guest_debug() declaration to AccelClass
` [PATCH v6 13/39] accel: Move cpus_are_resettable() "
` [PATCH v6 21/39] accel/kvm: Remove kvm_cpu_synchronize_state() stub
` [PATCH v6 28/39] accel: Expose and register generic_handle_interrupt()
` [PATCH v6 30/39] accel: Propagate AccelState to AccelClass::init_machine()
` [PATCH v6 31/39] accel/kvm: Prefer local AccelState over global MachineState::accel
` [PATCH v6 33/39] accel: Directly pass AccelState argument to AccelClass::has_memory()
` [PATCH v6 34/39] accel/kvm: Directly pass KVMState argument to do_kvm_create_vm()
` [PATCH v6 36/39] accel: Pass AccelState argument to gdbstub_supported_sstep_flags()
` [PATCH v6 37/39] accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'
` [PATCH v6 38/39] accel: Extract AccelClass definition to 'accel/accel-ops.h'

[PATCH v4 51/65] accel/kvm: Convert to AccelOpsClass::cpu_thread_routine
 2025-07-04 10:30 UTC  (8+ messages)
` [PATCH v4 56/65] accel: Expose and register generic_handle_interrupt()
` [PATCH v4 58/65] accel: Always register AccelOpsClass::get_elapsed_ticks() handler
` [PATCH v4 59/65] accel: Always register AccelOpsClass::get_virtual_clock() handler

[PATCH] virtio_net: simplify tx queue wake condition check
 2025-07-04 10:03 UTC  (2+ messages)

[PATCH v11 00/23] Enable CET Virtualization
 2025-07-04  8:49 UTC  (24+ messages)
` [PATCH v11 01/23] KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses
` [PATCH v11 02/23] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v11 03/23] KVM: x86: Manually clear MPX state only on INIT
` [PATCH v11 04/23] KVM: x86: Zero XSTATE components on INIT by iterating over supported features
` [PATCH v11 05/23] KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support
` [PATCH v11 06/23] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v11 07/23] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v11 08/23] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v11 09/23] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v11 10/23] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v11 11/23] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v11 12/23] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v11 13/23] KVM: x86: Enable guest SSP read/write interface with new uAPIs
` [PATCH v11 14/23] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v11 15/23] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v11 16/23] KVM: VMX: Set up interception for CET MSRs
` [PATCH v11 17/23] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v11 18/23] KVM: x86: Don't emulate instructions guarded by CET
` [PATCH v11 19/23] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v11 20/23] KVM: nVMX: Virtualize NO_HW_ERROR_CODE_CC for L1 event injection to L2
` [PATCH v11 21/23] KVM: nVMX: Enable CET support for nested guest
` [PATCH v11 22/23] KVM: nVMX: Add consistency checks for CR0.WP and CR4.CET
` [PATCH v11 23/23] KVM: nVMX: Add consistency checks for CET states

[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script
 2025-07-04  8:41 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] scripts: extra_params rework
 2025-07-04  8:41 UTC  (2+ messages)

[kvm-unit-tests PATCH] riscv: Use norvc over arch, -c
 2025-07-04  8:26 UTC  (2+ messages)

[kvm-unit-tests PATCH] riscv: lib: Add sbi-exit-code to configure and environment
 2025-07-04  8:17 UTC  (2+ messages)

[PATCH] accel/kvm: Adjust the note about the minimum required kernel version
 2025-07-04  6:19 UTC  (2+ messages)

[RFC] x86/kvm: Use native qspinlock by default when realtime hinted
 2025-07-04  6:12 UTC  (5+ messages)
  ` [External] "
      ` [External] Re: [PATCH RFC] "

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-07-04  4:58 UTC  (5+ messages)
` [PATCH v9 13/43] arm64: RME: Support for the VGIC in realms

[PATCH 2/4] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
 2025-07-04  2:20 UTC  (4+ messages)

[PATCH 00/11] Fix incorrect iommu_groups with PCIe switches
 2025-07-04  0:37 UTC  (10+ messages)
` [PATCH 02/11] PCI: Add pci_bus_isolation()

[PATCH] vfio/pci: Separate SR-IOV VF dev_set
 2025-07-03 23:35 UTC  (8+ messages)

[RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
 2025-07-03 20:39 UTC  (7+ messages)

[PATCH V5 0/2] arm64/debug: Drop redundant DBG_MDSCR_* macros
 2025-07-03 19:02 UTC  (2+ messages)

[PATCH v6 00/28] KVM: arm64: Implement support for SME
 2025-07-03 18:03 UTC  (4+ messages)
` [PATCH v6 18/28] KVM: arm64: Support SME priority registers

[PATCH v5 00/69] accel: Preparatory cleanups for split-accel
 2025-07-03 17:21 UTC  (75+ messages)
` [PATCH v5 09/69] accel/kvm: Reduce kvm_create_vcpu() declaration scope
` [PATCH v5 10/69] accel: Propagate AccelState to AccelClass::init_machine()
` [PATCH v5 11/69] accel/kvm: Prefer local AccelState over global MachineState::accel
` [PATCH v5 12/69] accel/hvf: Re-use QOM allocated state
` [PATCH v5 13/69] accel/tcg: Prefer local AccelState over global current_accel()
` [PATCH v5 14/69] accel: Directly pass AccelState argument to AccelClass::has_memory()
` [PATCH v5 15/69] accel/kvm: Directly pass KVMState argument to do_kvm_create_vm()
` [PATCH v5 16/69] accel: Remove unused MachineState argument of AccelClass::setup_post()
` [PATCH v5 17/69] accel: Pass AccelState argument to gdbstub_supported_sstep_flags()
` [PATCH v5 18/69] accel: Move supports_guest_debug() declaration to AccelClass
` [PATCH v5 19/69] accel: Move cpus_are_resettable() "
` [PATCH v5 20/69] accel: Move cpu_common_[un]realize() declarations to AccelOpsClass
` [PATCH v5 21/69] accel/system: Convert pre_resume() from AccelOpsClass to AccelClass
` [PATCH v5 22/69] hw/core/machine: Display CPU model name in 'info cpus' command
` [PATCH v5 23/69] accel/tcg: Remove 'info opcount' and @x-query-opcount
` [PATCH v5 24/69] accel/tcg: Remove profiler leftover
` [PATCH v5 25/69] accel/tcg: Factor tcg_dump_flush_info() out
` [PATCH v5 26/69] accel/tcg: Factor tcg_dump_stats() out for re-use
` [PATCH v5 27/69] accel/tcg: Extract statistic related code to tcg-stats.c
` [PATCH v5 28/69] qapi: Move definitions related to accelerators in their own file
` [PATCH v5 29/69] accel/system: Introduce @x-accel-stats QMP command
` [PATCH v5 30/69] accel/system: Add 'info accel' on human monitor
` [PATCH v5 31/69] accel/tcg: Implement get_[vcpu]_stats()
` [PATCH v5 32/69] accel/hvf: Implement get_vcpu_stats()
` [PATCH v5 33/69] accel/hvf: Report missing com.apple.security.hypervisor entitlement
` [PATCH v5 34/69] accel/hvf: Restrict internal declarations
` [PATCH v5 35/69] accel/hvf: Move per-cpu method declarations to hvf-accel-ops.c
` [PATCH v5 36/69] accel/hvf: Move generic method declarations to hvf-all.c
` [PATCH v5 37/69] cpus: Document CPUState::vcpu_dirty field
` [PATCH v5 38/69] accel/hvf: Replace @dirty field by generic "
` [PATCH v5 39/69] accel/nvmm: "
` [PATCH v5 40/69] accel/whpx: "
` [PATCH v5 41/69] accel/kvm: Remove kvm_cpu_synchronize_state() stub
` [PATCH v5 42/69] accel/system: Document cpu_synchronize_state()
` [PATCH v5 43/69] accel/system: Document cpu_synchronize_state_post_init/reset()
` [PATCH v5 44/69] accel/nvmm: Expose nvmm_enabled() to common code
` [PATCH v5 45/69] accel/whpx: Expose whpx_enabled() "
` [PATCH v5 46/69] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v5 47/69] target/arm: Use generic hwaccel_enabled() to check 'host' cpu type
` [PATCH v5 48/69] accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
` [PATCH v5 49/69] accel/dummy: Factor dummy_thread_precreate() out
` [PATCH v5 50/69] accel/tcg: Factor tcg_vcpu_thread_precreate() out
` [PATCH v5 51/69] accel: Factor accel_create_vcpu_thread() out
` [PATCH v5 52/69] accel: Introduce AccelOpsClass::cpu_thread_routine handler
` [PATCH v5 53/69] accel/dummy: Convert to AccelOpsClass::cpu_thread_routine
` [PATCH v5 54/69] accel/tcg: "
` [PATCH v5 55/69] accel/hvf: "
` [PATCH v5 56/69] accel/kvm: "
` [PATCH v5 57/69] accel/nvmm: "
` [PATCH v5 58/69] accel/whpx: "
` [PATCH v5 59/69] accel: Factor accel_cpu_realize() out
` [PATCH v5 60/69] accel: Pass old/new interrupt mask to handle_interrupt() handler
` [PATCH v5 61/69] accel: Expose and register generic_handle_interrupt()
` [PATCH v5 62/69] accel: Always register AccelOpsClass::kick_vcpu_thread() handler
` [PATCH v5 63/69] accel: Always register AccelOpsClass::get_elapsed_ticks() handler
` [PATCH v5 64/69] accel: Always register AccelOpsClass::get_virtual_clock() handler
` [PATCH v5 65/69] accel/tcg: Factor tcg_vcpu_init() out for re-use
` [PATCH v5 66/69] accel/tcg: Factor mttcg_cpu_exec() "
` [PATCH v5 67/69] accel/tcg: Factor rr_cpu_exec() out
` [PATCH v5 68/69] accel/tcg: Clear exit_request once in tcg_cpu_exec()
` [PATCH v5 69/69] accel/tcg: Unregister the RCU before exiting RR thread

[RFC PATCH] KVM: TDX: Decouple TDX init mem region from kvm_gmem_populate()
 2025-07-03 16:51 UTC  (2+ messages)

[PATCH 0/2] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present
 2025-07-03 14:53 UTC  (7+ messages)
` [PATCH 1/2] x86/tdx: Eliminate duplicate code in tdx_clear_page()
` [PATCH 2/2] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present

[PATCH] vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFD
 2025-07-03 13:41 UTC  (3+ messages)

[PATCH 0/4] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote() for large folio
 2025-07-03 11:35 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox