KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-05 12:16:31 to 2024-04-08 17:22:25 UTC [more...]

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

[RFC PATCH v1 0/2] Avoid rcu_core() if CPU just left guest vcpu
 2024-04-08 17:16 UTC  (6+ messages)

[ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy
 2024-04-08 16:20 UTC  (3+ messages)

[kvm-unit-tests PATCH v8 00/35] migration, powerpc improvements
 2024-04-08 16:10 UTC  (11+ messages)
` [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 06/35] gitlab-ci: Run migration selftest on s390x and powerpc
` [kvm-unit-tests PATCH v8 13/35] doc: start documentation directory with unittests.cfg doc

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-08 15:32 UTC  (36+ 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 092/130] KVM: TDX: Implement interrupt injection
` [PATCH v19 108/130] KVM: TDX: Handle TDX PV HLT hypercall

[RFC PATCH v2 0/5] Paravirt Scheduling (Dynamic vcpu priority management)
 2024-04-08 14:01 UTC  (12+ messages)
` [RFC PATCH v2 1/5] pvsched: paravirt scheduling framework
` [RFC PATCH v2 2/5] kvm: Implement the paravirt sched framework for kvm
` [RFC PATCH v2 3/5] kvm: interface for managing pvsched driver for guest VMs
` [RFC PATCH v2 4/5] pvsched: bpf support for pvsched
` [RFC PATCH v2 5/5] selftests/bpf: sample implementation of a bpf pvsched driver

[PATCH 0/5] Add parsing for Zimop ISA extension
 2024-04-08 13:56 UTC  (8+ messages)

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-08 13:56 UTC  (13+ 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] KVM: selftests: Create memslot 0 at GPA 0x100000000 on x86_64
 2024-04-08 13:47 UTC  (7+ messages)

[PATCH net-next v2 1/3] vsock: add support for SIOCOUTQ ioctl for all vsock socket types
 2024-04-08 13:37 UTC  (3+ messages)
` [PATCH net-next v2 2/3] vsock/virtio: add SIOCOUTQ support for all virtio based transports
` [PATCH net-next v2 3/3] test/vsock: add ioctl unsent bytes test

[PATCH net-next v2 0/3] This patch series introduce the support for ioctl(s) in AF_VSOCK
 2024-04-08 13:37 UTC 

[PATCH 6.1 085/138] KVM: SVM: enhance info printks in SEV init
 2024-04-08 12:58 UTC 

[PATCH v3] Documentation: Add reconnect process for VDUSE
 2024-04-08 12:50 UTC  (4+ messages)

[PATCH 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-08 12:07 UTC  (4+ messages)
` [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events

[kvm-unit-tests PATCH 0/2] s390x: run script fixes for PV tests
 2024-04-08 11:59 UTC  (7+ 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

[PATCH v4 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
 2024-04-08 11:51 UTC  (2+ messages)

[PATCH] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
 2024-04-08 11:12 UTC  (2+ messages)

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

[PATCH 1/1] KVM: x86: Print names of apicv inhibit reasons in traces
 2024-04-08  8:43 UTC  (2+ messages)

[PATCH v4 RESEND 0/7] Handle faults in KUnit tests
 2024-04-08  7:46 UTC  (8+ messages)
` [PATCH v4 RESEND 1/7] kunit: Handle thread creation error
` [PATCH v4 RESEND 2/7] kunit: Fix kthread reference
` [PATCH v4 RESEND 3/7] kunit: Fix timeout message
` [PATCH v4 RESEND 4/7] kunit: Handle test faults
` [PATCH v4 RESEND 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v4 RESEND 6/7] kunit: Print last test location on fault
` [PATCH v4 RESEND 7/7] kunit: Add tests for fault

[PATCH v5 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2024-04-08  7:40 UTC  (11+ messages)
` [PATCH v5 01/10] x86/kexec/64: Disable kexec when SEV-ES is active
` [PATCH v5 02/10] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v5 03/10] x86/sev: Set GHCB data structure version
` [PATCH v5 04/10] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v5 05/10] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH v5 06/10] x86/sev: Use AP Jump Table blob to stop CPU
` [PATCH v5 07/10] x86/sev: Add MMIO handling support to boot/compressed/ code
` [PATCH v5 08/10] x86/sev: Handle CLFLUSH MMIO events
` [PATCH v5 09/10] x86/kexec/64: Support kexec under SEV-ES with AP Jump Table Blob
` [PATCH v5 10/10] x86/sev: Exclude AP jump table related code for SEV-SNP guests

[RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
 2024-04-08  7:37 UTC  (17+ 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

[PATCH v3] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2024-04-08  6:37 UTC  (11+ messages)
            `  "

REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
 2024-04-08  6:35 UTC  (14+ messages)

[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 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] vhost-vdpa: change ioctl # for VDPA_GET_VRING_SIZE
 2024-04-07  3:12 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

[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

[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

[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 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  (12+ messages)

[PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-05 13:23 UTC  (13+ messages)
` [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  (5+ messages)
` [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest

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


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