KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-05 08:35:51 to 2024-04-08 05:21:38 UTC [more...]

[Bug 218267] New: [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang
 2024-04-08  5:21 UTC  (2+ messages)
` [Bug 218267] "

[PATCH] KVM: PPC: Book3S HV nestedv2: Cancel pending HDEC exception
 2024-04-08  5:20 UTC  (6+ messages)

[PATCH 1/1] RISC-V: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START
 2024-04-08  3:56 UTC  (3+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-08  3:16 UTC  (33+ messages)
` [PATCH v19 067/130] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v19 078/130] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v19 079/130] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v19 080/130] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v19 081/130] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v19 082/130] KVM: TDX: restore user ret MSRs
` [PATCH v19 083/130] KVM: TDX: Add TSX_CTRL msr into uret_msrs list
` [PATCH v19 087/130] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v19 088/130] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v19 091/130] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v19 108/130] KVM: TDX: Handle TDX PV HLT hypercall

[PATCH] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
 2024-04-07 13:15 UTC 

[PATCH net-next v1 04/12] mm: page_frag: add '_va' suffix to page_frag API
 2024-04-07 13:08 UTC 

[PATCH vhost v7 0/6] refactor the params of find_vqs()
 2024-04-07  6:07 UTC  (3+ messages)

[PATCH] KVM: riscv: selftests: Add SBI base extension test
 2024-04-07  6:08 UTC  (5+ messages)

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-07  4:50 UTC  (6+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
` [PATCH 2/4] KVM: remove unused argument of kvm_handle_hva_range()
` [PATCH 3/4] mmu_notifier: remove the .change_pte() callback
` [PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at()

[PATCH v3] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2024-04-07  3:38 UTC  (7+ messages)

[ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy
 2024-04-07  3:15 UTC  (2+ messages)

[PATCH] vhost-vdpa: change ioctl # for VDPA_GET_VRING_SIZE
 2024-04-07  3:12 UTC  (2+ messages)

[PATCH 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-07  2:31 UTC  (2+ messages)

[PATCH v2] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
 2024-04-07  2:25 UTC  (6+ messages)

[PATCH v4] Enable haltpoll for arm64
 2024-04-06 18:42 UTC  (5+ messages)
` [PATCH v4 7/8] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed

[RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
 2024-04-06 12:38 UTC  (15+ messages)
` [RFC kvm-unit-tests PATCH v2 01/14] Add initial shellcheck checking
` [RFC kvm-unit-tests PATCH v2 02/14] shellcheck: Fix SC2223
` [RFC kvm-unit-tests PATCH v2 03/14] shellcheck: Fix SC2295
` [RFC kvm-unit-tests PATCH v2 04/14] shellcheck: Fix SC2094
` [RFC kvm-unit-tests PATCH v2 05/14] shellcheck: Fix SC2006
` [RFC kvm-unit-tests PATCH v2 06/14] shellcheck: Fix SC2155
` [RFC kvm-unit-tests PATCH v2 07/14] shellcheck: Fix SC2143
` [RFC kvm-unit-tests PATCH v2 08/14] shellcheck: Fix SC2013
` [RFC kvm-unit-tests PATCH v2 09/14] shellcheck: Fix SC2145
` [RFC kvm-unit-tests PATCH v2 10/14] shellcheck: Fix SC2124
` [RFC kvm-unit-tests PATCH v2 11/14] shellcheck: Fix SC2294
` [RFC kvm-unit-tests PATCH v2 12/14] shellcheck: Fix SC2178
` [RFC kvm-unit-tests PATCH v2 13/14] shellcheck: Fix SC2048
` [RFC kvm-unit-tests PATCH v2 14/14] shellcheck: Suppress various messages

[kvm-unit-tests PATCH 0/2] s390x: run script fixes for PV tests
 2024-04-06 12:24 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: Fix misspelt variable name in func.bash
` [kvm-unit-tests PATCH 2/2] s390x: Fix is_pv check in run script

[kvm-unit-tests RFC PATCH 00/17] add shellcheck support
 2024-04-06 10:56 UTC  (43+ messages)
` [kvm-unit-tests RFC PATCH 01/17] Add initial shellcheck checking
` [kvm-unit-tests RFC PATCH 02/17] shellcheck: Fix SC2223
` [kvm-unit-tests RFC PATCH 03/17] shellcheck: Fix SC2295
` [kvm-unit-tests RFC PATCH 04/17] shellcheck: Fix SC2094
` [kvm-unit-tests RFC PATCH 05/17] shellcheck: Fix SC2006
` [kvm-unit-tests RFC PATCH 06/17] shellcheck: Fix SC2155
` [kvm-unit-tests RFC PATCH 07/17] shellcheck: Fix SC2235
` [kvm-unit-tests RFC PATCH 08/17] shellcheck: Fix SC2119, SC2120
` [kvm-unit-tests RFC PATCH 09/17] shellcheck: Fix SC2143
` [kvm-unit-tests RFC PATCH 10/17] shellcheck: Fix SC2013
` [kvm-unit-tests RFC PATCH 11/17] shellcheck: Fix SC2145
` [kvm-unit-tests RFC PATCH 12/17] shellcheck: Fix SC2124
` [kvm-unit-tests RFC PATCH 13/17] shellcheck: Fix SC2294
` [kvm-unit-tests RFC PATCH 14/17] shellcheck: Fix SC2178
` [kvm-unit-tests RFC PATCH 15/17] shellcheck: Fix SC2048
` [kvm-unit-tests RFC PATCH 16/17] shellcheck: Fix SC2153
` [kvm-unit-tests RFC PATCH 17/17] shellcheck: Suppress various messages

[PATCH v2 00/13] Coalesced Interrupt Delivery with posted MSI
 2024-04-06  4:31 UTC  (15+ messages)
` [PATCH v2 01/13] x86/irq: Move posted interrupt descriptor out of vmx code
` [PATCH v2 02/13] x86/irq: Unionize PID.PIR for 64bit access w/o casting
` [PATCH v2 03/13] x86/irq: Remove bitfields in posted interrupt descriptor
` [PATCH v2 04/13] x86/irq: Add a Kconfig option for posted MSI
` [PATCH v2 05/13] x86/irq: Reserve a per CPU IDT vector for posted MSIs
` [PATCH v2 06/13] x86/irq: Set up per host CPU posted interrupt descriptors
` [PATCH v2 07/13] x86/irq: Factor out calling ISR from common_interrupt
` [PATCH v2 08/13] x86/irq: Install posted MSI notification handler
` [PATCH v2 09/13] x86/irq: Factor out common code for checking pending interrupts
` [PATCH v2 10/13] x86/irq: Extend checks for pending vectors to posted interrupts
` [PATCH v2 11/13] iommu/vt-d: Make posted MSI an opt-in cmdline option
` [PATCH v2 12/13] iommu/vt-d: Add an irq_chip for posted MSIs
` [PATCH v2 13/13] iommu/vt-d: Enable posted mode for device MSIs

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-06  1:15 UTC  (3+ messages)
` [PATCH v2 23/25] scsi: virtio: drop owner assignment

[RFC PATCH v1 0/2] Avoid rcu_core() if CPU just left guest vcpu
 2024-04-06  0:03 UTC  (5+ messages)

[PATCH 00/10] KVM: x86: Fix LVTPC masking on AMD CPUs
 2024-04-05 23:56 UTC  (11+ messages)
` [PATCH 01/10] KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible
` [PATCH 02/10] KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms
` [PATCH 03/10] KVM: x86/pmu: Squash period for checkpointed events based on host HLE/RTM
` [PATCH 04/10] KVM: x86: Apply Intel's TSC_AUX reserved-bit behavior to Intel compat vCPUs
` [PATCH 05/10] KVM: x86: Inhibit code #DBs in MOV-SS shadow for all "
` [PATCH 06/10] KVM: x86: Use "is Intel compatible" helper to emulate SYSCALL in !64-bit
` [PATCH 07/10] KVM: SVM: Emulate SYSENTER RIP/RSP behavior for all Intel compat vCPUs
` [PATCH 08/10] KVM: x86: Allow SYSENTER in Compatibility Mode "
` [PATCH 09/10] KVM: x86: Open code vendor_intel() in string_registers_quirk()
` [PATCH 10/10] KVM: x86: Bury guest_cpuid_is_amd_or_hygon() in cpuid.c

[PATCH] KVM: VMX: make vmx_init a late init call to get to init process faster
 2024-04-05 23:20 UTC  (2+ messages)

[PATCH v5 00/17] KVM: SEV: allow customizing VMSA features
 2024-04-05 23:01 UTC  (3+ messages)
` [PATCH v5 07/17] KVM: x86: add fields to struct kvm_arch for CoCo features

[Bug 218684] New: CPU soft lockups in KVM VMs on kernel 6.x after switching hypervisor from C8S to C9S
 2024-04-05 22:32 UTC  (3+ messages)
` [Bug 218684] "

[PATCH v4 0/7] Handle faults in KUnit tests
 2024-04-05 18:35 UTC  (4+ messages)

[PATCH v2 0/2] Two enhancements to iommu_at[de]tach_device_pasid()
 2024-04-05 18:17 UTC  (5+ messages)
` [PATCH v2 2/2] iommu: Pass domain to remove_dev_pasid() op

[PATCH 00/21] TDX/SNP part 1 of n, for 6.9
 2024-04-05 17:57 UTC  (4+ messages)
` [PATCH 13/21] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults

[PATCH 0/5] Add parsing for Zimop ISA extension
 2024-04-05 17:33 UTC  (3+ messages)

[PATCH RFC 00/11] riscv: support Sdtrig extension hcontext/scontext CSRs
 2024-04-05 15:59 UTC  (4+ messages)
` [PATCH RFC 02/11] dt-bindings: riscv: Add Sdtrig optional CSRs existence on DT

[PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
 2024-04-05 15:54 UTC  (4+ messages)
` [PATCH 04/15] x86/irq: Add a Kconfig option for "

[RFC PATCH 0/4] KVM: x86/mmu: Rework marking folios dirty/accessed
 2024-04-05 14:06 UTC  (16+ messages)

[kvm-unit-tests PATCH v8 00/35] migration, powerpc improvements
 2024-04-05 13:45 UTC  (38+ messages)
` [kvm-unit-tests PATCH v8 01/35] arch-run: Add functions to help handle migration directives from test
` [kvm-unit-tests PATCH v8 02/35] arch-run: Keep infifo open
` [kvm-unit-tests PATCH v8 03/35] migration: Add a migrate_skip command
` [kvm-unit-tests PATCH v8 04/35] (arm|s390): Use migrate_skip in test cases
` [kvm-unit-tests PATCH v8 05/35] arch-run: Add a "continuous" migration option for tests
` [kvm-unit-tests PATCH v8 06/35] gitlab-ci: Run migration selftest on s390x and powerpc
` [kvm-unit-tests PATCH v8 07/35] common: add memory dirtying vs migration test
` [kvm-unit-tests PATCH v8 08/35] powerpc: Fix KVM caps on POWER9 hosts
` [kvm-unit-tests PATCH v8 09/35] powerpc: Fix stack backtrace termination
` [kvm-unit-tests PATCH v8 10/35] powerpc: interrupt stack backtracing
` [kvm-unit-tests PATCH v8 11/35] powerpc/sprs: Specify SPRs with data rather than code
` [kvm-unit-tests PATCH v8 12/35] powerpc/sprs: Avoid taking PMU interrupts caused by register fuzzing
` [kvm-unit-tests PATCH v8 13/35] doc: start documentation directory with unittests.cfg doc
` [kvm-unit-tests PATCH v8 14/35] scripts: allow machine option to be specified in unittests.cfg
` [kvm-unit-tests PATCH v8 15/35] scripts: Accommodate powerpc powernv machine differences
` [kvm-unit-tests PATCH v8 16/35] powerpc: Support powernv machine with QEMU TCG
` [kvm-unit-tests PATCH v8 17/35] powerpc: Fix emulator illegal instruction test for powernv
` [kvm-unit-tests PATCH v8 18/35] powerpc/sprs: Test hypervisor registers on powernv machine
` [kvm-unit-tests PATCH v8 19/35] powerpc: general interrupt tests
` [kvm-unit-tests PATCH v8 20/35] powerpc: Add rtas stop-self support
` [kvm-unit-tests PATCH v8 21/35] powerpc: Remove broken SMP exception stack setup
` [kvm-unit-tests PATCH v8 22/35] powerpc: add SMP and IPI support
` [kvm-unit-tests PATCH v8 23/35] powerpc: Permit ACCEL=tcg,thread=single
` [kvm-unit-tests PATCH v8 24/35] powerpc: Avoid using larx/stcx. in spinlocks when only one CPU is running
` [kvm-unit-tests PATCH v8 25/35] powerpc: Add atomics tests
` [kvm-unit-tests PATCH v8 26/35] powerpc: Add timebase tests
` [kvm-unit-tests PATCH v8 27/35] powerpc: Add MMU support
` [kvm-unit-tests PATCH v8 28/35] common/sieve: Use vmalloc.h for setup_mmu definition
` [kvm-unit-tests PATCH v8 29/35] common/sieve: Support machines without MMU
` [kvm-unit-tests PATCH v8 30/35] powerpc: Add sieve.c common test
` [kvm-unit-tests PATCH v8 31/35] powerpc: add usermode support
` [kvm-unit-tests PATCH v8 32/35] powerpc: add pmu tests
` [kvm-unit-tests PATCH v8 33/35] configure: Make arch_libdir a first-class entity
` [kvm-unit-tests PATCH v8 34/35] powerpc: Remove remnants of ppc64 directory and build structure
` [kvm-unit-tests PATCH v8 35/35] powerpc: gitlab CI update

[PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-05 13:23 UTC  (21+ messages)
` [PATCH v5 12/22] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v5 13/22] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v5 14/22] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v5 15/22] RISC-V: KVM: Improve firmware counter read function
` [PATCH v5 16/22] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v5 17/22] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v5 19/22] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v5 22/22] KVM: riscv: selftests: Add a test for counter overflow

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-05 12:48 UTC  (9+ messages)
` [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest

[syzbot] Monthly kvm report (Apr 2024)
 2024-04-05 12:45 UTC 

[PATCH 5.15 0/2] KVM: x86: Fix for dirty logging emulated atomics
 2024-04-05  9:35 UTC  (2+ messages)

[PATCH 00/19] amba: store owner from modules with amba_driver_register()
 2024-04-05  8:53 UTC  (3+ messages)
` [PATCH 14/19] i2c: nomadik: drop owner assignment


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 read-only IMAP folder(s) and NNTP newsgroup(s).