kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-22 15:04:48 to 2020-09-24 10:17:38 UTC [more...]

[RFC PATCH 00/24] Control VQ support in vDPA
 2020-09-24 10:17 UTC  (33+ messages)
` [RFC PATCH 01/24] vhost-vdpa: fix backend feature ioctls
` [RFC PATCH 02/24] vhost-vdpa: fix vqs leak in vhost_vdpa_open()
` [RFC PATCH 03/24] vhost: move the backend feature bits to vhost_types.h
` [RFC PATCH 04/24] virtio-vdpa: don't set callback if virtio doesn't need it
` [RFC PATCH 05/24] vhost-vdpa: passing iotlb to IOMMU mapping helpers
` [RFC PATCH 06/24] vhost-vdpa: switch to use vhost-vdpa specific IOTLB
` [RFC PATCH 07/24] vdpa: add the missing comment for nvqs in struct vdpa_device
` [RFC PATCH 08/24] vdpa: introduce virtqueue groups
` [RFC PATCH 09/24] vdpa: multiple address spaces support
` [RFC PATCH 10/24] vdpa: introduce config operations for associating ASID to a virtqueue group
` [RFC PATCH 11/24] vhost_iotlb: split out IOTLB initialization
` [RFC PATCH 12/24] vhost: support ASID in IOTLB API
` [RFC PATCH 13/24] vhost-vdpa: introduce ASID based IOTLB
` [RFC PATCH 14/24] vhost-vdpa: introduce uAPI to get the number of virtqueue groups
` [RFC PATCH 15/24] vhost-vdpa: introduce uAPI to get the number of address spaces
` [RFC PATCH 16/24] vhost-vdpa: uAPI to get virtqueue group id
` [RFC PATCH 17/24] vhost-vdpa: introduce uAPI to set group ASID
` [RFC PATCH 18/24] vhost-vdpa: support ASID based IOTLB API
` [RFC PATCH 19/24] vdpa_sim: use separated iov for reading and writing
` [RFC PATCH 20/24] vdpa_sim: advertise VIRTIO_NET_F_MTU
` [RFC PATCH 21/24] vdpa_sim: advertise VIRTIO_NET_F_MAC
` [RFC PATCH 22/24] vdpa_sim: factor out buffer completion logic
` [RFC PATCH 23/24] vdpa_sim: filter destination mac address
` [RFC PATCH 24/24] vdpasim: control virtqueue support

[kvm-unit-tests PATCH] README: Reflect missing --getopt in configure
 2020-09-24 10:06 UTC 

[PATCH v5 0/5] iommu aux-domain APIs extensions
 2020-09-24  9:55 UTC  (2+ messages)

[PATCH v10 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-09-24  8:49 UTC  (8+ messages)
` [PATCH v10 01/11] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v10 04/11] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v10 05/11] vfio/pci: Register an iommu fault handler

[PATCH] KVM: Enable hardware before doing arch VM initialization
 2020-09-24  7:45 UTC  (5+ messages)

[PATCH] KVM: SVM: Add a dedicated INVD intercept routine
 2020-09-24  6:51 UTC  (4+ messages)

[RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
 2020-09-24  6:37 UTC  (5+ messages)
` [RFC PATCH 1/3] KVM: Export kvm_make_all_cpus_request() for use in marking VMs as bugged
` [RFC PATCH 2/3] KVM: Add infrastructure and macro to mark VM "
` [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM

[RFC V2 0/9] x86/mmu:Introduce parallel memory virtualization to boost performance
 2020-09-24  6:28 UTC  (3+ messages)

[PATCH] KVM: SVM: Add tracepoint for cr_interception
 2020-09-24  0:44 UTC  (3+ messages)

[PATCH v3 0/2] KVM: x86/mmu: Zap orphaned kids for nested TDP MMU
 2020-09-23 23:29 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: x86/mmu: Move flush logic from mmu_page_zap_pte() to FNAME(invlpg)
` [PATCH v3 2/2] KVM: x86/MMU: Recursively zap nested TDP SPs when zapping last/only parent

[PATCH 0/4] KVM: x86/mmu: Page fault handling cleanups
 2020-09-23 22:04 UTC  (4+ messages)
` [PATCH 1/4] KVM: x86/mmu: Return -EIO if page fault returns RET_PF_INVALID
` [PATCH 2/4] KVM: x86/mmu: Invert RET_PF_* check when falling through to emulation
` [PATCH 4/4] KVM: x86/mmu: Bail early from final #PF handling on spurious faults

[PATCH] KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE
 2020-09-23 21:53 UTC 

[PATCH v2 0/7] KVM: x86: Tracepoint improvements and fixes
 2020-09-23 20:13 UTC  (5+ messages)
` [PATCH v2 1/7] KVM: x86: Add RIP to the kvm_entry, i.e. VM-Enter, tracepoint
` [PATCH v2 3/7] KVM: VMX: Add a helper to test for a valid error code given an intr info
` [PATCH v2 4/7] KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint
` [PATCH v2 7/7] KVM: nVMX: Read EXIT_QUAL and INTR_INFO only when needed for nested exit

[PATCH] KVM: x86/mmu: Stash 'kvm' in a local variable in kvm_mmu_free_roots()
 2020-09-23 19:12 UTC 

[PATCH v2 0/7] KVM: nVMX: Bug fixes and cleanup
 2020-09-23 18:44 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: nVMX: Reset the segment cache when stuffing guest segs
` [PATCH v2 2/7] KVM: nVMX: Reload vmcs01 if getting vmcs12's pages fails
` [PATCH v2 3/7] KVM: nVMX: Explicitly check for valid guest state for !unrestricted guest
` [PATCH v2 4/7] KVM: nVMX: Move free_nested() below vmx_switch_vmcs()
` [PATCH v2 5/7] KVM: nVMX: Ensure vmcs01 is the loaded VMCS when freeing nested state
` [PATCH v2 6/7] KVM: nVMX: Drop redundant VMCS switch and free_nested() call
` [PATCH v2 7/7] KVM: nVMX: WARN on attempt to switch the currently loaded VMCS

[PATCH v2 0/8] KVM: x86/mmu: ITLB multi-hit workaround fixes
 2020-09-23 18:37 UTC  (7+ messages)
` [PATCH v2 1/8] KVM: x86/mmu: Commit zap of remaining invalid pages when recovering lpages
` [PATCH v2 4/8] KVM: x86/mmu: Capture requested page level before NX huge page workaround
` [PATCH v2 5/8] KVM: x86/mmu: Account NX huge page disallowed iff huge page was requested
` [PATCH v2 6/8] KVM: x86/mmu: Rename 'hlevel' to 'level' in FNAME(fetch)
` [PATCH v2 7/8] KVM: x86/mmu: Hoist ITLB multi-hit workaround check up a level
` [PATCH v2 8/8] KVM: x86/mmu: Track write/user faults using bools

[PATCH 0/2] KVM: VMX: Super early file refactor for TDX
 2020-09-23 18:31 UTC  (2+ messages)
` [PATCH 2/2] KVM: VMX: Rename ops.h to vmx_ops.h

[PATCH] KVM: SEV: shorten comments around sev_clflush_pages
 2020-09-23 18:08 UTC  (2+ messages)

[PATCH v2 00/15] KVM: x86: VMX: Fix MSR namespacing
 2020-09-23 18:04 UTC  (16+ messages)
` [PATCH v2 01/15] KVM: x86: Rename "shared_msrs" to "user_return_msrs"
` [PATCH v2 02/15] KVM: VMX: Prepend "MAX_" to MSR array size defines
` [PATCH v2 03/15] KVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_loadstore_msr_slot"
` [PATCH v2 04/15] KVM: VMX: Rename the "shared_msr_entry" struct to "vmx_uret_msr"
` [PATCH v2 05/15] KVM: VMX: Rename vcpu_vmx's "nmsrs" to "nr_uret_msrs"
` [PATCH v2 06/15] KVM: VMX: Rename vcpu_vmx's "save_nmsrs" to "nr_active_uret_msrs"
` [PATCH v2 07/15] KVM: VMX: Rename vcpu_vmx's "guest_msrs_ready" to "guest_uret_msrs_loaded"
` [PATCH v2 08/15] KVM: VMX: Rename "__find_msr_index" to "__vmx_find_uret_msr"
` [PATCH v2 09/15] KVM: VMX: Check guest support for RDTSCP before processing MSR_TSC_AUX
` [PATCH v2 10/15] KVM: VMX: Move uret MSR lookup into update_transition_efer()
` [PATCH v2 11/15] KVM: VMX: Add vmx_setup_uret_msr() to handle lookup and swap
` [PATCH v2 12/15] KVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr"
` [PATCH v2 13/15] KVM: VMX: Rename "vmx_set_guest_msr" to "vmx_set_guest_uret_msr"
` [PATCH v2 14/15] KVM: VMX: Rename "vmx_msr_index" to "vmx_uret_msrs_list"
` [PATCH v2 15/15] KVM: VMX: Rename vmx_uret_msr's "index" to "slot"

[PATCH] KVM: SVM: Mark SEV launch secret pages as dirty
 2020-09-23 17:27 UTC  (5+ messages)

[PATCH 0/4] KVM: VMX: Add helper+macros to do sec exec adjustment
 2020-09-23 17:25 UTC  (11+ messages)
` [PATCH 1/4] KVM: VMX: Rename vmx_*_supported() helpers to cpu_has_vmx_*()
` [PATCH 2/4] KVM: VMX: Unconditionally clear CPUID.INVPCID if !CPUID.PCID
` [PATCH 3/4] KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"
` [PATCH 4/4] KVM: VMX: Add a helper and macros to reduce boilerplate for sec exec ctls

[PATCH v2 0/3] KVM: VMX: Clean up RTIT MAXPHYADDR usage
 2020-09-23 17:07 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: VMX: Use precomputed MAXPHYADDR for RTIT base MSR check
` [PATCH v2 2/3] KVM: VMX: Replace MSR_IA32_RTIT_OUTPUT_BASE_MASK with helper function
` [PATCH v2 3/3] KVM: x86: Unexport cpuid_query_maxphyaddr()

[PATCH] KVM: x86/mmu: Move individual kvm_mmu initialization into common helper
 2020-09-23 17:02 UTC  (2+ messages)

[PATCH] KVM: nVMX: Add VM-Enter failed tracepoints for super early checks
 2020-09-23 16:03 UTC  (2+ messages)

[PATCH 0/3] KVM: nSVM: Add checks for CR3 and CR4 reserved bits to svm_set_nested_state() and test CR3 non-MBZ reserved bits
 2020-09-23 15:54 UTC  (4+ messages)
` [PATCH 2/3] KVM: nSVM: Add check for CR3 and CR4 reserved bits to svm_set_nested_state()

KVM: x86: emulating RDPID failure shall return #UD rather than #GP
 2020-09-23 15:51 UTC  (2+ messages)

[PATCH] KVM: x86: VMX: Make smaller physical guest address space support user-configurable
 2020-09-23 15:19 UTC  (3+ messages)

[PATCH v3] qemu/atomic.h: rename atomic_ to qatomic_
 2020-09-23 15:13 UTC  (3+ messages)

[bug report] SVM: nSVM: setup nested msr permission bitmap on nested state load
 2020-09-23 14:29 UTC  (3+ messages)

[PATCH] selftests: kvm: Fix assert failure in single-step test
 2020-09-23 14:24 UTC  (2+ messages)

[PATCH kvm-unit-tests v2 0/4] s390x: Add Protected VM support
 2020-09-23 13:47 UTC  (5+ messages)
` [PATCH kvm-unit-tests v2 1/4] common.bash: run `cmd` only if a test case was found
` [PATCH kvm-unit-tests v2 2/4] scripts: add support for architecture dependent functions
` [PATCH kvm-unit-tests v2 3/4] run_tests/mkstandalone: add arch_cmd hook
` [PATCH kvm-unit-tests v2 4/4] s390x: add Protected VM support

[PATCH v6 00/12] SVM cleanup and INVPCID feature support
 2020-09-23 13:35 UTC  (8+ messages)
` [PATCH v6 04/12] KVM: SVM: Modify intercept_exceptions to generic intercepts

[RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
 2020-09-23 12:47 UTC  (8+ messages)
` [RFC Patch 1/2] KVM: SVM: Create SEV cgroup controller

[PATCH] kvm: Correct documentation of kvm_irqchip_*()
 2020-09-23 12:44 UTC  (2+ messages)

[PATCH 0/3] i386/kvm: Assume IRQ routing is always available
 2020-09-23 12:43 UTC  (5+ messages)
` [PATCH 1/3] i386/kvm: Require KVM_CAP_IRQ_ROUTING
` [PATCH 2/3] i386/kvm: Remove IRQ routing support checks
` [PATCH 3/3] i386/kvm: Delete kvm_allows_irq0_override()

[kvm-unit-tests PATCH] travis.yml: Fix the getopt problem
 2020-09-23 10:38 UTC  (5+ messages)

[PATCH v2] qemu/atomic.h: prefix qemu_ to solve <stdatomic.h> collisions
 2020-09-23  9:15 UTC  (2+ messages)

[PATCH] qemu/atomic.h: prefix qemu_ to solve <stdatomic.h> collisions
 2020-09-23  9:14 UTC  (5+ messages)

[PATCH v5 0/3] vfio/pci: Restore MMIO access for s390 detached VFs
 2020-09-23  8:51 UTC  (6+ messages)
` [PATCH v5 3/3] vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfn

[PATCH] irqchip/gic-v4.1: Optimize the wait for the completion of the analysis of the VPT
 2020-09-23  6:35 UTC 

[kvm-unit-tests PATCH v2 00/10] Add support for generic ELF cross-compiler
 2020-09-23  5:14 UTC  (14+ messages)
` [kvm-unit-tests PATCH v2 06/10] configure: Add an option to specify getopt
` [kvm-unit-tests PATCH v2 10/10] travis.yml: Add x86 build with clang 10

[PATCH 0/2] Fix the allocation of pv cpu mask
 2020-09-23  5:02 UTC  (4+ messages)
` [PATCH 1/2] KVM: Fix the build error

[PATCH][v2] KVM: x86/mmu: fix counting of rmap entries in pte_list_add
 2020-09-23  4:58 UTC 

[PATCH] KVM: x86: emulate wait-for-SIPI and SIPI-VMExit
 2020-09-23  0:42 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
 2020-09-23  0:09 UTC  (2+ messages)

[PATCH v6 0/4] KVM: nSVM: ondemand nested state allocation
 2020-09-22 21:10 UTC  (5+ messages)
` [PATCH v6 1/4] KVM: x86: xen_hvm_config: cleanup return values
` [PATCH v6 2/4] KVM: x86: report negative values from wrmsr emulation to userspace
` [PATCH v6 3/4] KVM: x86: allow kvm_x86_ops.set_efer to return an error value
` [PATCH v6 4/4] KVM: nSVM: implement on demand allocation of the nested state

[PATCH] i386: Don't try to set MSR_KVM_ASYNC_PF_EN if kernel-irqchip=off
 2020-09-22 19:39 UTC  (7+ messages)

BUG: spinlock bad magic in synchronize_srcu
 2020-09-22 19:02 UTC 

[PATCH v9 14/18] nitro_enclaves: Add Kconfig for the Nitro Enclaves driver
 2020-09-22 17:06 UTC  (6+ messages)

[PATCH v2 0/1] KVM: correctly restore the TSC value on nested migration
 2020-09-22 16:39 UTC  (6+ messages)
` [PATCH v2 1/1] KVM: x86: fix MSR_IA32_TSC read for "

[PATCH v5 0/4] KVM: nSVM: ondemand nested state allocation
 2020-09-22 16:13 UTC  (6+ messages)
` [PATCH v5 2/4] KVM: x86: report negative values from wrmsr to userspace
` [PATCH v5 3/4] KVM: x86: allow kvm_x86_ops.set_efer to return a value

[PATCH] KVM: SVM: Use a separate vmcb for the nested L2 guest
 2020-09-22 15:04 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).