kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-22 16:55:20 to 2021-02-24 15:51:07 UTC [more...]

[PATCH kvmtool 00/21] Unify I/O port and MMIO trap handling
 2021-02-24 14:54 UTC  (6+ messages)
` [PATCH kvmtool 13/21] hw/serial: Refactor trap handler

[PATCH v4 0/5] KVM: x86: dump_vmcs: don't assume GUEST_IA32_EFER, show MSR autoloads/autosaves
 2021-02-24 14:04 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
` [PATCH v4 2/5] KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCS
` [PATCH v4 3/5] KVM: x86: dump_vmcs should consider only the load controls of EFER/PAT
` [PATCH v4 4/5] KVM: x86: dump_vmcs should show the effective EFER
` [PATCH v4 5/5] KVM: x86: dump_vmcs should include the autoload/autostore MSR lists

[PATCH v7 0/2] System Generation ID driver and VMGENID backend
 2021-02-24 13:45 UTC  (6+ messages)
` [PATCH v7 1/2] drivers/misc: sysgenid: add system generation id driver
` [PATCH v7 2/2] drivers/virt: vmgenid: add vm "

[PATCH v2 0/3] KVM: x86: dump_vmcs: don't assume GUEST_IA32_EFER, show MSR autoloads/autosaves
 2021-02-24 13:31 UTC  (10+ messages)
` [PATCH v2 1/3] KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
` [PATCH v2 2/3] KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCS

[PATCH v3 0/5] KVM: x86: dump_vmcs: don't assume GUEST_IA32_EFER, show MSR autoloads/autosaves
 2021-02-24 13:33 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
` [PATCH v3 2/5] KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCS
` [PATCH v3 3/5] KVM: x86: dump_vmcs should consider only the load controls of EFER/PAT
` [PATCH v3 4/5] KVM: x86: dump_vmcs should show the effective EFER
` [PATCH v3 5/5] KVM: x86: dump_vmcs should include the autoload/autostore MSR lists

[PATCH 0/3] Tidy some parts of the VFIO kconfig world
 2021-02-24 13:00 UTC  (8+ messages)
` [PATCH 1/3] vfio: IOMMU_API should be selected
` [PATCH 2/3] vfio-platform: Add COMPILE_TEST to VFIO_PLATFORM
` [PATCH 3/3] ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TEST

general protection fault in vmx_vcpu_run (2)
 2021-02-24 12:27 UTC  (4+ messages)

[PATCH] vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocation
 2021-02-24 11:48 UTC 

[RFC v3 0/5] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-02-24 11:34 UTC  (10+ messages)
` [RFC v3 1/5] KVM: add initial support for KVM_SET_IOREGION
` [RFC v3 2/5] KVM: x86: add support for ioregionfd signal handling
` [RFC v3 3/5] KVM: implement wire protocol
` [RFC v3 4/5] KVM: add ioregionfd context

[PATCH 0/7] x86/seves: Support 32-bit boot path and other updates
 2021-02-24 10:49 UTC  (3+ messages)
` [PATCH 3/7] x86/boot/compressed/64: Setup IDT in startup_32 boot path

[RFC] KVM: x86: Support KVM VMs sharing SEV context
 2021-02-24  9:18 UTC  (2+ messages)

[PATCH v4 0/2] s390/kvm: fix MVPG when in VSIE
 2021-02-24  8:15 UTC  (4+ messages)
` [PATCH v4 1/2] s390/kvm: extend kvm_s390_shadow_fault to return entry pointer
` [PATCH v4 2/2] s390/kvm: VSIE: correctly handle MVPG when in VSIE

[RFC PATCH v5 00/19] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-02-24  8:36 UTC  (18+ messages)
` [RFC PATCH v5 09/19] virtio/vsock: set packet's type in send
` [RFC PATCH v5 10/19] virtio/vsock: simplify credit update function API
` [RFC PATCH v5 11/19] virtio/vsock: dequeue callback for SOCK_SEQPACKET

[PATCH 0/1 v2] nSVM: Test host RFLAGS.TF on VMRUN
 2021-02-24  7:46 UTC  (5+ messages)
` [PATCH 1/1 v2] nSVM: Test effect of "

[PATCH v12 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-02-24  3:29 UTC  (18+ messages)
` [PATCH v12 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v12 02/13] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v12 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING
` [PATCH v12 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v12 05/13] vfio/pci: Register an iommu fault handler
` [PATCH v12 06/13] vfio/pci: Allow to mmap the fault queue
` [PATCH v12 07/13] vfio: Use capability chains to handle device specific irq
` [PATCH v12 08/13] vfio/pci: Add framework for custom interrupt indices
` [PATCH v12 09/13] vfio: Add new IRQ for DMA fault reporting
` [PATCH v12 10/13] vfio/pci: Register and allow DMA FAULT IRQ signaling
` [PATCH v12 11/13] vfio: Document nested stage control
` [PATCH v12 12/13] vfio/pci: Register a DMA fault response region
` [PATCH v12 13/13] vfio/pci: Inject page response upon response region fill

[RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-02-24  2:35 UTC  (3+ messages)

[PATCH 1/2] KVM: vmx/pmu: Fix dummy check if lbr_desc->event is created
 2021-02-24  2:29 UTC  (8+ messages)
` [PATCH 2/2] KVM: vmx/pmu: Clear DEBUGCTLMSR_LBR bit on the debug breakpoint event

[PATCH] KVM: x86: Remove the best->function == 0x7 assignment
 2021-02-24  2:29 UTC 

[PATCH v4] KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
 2021-02-24  1:37 UTC 

[PATCH] KVM: SVM: Fix nested VM-Exit on #GP interception handling
 2021-02-24  0:56 UTC 

[PATCH v6 00/12] SVM cleanup and INVPCID feature support
 2021-02-24  0:13 UTC  (11+ messages)

[PATCH 0/4 v3] nSVM: Test host RFLAGS.TF on VMRUN
 2021-02-23 22:42 UTC  (6+ messages)
` [PATCH 1/4 v3] KVM: nSVM: Do not advance RIP following VMRUN completion if the latter is single-stepped
` [PATCH 2/4 v3] KVM: X86: Add a utility function to read current RIP
` [PATCH 3/4 v3] KVM: nSVM: Add assembly label to VMRUN instruction
` [PATCH 4/4 v3] KVM: nSVM: Test effect of host RFLAGS.TF on VMRUN

Kenya Cutomized Business Plans for only Kes 499/=
 2021-02-23 21:01 UTC 

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-02-23 20:56 UTC  (14+ messages)
` [PATCH v14 01/13] iommu: Introduce attach/detach_pasid_table API
` [PATCH v14 02/13] iommu: Introduce bind/unbind_guest_msi
` [PATCH v14 03/13] iommu/smmuv3: Allow s1 and s2 configs to coexist
` [PATCH v14 04/13] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v14 05/13] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v14 06/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v14 07/13] iommu/smmuv3: Implement cache_invalidate
` [PATCH v14 08/13] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v14 09/13] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v14 10/13] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v14 11/13] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v14 12/13] iommu/smmuv3: report additional recoverable faults
` [PATCH v14 13/13] iommu/smmuv3: Accept configs with more than one context descriptor

[PATCH 1/1] KVM: x86: remove incorrect comment on active_mmu_pages
 2021-02-23 20:37 UTC 

[PATCH 0/3] nSVM: Test host RFLAGS.TF on VMRUN
 2021-02-23 20:10 UTC  (6+ messages)
` [PATCH 2/3] nVMX: Add helper functions to set/unset host RFLAGS.TF on the VMRUN instruction

[PATCH v2 0/3] vfio/type1: Batch page pinning
 2021-02-23 18:24 UTC  (2+ messages)

[RFC 0/2] cgroup: New misc cgroup controller
 2021-02-23 18:24 UTC  (4+ messages)
` [RFC 1/2] cgroup: sev: Add "

[kvm-unit-tests PATCH v2 0/2] s390x: mvpg test
 2021-02-23 16:19 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/2] s390x: introduce leave_pstate to leave userspace
` [kvm-unit-tests PATCH v2 2/2] s390x: mvpg: simple test

[kvm-unit-tests PATCH v3 0/5] CSS Mesurement Block
 2021-02-23 16:05 UTC  (11+ messages)
` [kvm-unit-tests PATCH v3 3/5] s390x: css: implementing Set CHannel Monitor
` [kvm-unit-tests PATCH v3 4/5] s390x: css: testing measurement block format 0
` [kvm-unit-tests PATCH v3 5/5] s390x: css: testing measurement block format 1

[kvm-unit-tests PATCH v2 0/5] s390: Add support for large pages
 2021-02-23 15:53 UTC  (14+ messages)
` [kvm-unit-tests PATCH v2 1/5] libcflat: add SZ_1M and SZ_2G
` [kvm-unit-tests PATCH v2 2/5] s390x: lib: fix pgtable.h
` [kvm-unit-tests PATCH v2 3/5] s390x: lib: improve pgtable.h
` [kvm-unit-tests PATCH v2 4/5] s390x: mmu: add support for large pages
` [kvm-unit-tests PATCH v2 5/5] s390x: edat test

[PATCH v4 0/1] KVM: s390: diag9c (directed yield) forwarding
 2021-02-23 15:12 UTC  (5+ messages)
` [PATCH v4 1/1] "

[RESEND RFC: timer passthrough 0/9] Support timer passthrough for VM
 2021-02-23 13:31 UTC  (6+ messages)
` [RFC: timer passthrough 1/9] KVM: vmx: hook set_next_event for getting the host tscd
    ` [External] "
  ` [External] Re: [RESEND RFC: timer passthrough 0/9] Support timer passthrough for VM

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-02-23 12:57 UTC  (5+ messages)
` [PATCH v11 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type

[RFC v4 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-02-23 11:50 UTC  (12+ messages)
` [RFC v4 01/11] eventfd: Increase the recursion depth of eventfd_signal()
` [RFC v4 02/11] vhost-vdpa: protect concurrent access to vhost device iotlb
` [RFC v4 03/11] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [RFC v4 04/11] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [RFC v4 05/11] vdpa: Support transferring virtual addressing during DMA mapping
` [RFC v4 06/11] vduse: Implement an MMU-based IOMMU driver
` [RFC v4 07/11] vduse: Introduce VDUSE - vDPA Device in Userspace
` [RFC v4 08/11] vduse: Add config interrupt support
` [RFC v4 09/11] Documentation: Add documentation for VDUSE
` [RFC v4 10/11] vduse: Introduce a workqueue for irq injection
` [RFC v4 11/11] vduse: Support binding irq to the specified cpu

[PATCH v2 00/11] hw/accel: Exit gracefully when accelerator is invalid
 2021-02-23 11:23 UTC  (22+ messages)
` [PATCH v2 01/11] accel/kvm: Check MachineClass kvm_type() return value
` [PATCH v2 02/11] hw/boards: Introduce machine_class_valid_for_accelerator()
` [PATCH v2 03/11] hw/core: Restrict 'query-machines' to those supported by current accel
` [PATCH v2 04/11] hw/arm: Restrit KVM to the virt & versal machines
` [PATCH v2 07/11] hw/s390x: Explicit the s390-ccw-virtio machines support TCG and KVM
` [PATCH v2 11/11] softmmu/vl: Exit gracefully when accelerator is not supported

[PATCH v2 0/1] s390/vfio-ap: fix circular lockdep when staring SE guest
 2021-02-23  9:48 UTC  (3+ messages)
` [PATCH v2 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-02-23  9:43 UTC  (5+ messages)

[PATCH] use pr_warn_ratelimited() for vq_err()
 2021-02-23  8:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] x86/kvm: Fix broken irq restoration in kvm_wait
 2021-02-23  5:28 UTC  (2+ messages)

[RFC PATCH 00/23] [RFC PATCH 00/24] TDX support
 2021-02-23  3:23 UTC  (4+ messages)
` [RFC PATCH 02/23] kvm: Switch KVM_CAP_READONLY_MEM to a per-VM ioctl()

[PATCH v1] kvm: x86: Revise guest_fpu xcomp_bv field
 2021-02-23  3:06 UTC  (6+ messages)

[PATCH v2] vfio/type1: Use follow_pte()
 2021-02-22 18:39 UTC  (2+ messages)

[PATCH v4 0/2] KVM: x86/mmu: Skip mmu_notifier changes when possible
 2021-02-22 18:17 UTC  (2+ messages)

[RFC PATCH 00/10] vfio: Device memory DMA mapping improvements
 2021-02-22 18:00 UTC  (11+ messages)
` [RFC PATCH 02/10] vfio: Update vfio_add_group_dev() API
` [RFC PATCH 04/10] vfio/pci: Use vfio_device_unmap_mapping_range()
` [RFC PATCH 05/10] vfio: Create a vfio_device from vma lookup
` [RFC PATCH 09/10] vfio/type1: Pass iommu and dma objects through to vaddr_get_pfn
` [RFC PATCH 10/10] vfio/type1: Register device notifier


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