kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-23 18:43:03 to 2022-05-25 08:17:33 UTC [more...]

[Bug 216026] New: Fails to compile using gcc 12.1 under Ubuntu 22.04
 2022-05-25  8:17 UTC  (2+ messages)
` [Bug 216026] "

[PATCH v7 00/13] s390x: CPU Topology
 2022-05-25  8:19 UTC  (16+ messages)
` [PATCH v7 04/13] s390x: topology: implementating Store Topology System Information
` [PATCH v7 06/13] s390x: topology: Adding books to STSI
` [PATCH v7 08/13] s390x: topology: Adding drawers "
` [PATCH v7 10/13] s390x: kvm: topology: interception of PTF instruction
` [PATCH v7 12/13] s390x: CPU topology: CPU topology migration

[PATCH RESEND v12 00/17] KVM: x86/pmu: Add basic support to enable guest PEBS via DS
 2022-05-25  8:14 UTC  (7+ messages)

[PATCH kernel] KVM: Don't null dereference ops->destroy
 2022-05-25  7:47 UTC  (5+ messages)

[PATCH] kvm-unit-tests: Build changes for illumos
 2022-05-25  7:44 UTC  (9+ messages)
` [PATCH 0/2] kvm-unit-tests: Build changes to support illumos
  ` [PATCH 2/2] kvm-unit-tests: configure changes for illumos

[PATCH v2 0/4] Implement vdpasim stop operation
 2022-05-25  7:41 UTC  (11+ messages)
` [PATCH v2 1/4] vdpa: Add "
` [PATCH v2 2/4] vhost-vdpa: introduce STOP backend feature bit
` [PATCH v2 3/4] vhost-vdpa: uAPI to stop the device
` [PATCH v2 4/4] vdpa_sim: Implement stop vdpa op

[kvm-unit-tests PATCH v3 0/4] More skey instr. emulation test
 2022-05-25  6:05 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 1/3] s390x: Test TEID values in storage key test
` [kvm-unit-tests PATCH v3 2/3] s390x: Test effect of storage keys on some more instructions
` [kvm-unit-tests PATCH v3 3/3] s390x: Test effect of storage keys on diag 308

[PATCH v3 00/21] TDX host kernel support
 2022-05-25  4:57 UTC  (9+ messages)
` [PATCH v3 09/21] x86/virt/tdx: Get information about TDX module and convertible memory

[PATCH v4 0/3] Enable notify VM exit
 2022-05-25  3:43 UTC  (5+ messages)
` [PATCH v4 1/3] linux-header: update linux header
` [PATCH v4 2/3] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [PATCH v4 3/3] i386: Add notify VM exit support

[PATCH] KVM: VMX: Read BNDCFGS if not from_vmentry
 2022-05-25  2:40 UTC  (3+ messages)

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-05-25  2:09 UTC  (10+ messages)
` [PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility

[PATCH v7 0/8] KVM: PKS Virtualization support
 2022-05-24 23:34 UTC  (13+ messages)
` [PATCH v7 1/8] KVM: VMX: Introduce PKS VMCS fields
` [PATCH v7 2/8] KVM: VMX: Add proper cache tracking for PKRS
` [PATCH v7 3/8] KVM: X86: Expose IA32_PKRS MSR
` [PATCH v7 5/8] KVM: MMU: Add helper function to get pkr bits
` [PATCH v7 6/8] KVM: MMU: Add support for PKS emulation
` [PATCH v7 7/8] KVM: VMX: Expose PKS to guest

[PATCH 0/4] kvm: x86/pmu: Introduce and test masked events
 2022-05-24 23:17 UTC  (8+ messages)
` [PATCH 1/4] kvm: x86/pmu: Introduce masked events to the pmu event filter
` [PATCH 2/4] selftests: kvm/x86: Add flags when creating a "
` [PATCH 3/4] selftests: kvm/x86: Add testing for masked events
` [PATCH 4/4] selftests: kvm/x86: Add testing for KVM_SET_PMU_EVENT_FILTER

[PATCH v8 00/22] KVM: s390: enable zPCI for interpretive execution
 2022-05-24 22:50 UTC  (26+ messages)
` [PATCH v8 01/22] s390/sclp: detect the zPCI load/store interpretation facility
` [PATCH v8 02/22] s390/sclp: detect the AISII facility
` [PATCH v8 03/22] s390/sclp: detect the AENI facility
` [PATCH v8 04/22] s390/sclp: detect the AISI facility
` [PATCH v8 05/22] s390/airq: pass more TPI info to airq handlers
` [PATCH v8 06/22] s390/airq: allow for airq structure that uses an input vector
` [PATCH v8 07/22] s390/pci: externalize the SIC operation controls and routine
` [PATCH v8 08/22] s390/pci: stash associated GISA designation
` [PATCH v8 09/22] s390/pci: stash dtsm and maxstbl
` [PATCH v8 10/22] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v8 11/22] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v8 12/22] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v8 13/22] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v8 14/22] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v8 15/22] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v8 16/22] KVM: s390: pci: add routines to start/stop interpretive execution
` [PATCH v8 17/22] vfio-pci/zdev: add open/close device hooks
` [PATCH v8 18/22] vfio-pci/zdev: add function handle to clp base capability
` [PATCH v8 19/22] vfio-pci/zdev: different maxstbl for interpreted devices
` [PATCH v8 20/22] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [PATCH v8 21/22] KVM: s390: introduce CPU feature for zPCI Interpretation
` [PATCH v8 22/22] MAINTAINERS: additional files related kvm s390 pci passthrough

[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-05-24 22:31 UTC  (12+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[RFC V1 PATCH 0/3] selftests: KVM: sev: selftests for fd-based approach of supporting private memory
 2022-05-24 20:56 UTC  (4+ messages)
` [RFC V1 PATCH 1/3] selftests: kvm: x86_64: Add support for pagetable tracking
` [RFC V1 PATCH 2/3] selftests: kvm: sev: Handle hypercall exit
` [RFC V1 PATCH 3/3] selftests: kvm: sev: Port UPM selftests onto SEV/SEV-ES VMs

[PATCH v6 0/8] s390x/pci: zPCI interpretation support
 2022-05-24 19:03 UTC  (9+ messages)
` [PATCH v6 1/8] Update linux headers
` [PATCH v6 2/8] target/s390x: add zpci-interp to cpu models
` [PATCH v6 3/8] s390x/pci: add routine to get host function handle from CLP info
` [PATCH v6 4/8] s390x/pci: enable for load/store intepretation
` [PATCH v6 5/8] s390x/pci: don't fence interpreted devices without MSI-X
` [PATCH v6 6/8] s390x/pci: enable adapter event notification for interpreted devices
` [PATCH v6 7/8] s390x/pci: let intercept devices have separate PCI groups
` [PATCH v6 8/8] s390x/pci: reflect proper maxstbl for groups of interpreted devices

[bug report] x86/kvm: Alloc dummy async #PF token outside of raw spinlock
 2022-05-24 19:05 UTC  (2+ messages)

[PATCH kvmtool v2] Fixes: 0febaae00bb6 ("Add asm/kernel.h for riscv")
 2022-05-24 18:00 UTC 

[PATCH v19 00/20] s390/vfio-ap: dynamic configuration support
 2022-05-24 17:41 UTC  (4+ messages)
` [PATCH v19 02/20] s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c

[PATCH] vfio/pci: Add driver_managed_dma to the new vfio_pci drivers
 2022-05-24 16:07 UTC  (2+ messages)

[PATCH] vfio: Do not manipulate iommu dma_owner for fake iommu groups
 2022-05-24 16:07 UTC  (2+ messages)

[PATCH v3 0/1] vfio: remove VFIO_GROUP_NOTIFY_SET_KVM
 2022-05-24 16:07 UTC  (5+ messages)
` [PATCH v3 1/1] "

A really weird guest crash, that ONLY happens on KVM, and ONLY on 6th gen+ Intel Core CPU's
 2022-05-24 15:30 UTC  (7+ messages)

[PATCH kvmtool 0/4] Update virtio headers (to fix build)
 2022-05-24 15:06 UTC  (5+ messages)
` [PATCH kvmtool 1/4] update virtio_mmio.h
` [PATCH kvmtool 2/4] util: include virtio UAPI headers in sync
` [PATCH kvmtool 3/4] include: update virtio UAPI headers
` [PATCH kvmtool 4/4] include: add new virtio uapi header files

[PATCH v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
 2022-05-24 14:51 UTC  (4+ messages)
` [PATCH v3 26/34] KVM: selftests: Hyper-V PV TLB flush selftest

[kvm-unit-tests PATCH 0/3] s390x: Rework TEID decoding and usage
 2022-05-24 14:40 UTC  (5+ messages)
` [kvm-unit-tests PATCH 2/3] s390x: lib: SOP facility query function
` [kvm-unit-tests PATCH 3/3] s390x: Rework TEID decoding and usage

[PATCH] x86, kvm: use correct GFP flags for preemption disabled
 2022-05-24 14:34 UTC 

[PATCH v6 0/3] Introduce Notify VM exit
 2022-05-24 14:00 UTC  (8+ messages)
` [PATCH v6 2/3] KVM: selftests: Add a test to get/set triple fault event

[PATCH v7 0/4] Introduce Notify VM exit
 2022-05-24 13:56 UTC  (5+ messages)
` [PATCH v7 1/4] KVM: x86: Extend KVM_{G,S}ET_VCPU_EVENTS to support pending triple fault
` [PATCH v7 2/4] KVM: selftests: Add a test to get/set triple fault event
` [PATCH v7 3/4] KVM: x86: Introduce "struct kvm_caps" to track misc caps/settings
` [PATCH v7 4/4] KVM: VMX: Enable Notify VM exit

[KVM] db16e9b28b: kvm-unit-tests.pmu.fail
 2022-05-24 13:36 UTC  (2+ messages)

[PATCH kvm-unit-tests v2 0/2] lib: Cleanups
 2022-05-24 12:21 UTC  (5+ messages)
` [PATCH kvm-unit-tests v2 1/2] lib: Fix whitespace
` [PATCH kvm-unit-tests v2 2/2] lib: Add ctype.h and collect is* functions

[PATCH v3 0/4] Add Sstc extension support
 2022-05-24 11:39 UTC  (9+ messages)
` [PATCH v3 1/4] RISC-V: Add SSTC extension CSR details
` [PATCH v3 2/4] RISC-V: Enable sstc extension parsing from DT
` [PATCH v3 3/4] RISC-V: Prefer sstc extension if available
` [PATCH v3 4/4] RISC-V: KVM: Support sstc extension

[PATCH RESEND] KVM: powerpc: remove extraneous asterisk from rm_host_ipi_action comment
 2022-05-24 10:51 UTC  (2+ messages)

[PATCH] s390/uv_uapi: depend on CONFIG_S390
 2022-05-24  9:42 UTC  (4+ messages)

[kvm-unit-tests PATCH v2 0/2] s390x: Avoid gcc 12 warnings
 2022-05-24  9:35 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/2] s390x: Introduce symbol for lowcore and use it
` [kvm-unit-tests PATCH v2 2/2] s390x: Fix gcc 12 warning about array bounds

[PATCH kvmtool 0/2] Fixes for virtio_balloon stats printing
 2022-05-24  8:40 UTC  (10+ messages)

[RFC PATCH v4 00/36] TDX QEMU support
 2022-05-24  8:29 UTC  (45+ messages)
` [RFC PATCH v4 07/36] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [RFC PATCH v4 11/36] i386/tdx: Initialize TDX before creating TD vcpus
` [RFC PATCH v4 13/36] i386/tdx: Validate TD attributes
` [RFC PATCH v4 16/36] i386/tdvf: Introduce function to parse TDVF metadata
` [RFC PATCH v4 17/36] i386/tdx: Parse TDVF metadata for TDX VM
` [RFC PATCH v4 18/36] i386/tdx: Skip BIOS shadowing setup
` [RFC PATCH v4 20/36] i386/tdx: Register a machine_init_done callback for TD
` [RFC PATCH v4 21/36] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [RFC PATCH v4 22/36] i386/tdx: Track RAM entries for TDX VM
` [RFC PATCH v4 23/36] i386/tdx: Setup the TD HOB list
` [RFC PATCH v4 24/36] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [RFC PATCH v4 25/36] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [RFC PATCH v4 26/36] i386/tdx: Finalize TDX VM
` [RFC PATCH v4 27/36] i386/tdx: Disable SMM for TDX VMs
` [RFC PATCH v4 28/36] i386/tdx: Disable PIC "
` [RFC PATCH v4 29/36] i386/tdx: Don't allow system reset "
` [RFC PATCH v4 32/36] i386/tdx: Don't synchronize guest tsc for TDs
` [RFC PATCH v4 33/36] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "

[PATCH kvmtool] Fixes: 0febaae00bb6 ("Add asm/kernel.h for riscv")
 2022-05-24  8:11 UTC  (7+ messages)

[PATCH 0/4] Implement vdpasim stop operation
 2022-05-24  7:51 UTC  (14+ messages)
` [PATCH 1/4] vdpa: Add "
` [PATCH 4/4] vdpa_sim: Implement stop vdpa op

[RFC PATCH v1 0/8] virtio/vsock: experimental zerocopy receive
 2022-05-24  7:32 UTC  (6+ messages)

[PATCH] vfio: Split migration ops from main device ops
 2022-05-24  7:30 UTC  (4+ messages)

[PATCH v4 0/4] KVM: Dirty quota-based throttling
 2022-05-24  7:14 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v4 2/4] KVM: arm64: Dirty "

[PATCH v3] KVM: x86: Fix the intel_pt PMI handling wrongly considered from guest
 2022-05-24  2:06 UTC  (4+ messages)

[PATCH v6 00/22] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-05-23 23:53 UTC  (8+ messages)
` [PATCH v6 21/22] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-05-23 23:47 UTC  (5+ messages)
` [RFC PATCH v6 003/104] KVM: Refactor CPU compatibility check on module initialiization
` [RFC PATCH v6 006/104] KVM: TDX: Detect CPU feature on kernel module initialization

linux-next: Signed-off-by missing for commit in the kvm tree
 2022-05-23 22:33 UTC 

[PATCH] KVM: set_msr_mce: Permit guests to ignore single-bit ECC errors
 2022-05-23 21:48 UTC  (5+ messages)

Causing VMEXITs when kprobes are hit in the guest VM
 2022-05-23 19:44 UTC  (12+ messages)

[Bug 203477] New: [AMD][KVM] Windows L1 guest becomes extremely slow and unusable after enabling Hyper-V
 2022-05-23 19:23 UTC  (2+ messages)
` [Bug 203477] "

[PATCH] x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave)
 2022-05-23 19:17 UTC  (2+ messages)

[GIT PULL 0/4] KVM: s390: Fix and feature for 5.19
 2022-05-23 19:15 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
 2022-05-23 19:07 UTC  (2+ messages)

[PATCH] KVM: debugfs: expose pid of vcpu threads
 2022-05-23 19:03 UTC 

[PATCH v2] target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable host
 2022-05-23 18:54 UTC  (2+ messages)


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 NNTP newsgroup(s).