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

[PATCH v5 00/69] accel: Preparatory cleanups for split-accel
 2025-07-03 10:54 UTC  (10+ 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 v4 07/65] accel/kvm: Remove kvm_init_cpu_signals() stub
 2025-07-03 10:45 UTC  (25+ messages)
` [PATCH v4 08/65] accel/kvm: Reduce kvm_create_vcpu() declaration scope
` [PATCH v4 09/65] accel: Propagate AccelState to AccelClass::init_machine()
` [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 0/4] vsock: Introduce SIOCINQ ioctl support
 2025-07-03  7:53 UTC  (17+ messages)
` [RESEND PATCH net-next v4 1/4] vsock: Add support for SIOCINQ ioctl
` [RESEND PATCH net-next v4 2/4] hv_sock: Return the readable bytes in hvs_stream_has_data()
` [RESEND PATCH net-next v4 3/4] test/vsock: Add retry mechanism to ioctl wrapper
` [RESEND PATCH net-next v4 4/4] test/vsock: Add ioctl SIOCINQ tests

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

[PATCH] vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFD
 2025-07-03  6:40 UTC  (4+ messages)

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

[RFC PATCH] KVM: TDX: Decouple TDX init mem region from kvm_gmem_populate()
 2025-07-03  6:26 UTC 

[PATCH 0/4] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote() for large folio
 2025-07-03  6:12 UTC  (13+ messages)
` [PATCH 2/4] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
` [PATCH 4/4] vfio/type1: optimize vfio_unpin_pages_remote() for large folio

[PATCH] vfio/pci: Separate SR-IOV VF dev_set
 2025-07-03  6:10 UTC  (5+ messages)

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

[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
 2025-07-03  4:54 UTC  (33+ 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  (18+ messages)
` [PATCH v3 1/6] x86/sme: Use percpu boolean to control wbinvd during kexec
` [PATCH v3 3/6] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum
` [PATCH v3 6/6] KVM: TDX: Explicitly do WBINVD upon reboot notifier

[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  (10+ messages)
` [PATCH v5 1/7] crypto: ccp - New bit-field definitions for SNP_PLATFORM_STATUS command
` [PATCH v5 2/7] crypto: ccp - Cache SEV platform status and platform state
` [PATCH v5 3/7] crypto: ccp - Add support for SNP_FEATURE_INFO command
` [PATCH v5 4/7] crypto: ccp - Introduce new API interface to indicate SEV-SNP Ciphertext hiding feature
` [PATCH v5 5/7] crypto: ccp - Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v5 6/7] KVM: SEV: Introduce new min,max sev_es and sev_snp asid variables
` [PATCH v5 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support

[GIT PULL] Please pull IOMMUFD subsystem changes
 2025-07-02 17:06 UTC  (2+ messages)

[RFC] x86/kvm: Use native qspinlock by default when realtime hinted
 2025-07-02 16:26 UTC  (4+ messages)
  ` [External] "

[PATCH 3/4] vfio/type1: introduce a new member has_rsvd for struct vfio_dma
 2025-07-02 16:11 UTC  (3+ messages)

[RFC PATCH 0/1] Tweak TLB flushing when VMX is running on Hyper-V
 2025-07-02 16:11 UTC  (4+ messages)
` [RFC PATCH 1/1] KVM: VMX: Use Hyper-V EPT flush for local TLB flushes

[RFC PATCH 00/21] KVM: TDX huge page support for private memory
 2025-07-02 15:47 UTC  (8+ messages)
` [RFC PATCH 03/21] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_page_demote()
` [RFC PATCH 15/21] KVM: TDX: Support huge page splitting with exclusive kvm->mmu_lock

[RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
 2025-07-02 15:26 UTC  (15+ messages)

[kvm-unit-tests PATCH] x86: add HPET counter read micro benchmark and enable/disable torture tests
 2025-07-02 14:51 UTC 

[kvm-unit-tests PATCH v3 1/2] riscv: Add RV_INSN_LEN to processor.h
 2025-07-02 14:49 UTC  (2+ messages)

[kvm-unit-tests v3 0/2] riscv: Add double trap testing
 2025-07-02 14:48 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] riscv: sbi: sse: Fix some potential crashes
 2025-07-02 14:46 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] riscv: Allow SBI_CONSOLE with no uart in device tree
 2025-07-02 14:46 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] riscv: lib: sbi_shutdown add pass/fail exit code
 2025-07-02 14:45 UTC  (2+ messages)

[kvm-unit-tests PATCH v8] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-07-02 14:43 UTC  (3+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-02 14:32 UTC  (13+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls

[kvm-unit-tests PATCH 0/2] scripts: extra_params rework
 2025-07-02 14:09 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/2] scripts: unittests.cfg: Rename 'extra_params' to 'qemu_params'
` [kvm-unit-tests PATCH 2/2] scripts: Add 'test_args' test definition parameter

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

[PATCH] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
 2025-07-02 11:23 UTC  (14+ messages)

[PATCH] LoongArch: KVM: Add tracepoints for CPUCFG and CSR emulation exits
 2025-07-02 10:59 UTC 

[Bug 219787] New: Guest's applications crash with EXCEPTION_SINGLE_STEP (0x80000004)
 2025-07-02  9:05 UTC  (2+ messages)
` [Bug 219787] "

[PATCH v5.10] vhost-scsi: protect vq->log_used with vq->mutex
 2025-07-02  8:29 UTC 

[PATCH v6 0/9] Adjust fbcon console device detection
 2025-07-02  7:49 UTC  (7+ messages)
` [PATCH v6 9/9] PCI: Add a new 'boot_display' attribute

[PATCH] accel/kvm: Adjust the note about the minimum required kernel version
 2025-07-02  7:39 UTC  (4+ messages)

[PATCH v6 0/9] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-07-02  5:42 UTC  (11+ messages)
` [PATCH v6 3/9] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "-pmu" is configured
` [PATCH v6 4/9] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v6 6/9] target/i386/kvm: query kvm.enable_pmu parameter
` [PATCH v6 7/9] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v6 9/9] target/i386/kvm: don't stop Intel PMU counters

[PATCH 00/11] Fix incorrect iommu_groups with PCIe switches
 2025-07-02  1:47 UTC  (9+ messages)
` [PATCH 02/11] PCI: Add pci_bus_isolation()
` [PATCH 03/11] iommu: Compute iommu_groups properly for PCIe switches

[PATCH] virtio_net: simplify tx queue wake condition check
 2025-07-02  1:41 UTC 

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-07-02  1:04 UTC  (9+ messages)
` [PATCH v9 15/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v9 16/43] arm64: RME: Handle realm enter/exit
` [PATCH v9 17/43] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v9 20/43] arm64: RME: Runtime faulting of memory


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