kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-27 17:28:27 to 2021-09-29 11:44:52 UTC [more...]

[PATCH v6 0/5] Add Guest API & Guest Kernel support for SEV live migration
 2021-09-29 11:44 UTC  (14+ messages)
` [PATCH v6 1/5] x86/kvm: Add AMD SEV specific Hypercall3

[PATCH v8 0/7] KVM: x86: Add idempotent controls for migrating system counter state
 2021-09-29 11:20 UTC  (4+ messages)
` [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK

[PATCH v3 00/31] KVM: x86: pass arguments on the page fault path via struct kvm_page_fault
 2021-09-29 11:14 UTC  (8+ messages)
` [PATCH v3 02/31] KVM: MMU: Introduce "
` [PATCH v3 31/31] KVM: MMU: make spte an in-out argument in make_spte

[RFC PATCH 0/3] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-09-29 11:13 UTC  (12+ messages)
` [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 mlx5-next 0/7] Add mlx5 live migration driver
 2021-09-29 10:57 UTC  (20+ messages)
` [PATCH mlx5-next 2/7] vfio: Add an API to check migration state transition validity
` [PATCH mlx5-next 6/7] mlx5_vfio_pci: Expose migration commands over mlx5 device

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-09-29 10:47 UTC  (70+ messages)
` [RFC 02/20] vfio: Add device class for /dev/vfio/devices
` [RFC 03/20] vfio: Add vfio_[un]register_device()
` [RFC 04/20] iommu: Add iommu_device_get_info interface
` [RFC 06/20] iommu: Add iommu_device_init[exit]_user_dma interfaces
` [RFC 07/20] iommu/iommufd: Add iommufd_[un]bind_device()
` [RFC 08/20] vfio/pci: Add VFIO_DEVICE_BIND_IOMMUFD
` [RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE
` [RFC 17/20] iommu/iommufd: Report iova range to userspace

[PATCH] KVM: arm64: Allow KVM to be disabled from the command line
 2021-09-29 10:35 UTC  (4+ messages)

[PATCH v2 0/2] Cleanups for pointer usages in nVMX
 2021-09-29 17:51 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: nVMX: Use INVALID_GPA for pointers used "
` [PATCH v2 2/2] KVM: nVMX: Reset vmxon_ptr upon VMXOFF emulation

[PATCH 1/2] virtio: introduce virtio_dev_to_node helper
 2021-09-29  9:48 UTC  (15+ messages)
` [PATCH 2/2] virtio-blk: set NUMA affinity for a tagset

[PATCH v3 0/6] vfio/hisilicon: add acc live migration driver
 2021-09-29  9:16 UTC  (17+ messages)
` [PATCH v3 6/6] hisi_acc_vfio_pci: Add support for VFIO live migration

[PATCH v2] vhost-vdpa: Fix the wrong input in config_cb
 2021-09-29  9:09 UTC 

[PATCH] vhost-vdpa:fix the worng input in config_cb
 2021-09-29  8:51 UTC  (3+ messages)

[PATCH -next] KVM: use vma_pages() helper
 2021-09-29  7:28 UTC 

[PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat
 2021-09-29  6:56 UTC  (38+ messages)
` [PATCH 02/14] KVM: Update halt-polling stats if and only if halt-polling was attempted
` [PATCH 03/14] KVM: Refactor and document halt-polling stats update helper
` [PATCH 04/14] KVM: Reconcile discrepancies in halt-polling stats
` [PATCH 06/14] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful
` [PATCH 08/14] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
` [PATCH 09/14] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH 10/14] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
` [PATCH 11/14] KVM: stats: Add stat to detect if vcpu is currently blocking
` [PATCH 12/14] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH 13/14] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
` [PATCH 14/14] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
` disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)

[PATCH 0/2] Fix wild/dangling pointer in x86 ptp_kvm
 2021-09-29  5:13 UTC  (3+ messages)
` [PATCH 1/2] x86/kvmclock: Move this_cpu_pvti into kvmclock.h
` [PATCH 2/2] ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvm

kvm crash in 5.14.1?
 2021-09-29  4:44 UTC  (2+ messages)

[PATCH v4 0/4] KVM: allow mapping non-refcounted pages
 2021-09-29  4:29 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: mmu: introduce new gfn_to_pfn_page functions
` [PATCH v4 2/4] KVM: x86/mmu: use gfn_to_pfn_page
` [PATCH v4 3/4] KVM: arm64/mmu: "
` [PATCH v4 4/4] KVM: mmu: remove over-aggressive warnings

[GIT PULL] VFIO fixes for v5.15-rc4
 2021-09-29  0:56 UTC  (2+ messages)

[PATCH v3 10/10] KVM: arm64: selftests: Add basic ITS device tests
 2021-09-29  0:19 UTC  (2+ messages)

[PATCH v3 00/10] KVM: arm64: vgic: Missing checks for REDIST/CPU and ITS regions above the VM IPA size
 2021-09-29  0:10 UTC  (11+ messages)
` [PATCH v3 01/10] kvm: arm64: vgic: Introduce vgic_check_iorange
` [PATCH v3 02/10] KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size
` [PATCH v3 03/10] KVM: arm64: vgic-v2: Check cpu interface "
` [PATCH v3 04/10] KVM: arm64: vgic-v3: Check ITS "
` [PATCH v3 05/10] KVM: arm64: selftests: Make vgic_init gic version agnostic
` [PATCH v3 06/10] KVM: arm64: selftests: Make vgic_init/vm_gic_create "
` [PATCH v3 07/10] KVM: arm64: selftests: Add some tests for GICv2 in vgic_init
` [PATCH v3 08/10] KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA range
` [PATCH v3 09/10] KVM: arm64: selftests: Add test for legacy GICv3 REDIST base "
` [PATCH v3 10/10] KVM: arm64: selftests: Add basic ITS device tests

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-28 23:20 UTC  (9+ messages)
` [PATCH Part2 v5 25/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v5 37/45] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 v5 38/45] KVM: SVM: Add support to handle "

[PATCH v4 0/8] Implement generic cc_platform_has() helper function
 2021-09-28 21:40 UTC  (15+ messages)
` [PATCH 1/8] x86/ioremap: Selectively build arch override encryption functions
` [PATCH 2/8] arch/cc: Introduce a function to check for confidential computing features
` [PATCH 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
` [PATCH 6/8] x86/sev: Replace occurrences of sev_active() "
` [PATCH 7/8] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 8/8] treewide: Replace the use of mem_encrypt_active() "

[PATCH v3 0/4] KVM: allow mapping non-refcounted pages
 2021-09-28 17:40 UTC  (2+ messages)

[PATCH 1/1] selftests: KVM: set affinity of VM to right CPUs
 2021-09-28 17:37 UTC  (3+ messages)

[PATCH v7 00/15] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-28 17:02 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: skip gfn_track allocation when possible
 2021-09-28 17:00 UTC  (2+ messages)

[PATCH 0/5] nSVM: Check for optional commands and reserved encodins of TLB_CONTROL in nested guests
 2021-09-28 16:55 UTC  (3+ messages)
` [PATCH 2/5] nSVM: Check for optional commands and reserved encodings of TLB_CONTROL in nested VMCB

[PATCH v2 0/4] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-09-28 16:52 UTC  (4+ messages)
` [PATCH v2 2/4] nSVM: introduce smv->nested.save to cache save area fields

[PATCH v2 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-09-28 16:48 UTC  (5+ messages)
` [PATCH v2 2/6] x86/kvm: add boot parameter for adding vcpu-id bits
` [PATCH v2 4/6] kvm: use kvfree() in kvm_arch_free_vm()

[kvm-unit-tests PATCH 0/9] s390x: Cleanup and maintenance 2
 2021-09-28 16:28 UTC  (18+ messages)
` [kvm-unit-tests PATCH 2/9] s390x: pfmf: Fix 1MB handling
` [kvm-unit-tests PATCH 3/9] s390x: uv-host: Fence a destroy cpu test on z15
` [kvm-unit-tests PATCH 4/9] lib: s390x: uv: Fix share return value and print
` [kvm-unit-tests PATCH 5/9] lib: s390x: uv: Add UVC_ERR_DEBUG switch
` [kvm-unit-tests PATCH 6/9] lib: s390x: Print PGM code as hex
` [kvm-unit-tests PATCH 7/9] s390x: Makefile: Remove snippet flatlib linking

[RFC PATCH 0/2] KVM: nSVM: use vmcb_ctrl_area_cached instead
 2021-09-28 16:14 UTC  (3+ messages)
` [RFC PATCH 1/2] nSVM: introduce struct vmcb_ctrl_area_cached

[PATCH] KVM: x86: Expose Predictive Store Forwarding Disable
 2021-09-28 16:04 UTC 

[PATCH resend RFC 0/9] s390: fixes, cleanups and optimizations for page table walkers
 2021-09-28 16:03 UTC  (5+ messages)

[kvm-unit-tests PATCH] x86/msr.c generalize to any input msr
 2021-09-28 15:36 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib/string: Add stroull and strtoll
  ` [kvm-unit-tests PATCH v2 3/3] x86/msr.c generalize to any input msr

[PATCH] selftests: KVM: Don't clobber XMM register when read
 2021-09-28 15:31 UTC  (2+ messages)

[PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
 2021-09-28 15:30 UTC  (7+ messages)

[PATCH 0/4 V8] Add AMD SEV and SEV-ES intra host migration support
 2021-09-28 15:30 UTC  (4+ messages)
` [PATCH 1/4 V8] KVM: SEV: Add support for SEV intra host migration

Generically, how to see a host-pci-device on guest?
 2021-09-28 14:54 UTC  (2+ messages)

[GIT PULL] virtio,vdpa: fixes
 2021-09-28 14:31 UTC  (2+ messages)

[PATCH v2 1/2] bus/fsl-mc: Add generic implementation for open/reset/close commands
 2021-09-28 13:55 UTC  (3+ messages)
` [PATCH v2 2/2] vfio/fsl-mc: Add per device reset support

[PATCH v1 0/5] KVM/x86/nVMX: Add field existence support in VMCS12
 2021-09-28 10:05 UTC  (10+ messages)
` [PATCH v1 3/5] KVM: x86: nVMX: VMCS12 field's read/write respects field existence bitmap

[PATCH] KVM: x86: directly call wbinvd for local cpu when emulate wbinvd
 2021-09-28  9:27 UTC 

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-09-28  6:25 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 09/11] selftests:kvm: fix get_warnings_count() ignoring fscanf() return warn
 2021-09-28  5:57 UTC 

[PATCH AUTOSEL 5.10 16/23] selftests:kvm: fix get_warnings_count() ignoring fscanf() return warn
 2021-09-28  5:56 UTC 

[PATCH AUTOSEL 5.14 24/40] selftests:kvm: fix get_warnings_count() ignoring fscanf() return warn
 2021-09-28  5:55 UTC  (4+ messages)
` [PATCH AUTOSEL 5.14 25/40] selftests:kvm: fix get_trans_hugepagesz() "
` [PATCH AUTOSEL 5.14 26/40] selftests: kvm: move get_run_delay() into lib/test_util
` [PATCH AUTOSEL 5.14 27/40] selftests: kvm: fix get_run_delay() ignoring fscanf() return warn

Fw: [EXTERNAL] Re: [RFC PATCH 00/13] Add support for Mirror VM
 2021-09-27 23:24 UTC  (2+ messages)

[GIT PULL] (Many) KVM fixes for 5.15-rc4
 2021-09-27 21:35 UTC  (2+ messages)

[PATCH v2 7/9] vfio/ccw: Remove private->mdev
 2021-09-27 20:45 UTC  (4+ 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).