kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-20 12:57:15 to 2021-05-22 00:19:28 UTC [more...]

[PATCH v6 00/20] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2021-05-22  0:19 UTC  (3+ messages)
` [PATCH v6 01/20] vfio/mdev: idxd: add theory of operation documentation for idxd mdev
` [PATCH v6 02/20] dmaengine: idxd: add external module driver support for dsa_bus_type

[PATCH v3] target/i386/sev: add support to query the attestation report
 2021-05-21 22:15 UTC  (2+ messages)

[kvm PATCH v6 0/2] shrink vcpu_vmx down to order 2
 2021-05-21 20:58 UTC 

[PATCH v18 00/18] KVM RISC-V Support
 2021-05-21 20:25 UTC  (7+ messages)

[PATCH 1/2] KVM: Deliver VM fault signals to userspace
 2021-05-21 19:25 UTC  (3+ messages)

[PATCH v5 0/4] KVM statistics data fd-based binary interface
 2021-05-21 19:04 UTC  (18+ messages)
` [PATCH v5 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v5 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v5 4/4] KVM: selftests: Add selftest for KVM statistics data binary interface

[PATCH 0/4 v2] KVM: nVMX: nSVM: Add more statistics to KVM debugfs
 2021-05-21 18:06 UTC  (13+ messages)
` [PATCH 1/4 v2] KVM: nVMX: Reset 'nested_run_pending' only in guest mode
` [PATCH 2/4 v2] KVM: nVMX: nSVM: 'nested_run' should count guest-entry attempts that make it to guest code
` [PATCH 3/4 v2] KVM: nVMX: nSVM: Add a new debugfs statistic to show how many VCPUs have run nested guests
` [PATCH 4/4 v2] KVM: x86: Add a new VM statistic to show number of VCPUs created in a given VM

[PATCH v2] KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()
 2021-05-21 17:49 UTC  (2+ messages)

[PATCH v3 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-05-21 17:01 UTC  (5+ messages)
` [PATCH v3 2/9] KVM: arm64: Handle physical FIQ as an IRQ while running a guest
` [PATCH v3 4/9] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation

[PATCH 00/43] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-05-21 15:28 UTC  (10+ messages)
` [PATCH 02/43] KVM: VMX: Set EDX at INIT with CPUID.0x1, Family-Model-Stepping
` [PATCH 35/43] KVM: x86: Move setting of sregs during vCPU RESET/INIT to common x86

[PATCH 0/6] Don't use BIT() macro in UAPI headers
 2021-05-21 14:45 UTC  (19+ messages)
` [PATCH 2/6] KVM: X86: "
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] x86/elf: Use _BITUL() "
  ` [PATCH v2 2/7] KVM: X86: "
  ` [PATCH v2 3/7] drivers: firmware: psci: "
  ` [PATCH v2 4/7] uacce: "
  ` [PATCH v2 5/7] media: vicodec: "
  ` [PATCH v2 6/7] tools headers UAPI: Sync pkt_sched.h with the kernel sources
  ` [PATCH v2 7/7] checkpatch: suggest _BITULL() and _BITUL() for UAPI headers

[PATCH v2 0/8] x86/sev-es: Fixes for SEV-ES Guest Support
 2021-05-21 14:34 UTC  (3+ messages)
` [PATCH v2 7/8] x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()

[RFC PATCH 00/67] KVM: X86: TDX support
 2021-05-21 14:09 UTC  (4+ messages)

[RFCv2 13/13] KVM: unmap guest memory using poisoned pages
 2021-05-21 12:31 UTC  (11+ messages)

[PATCH 00/12] KVM: nVMX: Fix vmcs02 PID use-after-free issue
 2021-05-21 12:04 UTC  (15+ messages)
` [PATCH 01/12] KVM: x86: Remove guest mode check from kvm_check_nested_events
` [PATCH 02/12] KVM: x86: Wake up a vCPU when kvm_check_nested_events fails
` [PATCH 03/12] KVM: nVMX: Add a return code to vmx_complete_nested_posted_interrupt
` [PATCH 04/12] KVM: x86: Add a return code to inject_pending_event
` [PATCH 05/12] KVM: x86: Add a return code to kvm_apic_accept_events
` [PATCH 06/12] KVM: nVMX: Fail on MMIO completion for nested posted interrupts
` [PATCH 07/12] KVM: nVMX: Disable vmcs02 posted interrupts if vmcs12 PID isn't mappable
` [PATCH 08/12] KVM: selftests: Move APIC definitions into a separate file
` [PATCH 09/12] KVM: selftests: Hoist APIC functions out of individual tests
` [PATCH 10/12] KVM: selftests: Introduce x2APIC register manipulation functions
` [PATCH 11/12] KVM: selftests: Introduce prepare_tpr_shadow
` [PATCH 12/12] KVM: selftests: Add a test of an unbacked nested PI descriptor

[PATCH v3 00/12] KVM: Implement nested TSC scaling
 2021-05-21 10:24 UTC  (13+ messages)
` [PATCH v3 01/12] math64.h: Add mul_s64_u64_shr()
` [PATCH v3 02/12] KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'
` [PATCH v3 03/12] KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_tsc_offset_l1()
` [PATCH v3 04/12] KVM: X86: Add a ratio parameter to kvm_scale_tsc()
` [PATCH v3 05/12] KVM: VMX: Add a TSC multiplier field in VMCS12
` [PATCH v3 06/12] KVM: X86: Add functions for retrieving L2 TSC fields from common code
` [PATCH v3 07/12] KVM: X86: Add functions that calculate L2's TSC offset and multiplier
` [PATCH v3 08/12] KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
` [PATCH v3 09/12] KVM: VMX: Remove vmx->current_tsc_ratio and decache_tsc_multiplier()
` [PATCH v3 10/12] KVM: VMX: Set the TSC offset and multiplier on nested entry and exit
` [PATCH v3 11/12] KVM: VMX: Expose TSC scaling to L2
` [PATCH v3 12/12] KVM: selftests: x86: Add vmx_nested_tsc_scaling_test

[PATCH v2 00/30] KVM: x86: hyper-v: Fine-grained access check to Hyper-V hypercalls and MSRs
 2021-05-21  9:52 UTC  (31+ messages)
` [PATCH v2 01/30] asm-generic/hyperv: add HV_STATUS_ACCESS_DENIED definition
` [PATCH v2 02/30] KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUID
` [PATCH v2 03/30] KVM: x86: hyper-v: Cache guest CPUID leaves determining features availability
` [PATCH v2 04/30] KVM: x86: hyper-v: Prepare to check access to Hyper-V MSRs
` [PATCH v2 05/30] KVM: x86: hyper-v: Honor HV_MSR_HYPERCALL_AVAILABLE privilege bit
` [PATCH v2 06/30] KVM: x86: hyper-v: Honor HV_MSR_VP_RUNTIME_AVAILABLE "
` [PATCH v2 07/30] KVM: x86: hyper-v: Honor HV_MSR_TIME_REF_COUNT_AVAILABLE "
` [PATCH v2 08/30] KVM: x86: hyper-v: Honor HV_MSR_VP_INDEX_AVAILABLE "
` [PATCH v2 09/30] KVM: x86: hyper-v: Honor HV_MSR_RESET_AVAILABLE "
` [PATCH v2 10/30] KVM: x86: hyper-v: Honor HV_MSR_REFERENCE_TSC_AVAILABLE "
` [PATCH v2 11/30] KVM: x86: hyper-v: Honor HV_MSR_SYNIC_AVAILABLE "
` [PATCH v2 12/30] KVM: x86: hyper-v: Honor HV_MSR_SYNTIMER_AVAILABLE "
` [PATCH v2 13/30] KVM: x86: hyper-v: Honor HV_MSR_APIC_ACCESS_AVAILABLE "
` [PATCH v2 14/30] KVM: x86: hyper-v: Honor HV_ACCESS_FREQUENCY_MSRS "
` [PATCH v2 15/30] KVM: x86: hyper-v: Honor HV_ACCESS_REENLIGHTENMENT "
` [PATCH v2 16/30] KVM: x86: hyper-v: Honor HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE "
` [PATCH v2 17/30] KVM: x86: hyper-v: Honor HV_FEATURE_DEBUG_MSRS_AVAILABLE "
` [PATCH v2 18/30] KVM: x86: hyper-v: Inverse the default in hv_check_msr_access()
` [PATCH v2 19/30] KVM: x86: hyper-v: Honor HV_STIMER_DIRECT_MODE_AVAILABLE privilege bit
` [PATCH v2 20/30] KVM: x86: hyper-v: Prepare to check access to Hyper-V hypercalls
` [PATCH v2 21/30] KVM: x86: hyper-v: Check access to HVCALL_NOTIFY_LONG_SPIN_WAIT hypercall
` [PATCH v2 22/30] KVM: x86: hyper-v: Honor HV_POST_MESSAGES privilege bit
` [PATCH v2 23/30] KVM: x86: hyper-v: Honor HV_SIGNAL_EVENTS "
` [PATCH v2 24/30] KVM: x86: hyper-v: Honor HV_DEBUGGING "
` [PATCH v2 25/30] KVM: x86: hyper-v: Honor HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED bit
` [PATCH v2 26/30] KVM: x86: hyper-v: Honor HV_X64_CLUSTER_IPI_RECOMMENDED bit
` [PATCH v2 27/30] KVM: x86: hyper-v: Honor HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED bit
` [PATCH v2 28/30] KVM: selftests: move Hyper-V MSR definitions to hyperv.h
` [PATCH v2 29/30] KVM: selftests: Move evmcs.h to x86_64/
` [PATCH v2 30/30] KVM: selftests: Introduce hyperv_features test

Windows fails to boot after rebase to QEMU master
 2021-05-21  9:17 UTC 

About the performance of hyper-v
 2021-05-21  8:48 UTC  (4+ messages)

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-05-21  7:59 UTC  (27+ messages)
` [RFC PATCH v3 1/8] iommu: Evolve the device fault reporting framework
` [RFC PATCH v3 2/8] vfio/type1: Add a page fault handler
` [RFC PATCH v3 3/8] vfio/type1: Add an MMU notifier to avoid pinning
` [RFC PATCH v3 4/8] vfio/type1: Pre-map more pages than requested in the IOPF handling
` [RFC PATCH v3 5/8] vfio/type1: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v3 6/8] vfio/type1: No need to statically pin and map if IOPF enabled
` [RFC PATCH v3 7/8] vfio/type1: Add selective DMA faulting support
` [RFC PATCH v3 8/8] vfio: Add nested IOPF support

[PATCH] Move VMEnter and VMExit tracepoints closer to the actual event
 2021-05-21  7:58 UTC  (7+ messages)

[PATCH v10 00/18] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-05-21  7:55 UTC  (20+ messages)
` [PATCH v10 01/18] af_vsock: update functions for connectible socket
` [PATCH v10 02/18] af_vsock: separate wait data loop
` [PATCH v10 03/18] af_vsock: separate receive "
` [PATCH v10 04/18] af_vsock: implement SEQPACKET receive loop
` [PATCH v10 05/18] af_vsock: implement send logic for SEQPACKET
` [PATCH v10 06/18] af_vsock: rest of SEQPACKET support
` [PATCH v10 07/18] af_vsock: update comments for stream sockets
` [PATCH v10 08/18] virtio/vsock: set packet's type in virtio_transport_send_pkt_info()
` [PATCH v10 09/18] virtio/vsock: simplify credit update function API
` [PATCH v10 10/18] virtio/vsock: defines and constants for SEQPACKET
` [PATCH v10 11/18] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [PATCH v10 12/18] virtio/vsock: add SEQPACKET receive logic
` [PATCH v10 13/18] virtio/vsock: rest of SOCK_SEQPACKET support
` [PATCH v10 14/18] virtio/vsock: enable SEQPACKET for transport
` [PATCH v10 15/18] vhost/vsock: support "
` [PATCH v10 16/18] vsock/loopback: enable "
` [PATCH v10 17/18] vsock_test: add SOCK_SEQPACKET tests
` [PATCH v10 18/18] virtio/vsock: update trace event for SEQPACKET

[PATCH v3 0/8] KVM: Scalable memslots implementation
 2021-05-21  7:06 UTC  (16+ messages)
` [PATCH v3 1/8] KVM: x86: Cache total page count to avoid traversing the memslot array
` [PATCH v3 2/8] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v3 3/8] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v3 4/8] KVM: Introduce memslots hva tree
` [PATCH v3 6/8] KVM: Keep memslots in tree-based structures instead of array-based ones

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-05-21  6:48 UTC  (3+ messages)
` [PATCH v15 07/12] iommu/smmuv3: Implement cache_invalidate

[PATCH v6 00/16] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-05-21  1:37 UTC  (7+ messages)

[PATCH] KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()
 2021-05-20 23:41 UTC  (5+ messages)

[PATCH] nSVM: Test: Test VMRUN's canonicalization of segement base addresses
 2021-05-20 23:30 UTC  (2+ messages)

[PATCH] KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failure
 2021-05-20 21:04 UTC  (8+ messages)

[PATCH 00/10] Documentation build warning fixes
 2021-05-20 20:00 UTC  (2+ messages)

[PATCH v2 00/10] KVM: Implement nested TSC scaling
 2021-05-20 18:27 UTC  (6+ messages)
` [PATCH v2 03/10] KVM: X86: Add kvm_scale_tsc_l1() and kvm_compute_tsc_offset_l1()

[PATCH Part1 RFC v2 00/20] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-05-20 18:05 UTC  (13+ messages)
` [PATCH Part1 RFC v2 09/20] x86/sev: check SEV-SNP features support
` [PATCH Part1 RFC v2 10/20] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH Part1 RFC v2 11/20] x86/compressed: Add helper for validating pages in the decompression stage

[PATCH stable v5.4+ 1/3] x86/kvm: Teardown PV features on boot CPU as well
 2021-05-20 17:17 UTC  (5+ messages)
` [PATCH stable v5.4+ 2/3] x86/kvm: Disable kvmclock on all CPUs on shutdown
` [PATCH stable v5.4+ 3/3] x86/kvm: Disable all PV features on crash

[PATCH 1/1] vfio/pci: Fix error return code in vfio_ecap_init()
 2021-05-20 16:13 UTC  (2+ messages)

[PATCH v16 00/14] s390/vfio-ap: dynamic configuration support
 2021-05-20 15:28 UTC  (4+ messages)
` [PATCH v16 10/14] s390/zcrypt: driver callback to indicate resource in use

[RFC PATCH 0/7] Support protection keys in an AMD EPYC-Milan VM
 2021-05-20 15:15 UTC  (9+ messages)
` [RFC PATCH 1/7] target/i386: Declare constants for XSAVE offsets
` [RFC PATCH 2/7] target/i386: Use "
` [RFC PATCH 3/7] target/i386: Clarify the padding requirements of X86XSaveArea
` [RFC PATCH 4/7] target/i386: Prepare for per-vendor X86XSaveArea layout
` [RFC PATCH 5/7] target/i386: Introduce AMD X86XSaveArea sub-union
` [RFC PATCH 6/7] target/i386: Adjust AMD XSAVE PKRU area offset in CPUID leaf 0xd
` [RFC PATCH 7/7] target/i386: Manipulate only AMD XSAVE state on AMD

[PATCH 3/6] vfio: remove the unused mdev iommu hook
 2021-05-20 14:34 UTC  (13+ messages)

[kvm-unit-tests RFC 0/2] s390x: Add snippet support
 2021-05-20 13:36 UTC  (2+ messages)

[PATCH v4 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-05-20 13:32 UTC  (5+ messages)
` [PATCH v4 01/66] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v4 09/66] KVM: arm64: nv: Support virtual EL2 exceptions

[PATCH -next v2] samples: vfio-mdev: fix error handing in mdpy_fb_probe()
 2021-05-20 13:36 UTC 

Clocksource Drift Issues in guests with KVM enabled
 2021-05-20 12:55 UTC 


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