kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-02 18:54:43 to 2025-07-03 20:41:07 UTC [more...]

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

[PATCH] vfio/pci: Separate SR-IOV VF dev_set
 2025-07-03 20:29 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 v6 05/39] accel/kvm: Remove kvm_init_cpu_signals() stub
 2025-07-03 17:32 UTC  (13+ 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 v5 00/69] accel: Preparatory cleanups for split-accel
 2025-07-03 17:21 UTC  (83+ messages)
` [PATCH v5 01/69] system/memory: Restrict eventfd dispatch_write() to emulators
` [PATCH v5 02/69] system/runstate: Document qemu_add_vm_change_state_handler()
` [PATCH v5 03/69] system/cpus: Defer memory layout changes until vCPUs are realized
` [PATCH v5 04/69] system/cpus: Assert interrupt handling is done with BQL locked
` [PATCH v5 05/69] accel: Keep reference to AccelOpsClass in AccelClass
` [PATCH v5 06/69] accel: Introduce AccelOpsClass::cpu_target_realize() hook
` [PATCH v5 07/69] accel/hvf: Add hvf_arch_cpu_realize() stubs
` [PATCH v5 08/69] accel/kvm: Remove kvm_init_cpu_signals() stub
` [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

[PATCH V2 0/2] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present
 2025-07-03 17:06 UTC  (6+ 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

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

[PATCH 00/11] Fix incorrect iommu_groups with PCIe switches
 2025-07-03 15:30 UTC  (4+ messages)
` [PATCH 02/11] PCI: Add pci_bus_isolation()

[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)

[kvm-unit-tests PATCH] riscv: lib: Add sbi-exit-code to configure and environment
 2025-07-03 13:36 UTC 

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-07-03 13:22 UTC  (3+ 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-03 12:27 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)

[PATCH v4 09/65] accel: Propagate AccelState to AccelClass::init_machine()
 2025-07-03 10:45 UTC  (23+ messages)
` [PATCH v4 10/65] accel/kvm: Prefer local AccelState over global MachineState::accel
` [PATCH v4 13/65] accel: Directly pass AccelState argument to AccelClass::has_memory()
` [PATCH v4 14/65] accel/kvm: Directly pass KVMState argument to do_kvm_create_vm()
` [PATCH v4 16/65] accel: Pass AccelState argument to gdbstub_supported_sstep_flags()
` [PATCH v4 17/65] accel: Move supports_guest_debug() declaration to AccelClass
` [PATCH v4 18/65] accel: Move cpus_are_resettable() "
` [PATCH v4 36/65] accel/kvm: Remove kvm_cpu_synchronize_state() stub
` [PATCH v4 51/65] accel/kvm: Convert to AccelOpsClass::cpu_thread_routine
` [PATCH v4 56/65] accel: Expose and register generic_handle_interrupt()
` [PATCH v4 57/65] accel: Always register AccelOpsClass::kick_vcpu_thread() handler
` [PATCH v4 58/65] accel: Always register AccelOpsClass::get_elapsed_ticks() handler
` [PATCH v4 59/65] accel: Always register AccelOpsClass::get_virtual_clock() handler

[GIT PULL] KVM/arm64 fixes for 6.16, take #5
 2025-07-03 10:05 UTC 

BUG: spinlock bad magic in lock_timer_base
 2025-07-03  9:56 UTC 

[PATCH 00/16] i386/cpu: Unify the cache model in X86CPUState
 2025-07-03  9:50 UTC  (35+ messages)
` [PATCH 01/16] i386/cpu: Refine comment of CPUID2CacheDescriptorInfo
` [PATCH 02/16] i386/cpu: Add descriptor 0x49 for CPUID 0x2 encoding
` [PATCH 03/16] i386/cpu: Add default cache model for Intel CPUs with level < 4
` [PATCH 04/16] i386/cpu: Present same cache model in CPUID 0x2 & 0x4
` [PATCH 05/16] i386/cpu: Consolidate CPUID 0x4 leaf
` [PATCH 06/16] i386/cpu: Drop CPUID 0x2 specific cache info in X86CPUState
` [PATCH 07/16] i386/cpu: Mark CPUID[0x80000005] as reserved for Intel
` [PATCH 08/16] i386/cpu: Fix CPUID[0x80000006] for Intel CPU
` [PATCH 09/16] i386/cpu: Add legacy_intel_cache_info cache model
` [PATCH 10/16] i386/cpu: Add legacy_amd_cache_info "
` [PATCH 11/16] i386/cpu: Select legacy cache model based on vendor in CPUID 0x2
` [PATCH 12/16] i386/cpu: Select legacy cache model based on vendor in CPUID 0x4
` [PATCH 13/16] i386/cpu: Select legacy cache model based on vendor in CPUID 0x80000005
` [PATCH 16/16] i386/cpu: Use a unified cache_info in X86CPUState

[PATCH v2 0/5] KVM: arm64: Enable GICv3 guests on GICv5 hosts using FEAT_GCIE_LEGACY
 2025-07-03  8:58 UTC  (7+ messages)
` [PATCH v2 2/5] irqchip/gic-v5: Populate struct gic_kvm_info
` [PATCH v2 1/5] irqchip/gic-v5: Skip deactivate for forwarded PPI interrupts

IT bez rekrutacji
 2025-07-03  7:56 UTC 

[RESEND PATCH net-next v4 3/4] test/vsock: Add retry mechanism to ioctl wrapper
 2025-07-03  7:53 UTC  (4+ messages)

[RESEND PATCH net-next v4 4/4] test/vsock: Add ioctl SIOCINQ tests
 2025-07-03  7:37 UTC  (3+ messages)

[PATCH] vfio/pds: Fix missing detach_ioas op
 2025-07-03  6:44 UTC  (2+ messages)

[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
 2025-07-03  6:33 UTC  (11+ messages)

[PATCH 4/4] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
 2025-07-03  6:12 UTC  (2+ messages)

[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
 2025-07-03  4:54 UTC  (22+ messages)

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

[PATCH RESEND] x86/paravirt: add backoff mechanism to virt_spin_lock
 2025-07-03  2:23 UTC 

[PATCH v3 0/6] TDX host: kexec/kdump support
 2025-07-02 23:57 UTC  (6+ messages)
` [PATCH v3 3/6] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum

[PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
 2025-07-02 23:32 UTC  (12+ messages)

[PATCH net-next V3 1/2] tun: remove unnecessary tun_xdp_hdr structure
 2025-07-02 22:50 UTC  (2+ messages)

[PATCH v5 0/7] Add SEV-SNP CipherTextHiding feature support
 2025-07-02 22:43 UTC  (4+ messages)
` [PATCH v5 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).