KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-20 12:15:12 to 2024-03-22 14:24:43 UTC [more...]

[PATCH v2] KVM: arm64: Add KVM_CAP to control WFx trapping
 2024-03-22 14:24 UTC  (2+ messages)

[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
 2024-03-22 13:08 UTC  (3+ messages)

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

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

[PATCH 0/2] KVM RISC-V APLIC fixes
 2024-03-22 11:50 UTC  (5+ messages)
` [PATCH 1/2] RISC-V: KVM: Fix APLIC setipnum_le/be write emulation
` [PATCH 2/2] RISC-V: KVM: Fix APLIC in_clrip[x] read emulation

[PATCH 0/3] KVM: Fix for a mostly benign gpc WARN
 2024-03-22 11:39 UTC  (8+ messages)
` [PATCH 1/3] KVM: Add helpers to consolidate gfn_to_pfn_cache's page split check
` [PATCH 2/3] KVM: Check validity of offset+length of gfn_to_pfn_cache prior to activation
` [PATCH 3/3] KVM: Explicitly disallow activatating a gfn_to_pfn_cache with INVALID_GPA

REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
 2024-03-22 11:29 UTC  (9+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-22 11:20 UTC  (94+ messages)
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 022/130] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v19 024/130] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v19 025/130] KVM: TDX: Make TDX VM type supported
` [PATCH v19 027/130] KVM: TDX: Define TDX architectural definitions
` [PATCH v19 029/130] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v19 030/130] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v19 035/130] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v19 036/130] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [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 040/130] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v19 041/130] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v19 043/130] KVM: TDX: create/free TDX vcpu structure
` [PATCH v19 044/130] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v19 056/130] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v19 057/130] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v19 059/130] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v19 130/130] RFC: KVM: x86, TDX: Add check for KVM_SET_CPUID2

[PATCH v3] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-03-22 10:11 UTC 

[PATCH v1 0/2] s390/mm: shared zeropage + KVM fix and optimization
 2024-03-22 10:22 UTC  (9+ messages)
` [PATCH v1 1/2] mm/userfaultfd: don't place zeropages when zeropages are disallowed
` [PATCH v1 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[RFC PATCH v3 0/5] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-03-22 10:17 UTC  (5+ messages)

Hosts got stuck with vmx: unexpected exit reason 0x3
 2024-03-22  7:46 UTC 

[PATCH v3] vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/load
 2024-03-22  6:42 UTC 

[RFC PATCH 0/3] powerpc: pSeries: vfio: iommu: Re-enable support for SPAPR TCE VFIO
 2024-03-22  5:49 UTC  (5+ messages)
` [RFC PATCH 1/3] powerpc/pseries/iommu: Bring back userspace view for single level TCE tables

a warning in kvm
 2024-03-22  2:26 UTC 

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-21 23:46 UTC  (13+ messages)
` [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v5 05/29] KVM: selftests: Add helper functions to create TDX VMs
` [RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test
` [RFC PATCH v5 15/29] KVM: selftests: TDX: Add TDX MSR read/write tests
` [RFC PATCH v5 17/29] KVM: selftests: TDX: Add TDX MMIO reads test
` [RFC PATCH v5 18/29] KVM: selftests: TDX: Add TDX MMIO writes test

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-21 22:40 UTC  (13+ messages)

[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-03-21 20:26 UTC  (62+ messages)
` [PATCH v3 06/49] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 09/49] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v3 10/49] kvm: Introduce support for memory_attributes
` [PATCH v3 11/49] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PATCH v3 13/49] [FIXUP] "kvm: handle KVM_EXIT_MEMORY_FAULT": drop qemu_host_page_size
` [PATCH v3 19/49] kvm: Make kvm_convert_memory() obey ram_block_discard_is_enabled()
` [PATCH v3 21/49] i386/sev: Introduce "sev-common" type to encapsulate common SEV state
` [PATCH v3 22/49] i386/sev: Introduce 'sev-snp-guest' object
` [PATCH v3 23/49] i386/sev: Add a sev_snp_enabled() helper
` [PATCH v3 25/49] i386/sev: Skip RAMBlock notifiers for SNP
` [PATCH v3 28/49] i386/sev: Disable SMM "
` [PATCH v3 29/49] i386/sev: Don't disable block discarding "
` [PATCH v3 31/49] i386/sev: Update query-sev QAPI format to handle SEV-SNP
` [PATCH v3 32/49] i386/sev: Don't return launch measurements for SEV-SNP guests
` [PATCH v3 37/49] i386/sev: Add the SNP launch start context
` [PATCH v3 40/49] hw/i386/sev: Add function to get SEV metadata from OVMF header
` [PATCH v3 42/49] i386/sev: Add support for SNP CPUID validation
` [PATCH v3 43/49] qapi, i386: Move kernel-hashes to SevCommonProperties
` [PATCH v3 47/49] hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled
` [PATCH v3 48/49] hw/i386/sev: Use guest_memfd for legacy ROMs

[PATCH V4 0/4] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-03-21 16:37 UTC  (5+ messages)
` [PATCH V4 1/4] KVM: x86: hyper-v: Calculate APIC bus frequency for Hyper-V
` [PATCH V4 2/4] KVM: x86: Make nsec per APIC bus cycle a VM variable
` [PATCH V4 3/4] KVM: x86: Add a capability to configure bus frequency for APIC timer
` [PATCH V4 4/4] KVM: selftests: Add test for configure of x86 APIC bus frequency

[PATCH v3 00/15] KVM/arm64: Add NV support for ERET and PAuth
 2024-03-21 15:53 UTC  (16+ messages)
` [PATCH v3 01/15] KVM: arm64: Harden __ctxt_sys_reg() against out-of-range values
` [PATCH v3 02/15] KVM: arm64: Add helpers for ESR_ELx_ERET_ISS_ERET*
` [PATCH v3 03/15] KVM: arm64: Constraint PAuth support to consistent implementations
` [PATCH v3 04/15] KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag
` [PATCH v3 05/15] KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
` [PATCH v3 06/15] KVM: arm64: nv: Add trap forwarding for ERET and SMC
` [PATCH v3 07/15] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v3 08/15] KVM: arm64: nv: Honor HFGITR_EL2.ERET being set
` [PATCH v3 09/15] KVM: arm64: nv: Handle HCR_EL2.{API,APK} independently
` [PATCH v3 10/15] KVM: arm64: nv: Reinject PAC exceptions caused by HCR_EL2.API==0
` [PATCH v3 11/15] KVM: arm64: nv: Add kvm_has_pauth() helper
` [PATCH v3 12/15] KVM: arm64: nv: Add emulation for ERETAx instructions
` [PATCH v3 13/15] KVM: arm64: nv: Handle ERETA[AB] instructions
` [PATCH v3 14/15] KVM: arm64: nv: Advertise support for PAuth
` [PATCH v3 15/15] KVM: arm64: Drop trapping of PAuth instructions/keys

[PATCH v10 00/21] i386: Introduce smp.modules and clean up cache topology
 2024-03-21 14:40 UTC  (22+ messages)
` [PATCH v10 01/21] hw/core/machine: Introduce the module as a CPU topology level
` [PATCH v10 02/21] hw/core/machine: Support modules in -smp
` [PATCH v10 03/21] hw/core: Introduce module-id as the topology subindex
` [PATCH v10 04/21] hw/core: Support module-id in numa configuration
` [PATCH v10 05/21] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PATCH v10 06/21] i386/cpu: Use APIC ID info to encode cache topo in CPUID[4]
` [PATCH v10 07/21] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v10 08/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v10 09/21] i386/cpu: Introduce bitmap to cache available CPU topology levels
` [PATCH v10 10/21] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PATCH v10 11/21] i386/cpu: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v10 12/21] i386: Introduce module level cpu topology to CPUX86State
` [PATCH v10 13/21] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v10 14/21] i386: Expose module level in CPUID[0x1F]
` [PATCH v10 15/21] i386: Support module_id in X86CPUTopoIDs
` [PATCH v10 16/21] i386/cpu: Introduce module-id to X86CPU
` [PATCH v10 17/21] tests: Add test case of APIC ID for module level parsing
` [PATCH v10 18/21] hw/i386/pc: Support smp.modules for x86 PC machine
` [PATCH v10 19/21] i386: Add cache topology info in CPUCacheInfo
` [PATCH v10 20/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v10 21/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]

[PATCH 0/8] iommufd support pasid attach/replace
 2024-03-21 13:58 UTC  (15+ messages)
` [PATCH 1/8] iommu: Introduce a replace API for device pasid

[PATCH 0/1] Reenable runtime PM for dynamically unbound devices
 2024-03-21 12:23 UTC  (3+ messages)

[syzbot] [kvm?] WARNING in __kvm_gpc_refresh
 2024-03-21 10:59 UTC  (3+ messages)

[PATCH] kvm_host: bump KVM_MAX_IRQ_ROUTE to 128k
 2024-03-21  8:24 UTC 

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

[PATCH]virtio-pci: Check if is_avq is NULL
 2024-03-21  6:13 UTC  (2+ messages)

[PATCH v10 0/3] Per-vCPU dirty quota-based throttling
 2024-03-21  5:48 UTC  (2+ messages)

[PATCH vhost v3 0/4] refactor the params of find_vqs()
 2024-03-21  4:11 UTC  (15+ messages)
` [PATCH vhost v3 1/4] virtio: find_vqs: pass struct instead of multi parameters

[Bug 218621] New: WARNING: CPU: 5 PID: 11173 at arch/x86/kvm/x86.c:12251 kvm_vcpu_reset+0x3b0/0x610 [kvm]
 2024-03-21  4:09 UTC  (2+ messages)
` [Bug 218621] "

[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
 2024-03-20 20:54 UTC  (9+ messages)

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-03-20 17:28 UTC  (3+ messages)
` [PATCH v11 15/35] KVM: SEV: Add KVM_SNP_INIT command

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-03-20 17:12 UTC  (4+ messages)
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces

[PATCH v2] vfio/pci: migration: Skip config space check for vendor specific capability during restore/load
 2024-03-20 17:06 UTC  (5+ messages)

[PATCH] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-03-20 14:15 UTC  (2+ messages)

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-03-20 13:49 UTC  (7+ messages)
` [PATCH v5 06/65] kvm: Introduce support for memory_attributes
` [PATCH v5 08/65] kvm: handle KVM_EXIT_MEMORY_FAULT

[PATCH] KVM: PPC: Book3S HV nestedv2: Cancel pending HDEC exception
 2024-03-20 13:43 UTC  (2+ messages)

[RFC PATCH 0/4] KVM: x86/mmu: Rework marking folios dirty/accessed
 2024-03-20 12:56 UTC  (2+ messages)

[PATCH 0/5] TDX host: Provide TDX module metadata reading APIs
 2024-03-20 12:24 UTC  (4+ messages)
` [PATCH 4/5] x86/virt/tdx: Support global metadata read for all element sizes


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