kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-14 23:11:17 to 2020-10-20 16:54:43 UTC [more...]

[PATCH] drivers/virt: vmgenid: add vm generation id driver
 2020-10-20 16:54 UTC  (27+ messages)

[RFC PATCH 0/9] Split kvm_update_cpuid_runtime()
 2020-10-20 16:44 UTC  (5+ messages)
` [RFC PATCH 1/9] KVM:x86: Abstract sub functions from kvm_update_cpuid_runtime() and kvm_vcpu_after_set_cpuid()

[PATCH] vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pages
 2020-10-20 16:34 UTC  (2+ messages)

(proposal) RE: [PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-10-20 16:24 UTC  (25+ messages)

[PATCH 00/35] Enhance memory utilization with DMEMFS
 2020-10-20 15:22 UTC  (10+ messages)

[kvm-unit-tests PATCHv2] unittests.cfg: Increase timeout for apic test
 2020-10-20 15:05 UTC  (12+ messages)

[PATCH 1/2] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON when vPMU is enabled
 2020-10-20 14:57 UTC  (2+ messages)
` [PATCH 2/2] KVM: vmx/pmu: Use IA32_PERF_CAPABILITIES to adjust features visibility

[Bug 209253] New: Loss of connectivity on guest after important host <-> guest traffic
 2020-10-20 14:28 UTC  (3+ messages)
` [Bug 209253] "

[RFCv2 00/16] KVM protected memory extension
 2020-10-20 13:49 UTC  (28+ messages)
` [RFCv2 01/16] x86/mm: Move force_dma_unencrypted() to common code
` [RFCv2 02/16] x86/kvm: Introduce KVM memory protection feature
` [RFCv2 03/16] x86/kvm: Make DMA pages shared
` [RFCv2 04/16] x86/kvm: Use bounce buffers for KVM memory protection
` [RFCv2 05/16] x86/kvm: Make VirtIO use DMA API in KVM guest
` [RFCv2 06/16] x86/kvmclock: Share hvclock memory with the host
` [RFCv2 07/16] x86/realmode: Share trampoline area if KVM memory protection enabled
` [RFCv2 08/16] KVM: Use GUP instead of copy_from/to_user() to access guest memory
` [RFCv2 09/16] KVM: mm: Introduce VM_KVM_PROTECTED
` [RFCv2 10/16] KVM: x86: Use GUP for page walk instead of __get_user()
` [RFCv2 11/16] KVM: Protected memory extension
` [RFCv2 12/16] KVM: x86: Enabled protected "
` [RFCv2 13/16] KVM: Rework copy_to/from_guest() to avoid direct mapping
` [RFCv2 14/16] KVM: Handle protected memory in __kvm_map_gfn()/__kvm_unmap_gfn()
` [RFCv2 15/16] KVM: Unmap protected pages from direct mapping
` [RFCv2 16/16] mm: Do not use zero page for VM_KVM_PROTECTED VMAs

[PATCH kvmtool] arm64: Determine kernel offset even on non-seekable file descriptors
 2020-10-20 12:30 UTC 

[PATCH] KVM: VMX: Forbid userspace MSR filters for x2APIC
 2020-10-20 11:49 UTC  (8+ messages)

[PATCH 1/2] KVM: not register a IRQ bypass producer if unsupported or disabled
 2020-10-20 10:12 UTC  (6+ messages)
` [PATCH 2/2] KVM: not link irqfd with a fake IRQ bypass producer

[PATCH 0/5] KVM: x86: Handle reserved CR4 bit interception in VMX
 2020-10-20  9:13 UTC  (3+ messages)

[PATCH v2 00/20] Introduce the TDP MMU
 2020-10-20  8:07 UTC  (18+ messages)
` [PATCH v2 04/20] kvm: x86/mmu: Allocate and free TDP MMU roots
` [PATCH v2 07/20] kvm: x86/mmu: Support zapping SPTEs in the TDP MMU
` [PATCH v2 10/20] kvm: x86/mmu: Add TDP MMU PF handler
` [PATCH v2 15/20] kvm: x86/mmu: Support dirty logging for the TDP MMU
` [PATCH v2 17/20] kvm: x86/mmu: Support write protection for nesting in tdp MMU

[PATCH 0/2 v2] KVM: nSVM: Check reserved values for 'Type' and invalid vectors in EVENTINJ
 2020-10-19 22:35 UTC  (3+ messages)
` [PATCH 1/2 "
` [PATCH 2/2 v2] nSVM: Test "

[PATCH 0/2] KVM: nSVM: Check reserved values for 'Type' and invalid vectors in EVENTINJ
 2020-10-19 17:30 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] nSVM: Test "

AMD SME encrpytion and PCI BAR pages to user space
 2020-10-19 17:25 UTC  (5+ messages)

[PATCH 0/2] KVM: VMX: x2APIC + APICV MSR fix and cleanup
 2020-10-19 16:32 UTC  (5+ messages)
` [PATCH 2/2] KVM: VMX: Ignore userspace MSR filters for x2APIC when APICV is enabled

[PATCH 0/4 v3] KVM: nSVM: Add checks for CR3 and CR4 reserved bits to svm_set_nested_state() and test CR3 non-MBZ reserved bits
 2020-10-19 16:08 UTC  (2+ messages)

[PATCH] KVM: SVM: Initialize prev_ga_tag before use
 2020-10-19 15:54 UTC  (2+ messages)

[PATCH v7 0/4] KVM: nSVM: ondemand nested state allocation
 2020-10-19 15:52 UTC  (2+ messages)

[PATCH 0/4] treewide: Make definitions of struct kernel_param_ops const
 2020-10-19 15:50 UTC  (4+ messages)
` [PATCH 2/4] kvm x86/mmu: Make struct kernel_param_ops definitions const

[PATCH] x86/kvm: Update the comment about asynchronous page fault in exc_page_fault()
 2020-10-19 15:17 UTC  (2+ messages)

[PATCH] x86/kvm: hide KVM options from menuconfig when KVM is not compiled
 2020-10-19 15:17 UTC  (2+ messages)

[PATCH kvm-unit-tests] MAINTAINERS: Fix [An]drew's name
 2020-10-19 15:15 UTC  (2+ messages)

[PATCH] Documentation: kvm: fix a typo
 2020-10-19 15:11 UTC  (2+ messages)

[PATCH] target/i386: Support up to 32768 CPUs without IRQ remapping
 2020-10-19 14:55 UTC  (7+ messages)
          ` [PATCH] x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_ID

[PATCH] vfio/pci: Clear token on bypass registration failure
 2020-10-19 13:30 UTC 

[PATCH v4] KVM: Check the allocation of pv cpu mask
 2020-10-19 12:50 UTC  (4+ messages)

[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
 2020-10-16 20:59 UTC  (9+ messages)
` [PATCH v10 02/16] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v10 16/16] s390/vfio-ap: update docs to include dynamic config support

[PATCH] irqbypass: fix error handle when irq_bypass_register_producer() return fails
 2020-10-16 13:38 UTC  (6+ messages)

[PATCH] vfio/fsl-mc: fix the return of the uninitialized variable ret
 2020-10-16  9:49 UTC  (4+ messages)

[PATCH v2] vfio/fsl-mc: fix the return of the uninitialized variable ret
 2020-10-16  9:32 UTC 

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-16  8:03 UTC  (17+ messages)
` [PATCH v2 01/17] drm/exynos: Stop using frame_vector helpers
` [PATCH v2 03/17] misc/habana: "
` [PATCH v2 05/17] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v2 14/17] resource: Move devmem revoke code to resource framework

[PATCH v2 0/2] DIAG 318 tests and fix
 2020-10-16  7:44 UTC  (5+ messages)
` [PATCH v2 1/2] s390/kvm: fix diag318 reset
` [PATCH v2 2/2] self_tests/kvm: sync_regs and reset tests for diag318

[PATCH v1] self_tests/kvm: sync_regs and reset tests for diag318
 2020-10-16  6:58 UTC  (7+ messages)

[PATCH] vfio/fsl-mc: Fix the dead code in vfio_fsl_mc_set_irq_trigger
 2020-10-15 18:14 UTC 

[PATCH v2 kvm-unit-tests] runtime.bash: skip test when checked file doesn't exist
 2020-10-15 13:51 UTC  (4+ messages)

vfio/fsl-mc: trigger an interrupt via eventfd
 2020-10-15 12:12 UTC 

cgroup and FALLOC_FL_PUNCH_HOLE: WARNING: CPU: 13 PID: 2438 at mm/page_counter.c:57 page_counter_uncharge+0x4b/0x5
 2020-10-15  9:01 UTC  (2+ messages)

[PATCH kvm-unit-tests] runtime.bash: skip test when checked file doesn't exist
 2020-10-15  8:36 UTC  (3+ messages)

[PATCH kvm-unit-tests 0/3] A few miscellaneous fixes
 2020-10-15  8:30 UTC  (7+ messages)
` [PATCH kvm-unit-tests 1/3] lib/string: Fix getenv name matching
` [PATCH kvm-unit-tests 2/3] scripts: Save rematch before calling out of for_each_unittest
` [PATCH kvm-unit-tests 3/3] arm/arm64: Change dcache_line_size to ulong

Why guest physical addresses are not the same as the corresponding host virtual addresses in QEMU/KVM? Thanks!
 2020-10-15  3:45 UTC  (14+ messages)

[PATCH v3 0/9] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-10-14 23:44 UTC  (4+ messages)
` [PATCH v3 7/9] KVM: VMX: Add guest physical address check in EPT violation and misconfig


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