kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-11 21:58:18 to 2021-09-14 06:56:44 UTC [more...]

[RFC v2 0/5] virtio/vsock: introduce SOCK_DGRAM support
 2021-09-14  6:56 UTC  (8+ messages)
` [RFC v2 1/5] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [RFC v2 2/5] virtio/vsock: add support for virtio datagram
` [RFC v2 3/5] vhost/vsock: add support for vhost dgram
` [RFC v2 4/5] vsock_test: add tests for vsock dgram
` [RFC v2 5/5] virtio/vsock: add sysfs for rx buf len for dgram

[PATCH v6 00/14] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-14  6:50 UTC  (18+ messages)
` [PATCH v6 01/14] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH v6 02/14] tools: arm64: Import sysreg.h
` [PATCH v6 03/14] KVM: arm64: selftests: Use read/write definitions from sysreg.h
` [PATCH v6 04/14] KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
` [PATCH v6 05/14] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v6 06/14] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v6 07/14] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v6 08/14] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v6 09/14] KVM: arm64: selftests: Add guest support to get the vcpuid
` [PATCH v6 10/14] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v6 11/14] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v6 12/14] KVM: arm64: selftests: Add host support for vGIC
` [PATCH v6 13/14] KVM: arm64: selftests: Add arch_timer test
` [PATCH v6 14/14] KVM: arm64: selftests: arch_timer: Support vCPU migration

cleanup vfio iommu_group creation v5
 2021-09-14  6:11 UTC  (21+ messages)
` [PATCH 01/14] vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
` [PATCH 02/14] vfio: factor out a vfio_iommu_driver_allowed helper
` [PATCH 03/14] vfio: remove the iommudata check in vfio_noiommu_attach_group
` [PATCH 04/14] vfio: factor out a vfio_group_find_or_alloc helper
` [PATCH 05/14] vfio: refactor noiommu group creation
` [PATCH 06/14] vfio: remove the iommudata hack for noiommu groups
` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices
` [PATCH 08/14] vfio: remove unused method from vfio_iommu_driver_ops
` [PATCH 09/14] vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
` [PATCH 10/14] vfio: remove the unused mdev iommu hook
` [PATCH 11/14] vfio: clean up the check for mediated device in vfio_iommu_type1
` [PATCH 12/14] vfio/spapr_tce: reject mediated devices
` [PATCH 13/14] vfio/iommu_type1: remove the "external" domain
` [PATCH 14/14] vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINER

[RFC/RFT PATCH 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages
 2021-09-14  5:36 UTC  (20+ messages)
` [PATCH 1/2] x86: sgx_vepc: extract sgx_vepc_remove_page
` [PATCH 2/2] x86: sgx_vepc: implement SGX_IOC_VEPC_REMOVE ioctl

[PATCH v2] vfio/pci: Add OpRegion 2.0 Extended VBT support
 2021-09-14  4:29 UTC  (8+ messages)
` [PATCH v3] vfio/pci: Add OpRegion 2.0+ "
      ` [PATCH v4] "
            ` [PATCH v5] "

[PATCH 0/2] KVM: arm64: vgic-v3: Missing check for redist region above the VM IPA size
 2021-09-14  3:20 UTC  (9+ messages)
` [PATCH 1/2] KVM: arm64: vgic: check redist region is not "

kvm crash in 5.14.1?
 2021-09-14  2:58 UTC 

[PATCH v4 00/18] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-13 23:38 UTC  (15+ messages)
` [PATCH v4 02/18] KVM: arm64: selftests: Add sysreg.h
` [PATCH v4 09/18] KVM: arm64: selftests: Add guest support to get the vcpuid

[Bug 214165] New: Missing clflush before RECEIVE_UPDATE_DATA
 2021-09-13 23:06 UTC  (2+ messages)
` [Bug 214165] "

[PATCH v6 00/14] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-13 23:15 UTC 

[PATCH 1/7] KVM: X86: Fix missed remote tlb flush in rmap_write_protect()
 2021-09-13 22:31 UTC  (11+ messages)
` [PATCH 2/7] KVM: X86: Synchronize the shadow pagetable before link it
` [PATCH 4/7] KVM: X86: Remove FNAME(update_pte)
` [PATCH 5/7] KVM: X86: Don't unsync pagetables when speculative

[PATCH v5 00/14] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-13 21:43 UTC  (19+ messages)
` [PATCH v5 01/14] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH v5 02/14] tools: arm64: Import sysreg.h
` [PATCH v5 03/14] KVM: arm64: selftests: Use read/write definitions from sysreg.h
` [PATCH v5 04/14] KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
` [PATCH v5 05/14] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v5 06/14] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v5 07/14] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v5 08/14] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v5 09/14] KVM: arm64: selftests: Add guest support to get the vcpuid
` [PATCH v5 10/14] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v5 11/14] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v5 12/14] KVM: arm64: selftests: Add host support for vGIC
` [PATCH v5 13/14] KVM: arm64: selftests: Add arch_timer test
` [PATCH v5 14/14] KVM: arm64: selftests: arch_timer: Support vCPU migration

[PATCH v2 0/9] Move vfio_ccw to the new mdev API
 2021-09-13 20:31 UTC  (4+ messages)

[PATCH 0/2] kvm: fix KVM_MAX_VCPU_ID handling
 2021-09-13 18:21 UTC  (6+ messages)
` [PATCH 1/2] x86/kvm: revert commit 76b4f357d0e7d8f6f00
` [PATCH 2/2] kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS

[PATCH 0/2 V7] Add AMD SEV and SEV-ES intra host migration support
 2021-09-13 16:21 UTC  (5+ messages)
` [PATCH 1/3 V7] KVM, SEV: Add support for SEV intra host migration

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-09-13 16:21 UTC  (16+ messages)
` [PATCH v2 01/12] kexec: Allow architecture code to opt-out at runtime
` [PATCH v2 02/12] x86/kexec/64: Forbid kexec when running as an SEV-ES guest
` [PATCH v2 03/12] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v2 04/12] x86/sev: Do not hardcode "
` [PATCH v2 05/12] x86/sev: Use GHCB protocol version 2 if supported
` [PATCH v2 06/12] x86/sev: Cache AP Jump Table Address
` [PATCH v2 07/12] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v2 08/12] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH v2 09/12] x86/sev: Use AP Jump Table blob to stop CPU
` [PATCH v2 10/12] x86/sev: Add MMIO handling support to boot/compressed/ code
` [PATCH v2 11/12] x86/sev: Handle CLFLUSH MMIO events
` [PATCH v2 12/12] x86/sev: Support kexec under SEV-ES with AP Jump Table blob

[PATCH v1 kvmtool 0/7] vfio/pci: Fix MSIX table and PBA size allocation
 2021-09-13 15:44 UTC  (7+ messages)
` [PATCH v1 kvmtool 1/7] arm/gicv2m: Set errno when gicv2_update_routing() fails
` [PATCH v1 kvmtool 2/7] vfio/pci.c: Remove double include for assert.h
` [PATCH v1 kvmtool 3/7] pci: Fix pci_dev_* print macros
` [PATCH v1 kvmtool 5/7] vfio/pci: Rework MSIX table and PBA physical size allocation
` [PATCH v1 kvmtool 6/7] vfio/pci: Print an error when offset is outside of the MSIX table or PBA
` [PATCH v1 kvmtool 7/7] vfio/pci: Align MSIX Table and PBA size allocation to 64k

[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-13 14:50 UTC  (3+ messages)

[PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
 2021-09-13 14:23 UTC  (16+ messages)

[PATCH v3 0/4] KVM: SVM: Add initial GHCB protocol version 2 support
 2021-09-13 14:13 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: SVM: Get rid of set_ghcb_msr() and *ghcb_msr_bits() functions
` [PATCH v3 2/4] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH v3 3/4] KVM: SVM: Add support for Hypervisor Feature support "
` [PATCH v3 4/4] KVM: SVM: Increase supported GHCB protocol version

[PATCH v3 0/7] KVM: few more SMM fixes
 2021-09-13 14:09 UTC  (8+ messages)
` [PATCH v3 1/7] KVM: x86: nSVM: refactor svm_leave_smm and smm_enter_smm
` [PATCH v3 2/7] KVM: x86: nSVM: restore the L1 host state prior to resuming nested guest on SMM exit
` [PATCH v3 3/7] KVM: x86: reset pdptrs_from_userspace when exiting smm
` [PATCH v3 4/7] KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM mode
` [PATCH v3 5/7] KVM: x86: VMX: synthesize invalid VM exit when emulating invalid guest state
` [PATCH v3 6/7] KVM: x86: nVMX: don't fail nested VM entry on invalid guest state if !from_vmentry
` [PATCH v3 7/7] KVM: x86: nVMX: re-evaluate emulation_required on nested VM exit

[PATCH v4 0/4] KVM: x86: Convey the exit reason, etc. to user-space on emulation failure
 2021-09-13 13:19 UTC  (4+ messages)
` [PATCH v4 3/4] KVM: x86: On emulation failure, convey the exit reason, etc. to userspace

[PATCH 0/4] KVM: nVMX: Enlightened MSR Bitmap feature for Hyper-V on KVM
 2021-09-13 11:36 UTC  (13+ messages)
` [PATCH 1/4] KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
` [PATCH 2/4] KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
` [PATCH 3/4] KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
` [PATCH 4/4] KVM: nVMX: Implement Enlightened MSR Bitmap feature

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-13 11:32 UTC  (13+ messages)
` [PATCH Part2 v5 16/45] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH Part2 v5 17/45] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH Part2 v5 18/45] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command

[PATCH v19 00/17] KVM RISC-V Support
 2021-09-13  7:11 UTC  (5+ messages)
` [PATCH v19 13/17] RISC-V: KVM: FP lazy save/restore

[PATCH 0/2] KVM: x86: vcpu_idx related cleanups
 2021-09-13  7:07 UTC  (7+ messages)
` [PATCH 1/2] KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor
` [PATCH 2/2] KVM: x86: Identify vCPU0 by its vcpu_idx instead of walking vCPUs array

[PATCH v2 0/3] kvm: x86: Set KVM_MAX_VCPUS=1024, KVM_SOFT_MAX_VCPUS=710
 2021-09-13  5:09 UTC  (5+ messages)

[PATCH v2] KVM: VMX: Enable Notify VM exit
 2021-09-13  2:58 UTC  (10+ messages)

BUG: spinlock bad magic in synchronize_srcu
 2021-09-12 20:45 UTC  (2+ messages)
` [syzbot] "

[PATCH] KVM: SVM: fix missing sev_decommission in sev_receive_start
 2021-09-12 18:18 UTC 

[PATCH v3 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-12 12:31 UTC  (7+ messages)
` [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()

[RFC PATCH 0/3] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-09-12 10:42 UTC  (7+ messages)
` [RFC PATCH 1/3] KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
` [RFC PATCH 2/3] nSVM: introduce smv->nested.save to cache save area fields
` [RFC PATCH 3/3] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races

[PATCH v2 0/3] KVM: few more SMM fixes
 2021-09-12 10:35 UTC  (10+ messages)
` [PATCH v2 1/3] KVM: nSVM: restore the L1 host state prior to resuming a nested guest on SMM exit
` [PATCH v2 2/3] KVM: x86: force PDPTRs reload "
` [PATCH v2 3/3] KVM: nSVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM mode

[GIT PULL V2] virtio,vdpa,vhost: features, fixes
 2021-09-12  0:46 UTC  (3+ messages)

[GIT PULL] virtio,vdpa,vhost: features, fixes
 2021-09-12  0:43 UTC  (6+ 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).