KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-25 15:54:10 to 2024-03-27 11:59:26 UTC [more...]

[Bug 218267] New: [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang
 2024-03-27 11:59 UTC  (2+ messages)
` [Bug 218267] "

[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
 2024-03-27 11:54 UTC  (5+ messages)
` [PATCH-for-9.0 v2 05/19] hw/display: Restrict xen_register_framebuffer() call to Xen
` [PATCH-for-9.0 v2 08/19] hw/xen: Remove unused Xen stubs

[PATCH v1 0/3] Add a test case for KVM_X86_DISABLE_EXIT
 2024-03-27 11:27 UTC  (5+ messages)
` [PATCH v1 1/3] KVM: selftests: Add safe_halt() and cli() helpers to common code
` [PATCH v1 2/3] KVM: selftests: Change __vm_create() to create a vm without in-kernel APIC
` [PATCH v1 3/3] KVM: selftests: Add a test case for KVM_X86_DISABLE_EXITS_HLT

[PATCH v6 0/9] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-03-27 11:22 UTC  (19+ messages)
` [PATCH v6 1/9] x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, etc.)
` [PATCH v6 2/9] x86/cpu: KVM: Move macro to encode PAT value to common header
` [PATCH v6 3/9] KVM: x86: Stuff vCPU's PAT with default value at RESET, not creation
` [PATCH v6 4/9] KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h
` [PATCH v6 5/9] KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit value
` [PATCH v6 6/9] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_basic()
` [PATCH v6 7/9] KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.h
` [PATCH v6 8/9] KVM: VMX: Open code VMX preemption timer rate mask in its accessor
` [PATCH v6 9/9] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc()

[PATCH v3 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
 2024-03-27 10:17 UTC  (6+ messages)
` [PATCH v3 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
` [PATCH v3 2/3] RISC-V: KVM: Handle breakpoint exits for VCPU
` [PATCH v3 3/3] RISC-V: KVM: selftests: Add ebreak test support

[PATCH vhost v6 0/6] refactor the params of find_vqs()
 2024-03-27  9:57 UTC  (7+ messages)
` [PATCH vhost v6 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v6 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v6 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v6 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v6 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v6 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH-for-9.1 v2 08/21] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
 2024-03-27  9:51 UTC  (2+ messages)
` [PATCH-for-9.1 v2 20/21] target/i386: Remove X86CPU::kvm_no_smi_migration field

[PATCH-for-9.1 00/18] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-03-27  9:33 UTC  (7+ messages)
` [PATCH-for-9.1 01/18] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
` [PATCH-for-9.1 17/18] target/i386: Remove X86CPU::kvm_no_smi_migration field

[PATCH 00/19] amba: store owner from modules with amba_driver_register()
 2024-03-27  9:22 UTC  (24+ messages)
` [PATCH 01/19] "
` [PATCH 02/19] coresight: cti: drop owner assignment
` [PATCH 03/19] coresight: catu: "
` [PATCH 04/19] coresight: etm3x: "
` [PATCH 05/19] coresight: etm4x: "
` [PATCH 06/19] coresight: funnel: "
` [PATCH 07/19] coresight: replicator: "
` [PATCH 08/19] coresight: etb10: "
` [PATCH 09/19] coresight: stm: "
` [PATCH 10/19] coresight: tmc: "
` [PATCH 11/19] coresight: tpda: "
` [PATCH 12/19] coresight: tpdm: "
` [PATCH 13/19] coresight: tpiu: "
` [PATCH 14/19] i2c: nomadik: "
` [PATCH 15/19] hwrng: "
` [PATCH 16/19] dmaengine: pl330: "
` [PATCH 17/19] Input: ambakmi - "
` [PATCH 18/19] memory: pl353-smc: "
` [PATCH 19/19] vfio: amba: "

[kvm-unit-tests Patch v3 00/11] pmu test bugs fix and improvements
 2024-03-27  9:18 UTC  (23+ messages)
` [kvm-unit-tests Patch v3 02/11] x86: pmu: Enlarge cnt[] length to 64 in check_counters_many()
` [kvm-unit-tests Patch v3 03/11] x86: pmu: Add asserts to warn inconsistent fixed events and counters
` [kvm-unit-tests Patch v3 04/11] x86: pmu: Switch instructions and core cycles events sequence
` [kvm-unit-tests Patch v3 05/11] x86: pmu: Refine fixed_events[] names
` [kvm-unit-tests Patch v3 06/11] x86: pmu: Remove blank line and redundant space
` [kvm-unit-tests Patch v3 07/11] x86: pmu: Enable and disable PMCs in loop() asm blob
` [kvm-unit-tests Patch v3 08/11] x86: pmu: Improve instruction and branches events verification
` [kvm-unit-tests Patch v3 09/11] x86: pmu: Improve LLC misses event verification

[PATCH v3] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2024-03-27  9:08 UTC  (3+ messages)

[PATCH v2 0/5] KVM: arm64: Move host-specific data out of kvm_vcpu_arch
 2024-03-27  9:04 UTC  (12+ messages)
` [PATCH v2 2/5] KVM: arm64: Exclude host_debug_data from vcpu_arch
` [PATCH v2 3/5] KVM: arm64: Exclude mdcr_el2_host from kvm_vcpu_arch
` [PATCH v2 5/5] KVM: arm64: Exclude FP ownership "

[PATCH v4 0/2] kvm: add support for guest physical bits
 2024-03-27  8:53 UTC  (4+ messages)
` [PATCH v4 1/2] "

[kvm-unit-tests PATCH v2 1/4] x86 EFI: Bypass call to fdt_check_header()
 2024-03-27  8:42 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 2/4] x86/efi: Retry call to efi exit boot services
` [kvm-unit-tests PATCH v2 3/4] x86 AMD SEV-ES: Set GHCB page attributes for a new page table
` [kvm-unit-tests PATCH v2 4/4] x86 AMD SEV-ES: Setup a new page table and install level-1 PTEs

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-03-27  8:08 UTC  (2+ messages)

REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
 2024-03-27  7:08 UTC  (13+ messages)

[PATCH v8 00/14] KVM TDX: TDP MMU: large page support
 2024-03-27  4:15 UTC  (3+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-27  3:08 UTC  (68+ messages)
` [PATCH v19 018/130] KVM: x86/mmu: Assume guest MMIOs are shared
` [PATCH v19 035/130] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v19 037/130] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
` [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v19 044/130] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v19 046/130] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v19 048/130] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH v19 052/130] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v19 059/130] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v19 062/130] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v19 130/130] RFC: KVM: x86, TDX: Add check for KVM_SET_CPUID2

[PATCH 3/3] s390: supplement for ptdesc conversion
 2024-03-27  2:11 UTC  (5+ messages)
  ` [PATCH v2 "

folio_mmapped
 2024-03-26 22:04 UTC  (11+ messages)
                  ` folio_mmapped

[PATCH vhost v4 0/6] refactor the params of find_vqs()
 2024-03-26 20:23 UTC  (10+ messages)
` [PATCH vhost v4 1/6] virtio_balloon: remove the dependence where names[] is null

[BUG net-next] arch/x86/kernel/cpu/bugs.c:2935: "Unpatched return thunk in use. This should not happen!" [STACKTRACE]
 2024-03-26 19:15 UTC  (5+ messages)

[PATCH 0/5] AVIC bugfixes and workarounds
 2024-03-26 16:52 UTC  (4+ messages)

[PATCH 1/1] KVM: x86: Print names of apicv inhibit reasons in traces
 2024-03-26 16:47 UTC  (3+ messages)

[PATCH 00/21] TDX/SNP part 1 of n, for 6.9
 2024-03-26 15:56 UTC  (6+ messages)
` [PATCH 02/21] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH 11/21] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation

[kvm-unit-tests RFC PATCH 1/3] x86 EFI: Bypass call to fdt_check_header()
 2024-03-26 15:35 UTC  (13+ messages)
` [kvm-unit-tests RFC PATCH 2/3] x86/efi: Retry call to efi exit boot services
` [kvm-unit-tests RFC PATCH 3/3] x86 AMD SEV-ES: Setup a new page table and install level 1 PTEs

[PATCH] KVM: SEV-ES: Don't intercept MSR_IA32_DEBUGCTLMSR for SEV-ES guests
 2024-03-26 13:01 UTC  (3+ messages)

[RFC PATCH] kvm: nv: Optimize the unmapping of shadow S2-MMU tables
 2024-03-26 11:33 UTC  (5+ messages)

[PATCH 1/1] RISC-V: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START
 2024-03-26 10:10 UTC 

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

[PATCH v4] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-03-26  9:40 UTC 

[PATCH] KVM: selftests: Use TAP in the steal_time test
 2024-03-26  9:24 UTC  (3+ messages)

[kvmtool PATCH v2 00/10] More ISA extensions
 2024-03-26  9:15 UTC  (5+ messages)
` [kvmtool PATCH v2 02/10] kvmtool: Fix absence of __packed definition
` [kvmtool PATCH v2 04/10] riscv: Add scalar crypto extensions support

[kvm-unit-tests PATCH v3 00/18] arm64: EFI improvements
 2024-03-26  9:03 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 08/18] arm64: efi: Improve device tree discovery

[PATCH v3 0/7] Handle faults in KUnit tests
 2024-03-26  9:02 UTC  (4+ messages)
` [PATCH v3 4/7] kunit: Handle test faults

[PATCH 0/2] LoongArch: Add steal time support
 2024-03-26  8:15 UTC  (5+ messages)
` [PATCH 1/2] LoongArch: KVM: Add steal time support in kvm side
` [PATCH 2/2] LoongArch: Add steal time support in guest side

[PATCH v1 0/2] s390/mm: shared zeropage + KVM fix and optimization
 2024-03-26  8:28 UTC  (4+ messages)

[PATCH vhost v5 0/6] refactor the params of find_vqs()
 2024-03-26  7:42 UTC  (9+ messages)
` [PATCH vhost v5 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v5 2/6] virtio: remove support for names array entries being null

[RFC PATCH 0/3] powerpc: pSeries: vfio: iommu: Re-enable support for SPAPR TCE VFIO
 2024-03-26  4:56 UTC  (4+ messages)
` [RFC PATCH 3/3] pseries/iommu: Enable DDW for VFIO TCE create

[PATCH v5 1/2] genirq/msi: add wrapper msi allocation API and export msi functions
 2024-03-26  4:08 UTC  (2+ messages)
` [PATCH v5 2/2] vfio/cdx: add interrupt support

[PATCH 0/2] KVM RISC-V APLIC fixes
 2024-03-26  4:07 UTC  (2+ messages)

[PATCH v6 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-03-26  3:37 UTC  (4+ messages)
` [PATCH v6 1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation
` [PATCH v6 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v6 3/3] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH v5 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-03-26  3:06 UTC  (4+ messages)
` [PATCH v5 2/3] "

[PATCH v4 00/15] KVM: SEV: allow customizing VMSA features
 2024-03-25 23:59 UTC  (3+ messages)
` [PATCH v4 05/15] KVM: SEV: publish supported "

[PATCH v2] KVM: arm64: Add KVM_CAP to control WFx trapping
 2024-03-25 20:12 UTC  (2+ messages)

kvm-unit-test x86_64:msr fails on SKX H0 (0x50654)
 2024-03-25 18:52 UTC 

[PATCH] vsock/virtio: fix packet delivery to tap device
 2024-03-25 18:24 UTC  (2+ messages)

[kvm-unit-tests PATCH v7 00/35] migration, powerpc improvements
 2024-03-25 16:08 UTC  (5+ messages)
` [kvm-unit-tests PATCH v7 01/35] arch-run: Add functions to help handle migration directives from test
` [kvm-unit-tests PATCH v7 06/35] gitlab-ci: Run migration selftest on s390x and powerpc


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