public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-28 17:04:50 to 2022-09-30 10:19:24 UTC [more...]

[PATCH v9 000/105] KVM TDX basic feature support
 2022-09-30 10:17 UTC  (10+ messages)
` [PATCH v9 001/105] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v9 002/105] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v9 003/105] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v9 009/105] KVM: TDX: Define TDX architectural definitions
` [PATCH v9 010/105] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v9 013/105] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v9 014/105] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v9 015/105] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v9 017/105] KVM: TDX: Refuse to unplug the last cpu on the package

[PATCHv3 0/2] qemu direct io alignment fix
 2022-09-30 10:18 UTC  (4+ messages)
` [PATCHv3 1/2] block: move bdrv_qiov_is_aligned to file-posix
` [PATCHv3 2/2] block: use the request length for iov alignment

[PATCH v4 0/6] KVM: arm64: Enable ring-based dirty memory tracking
 2022-09-30  9:28 UTC  (15+ messages)
` [PATCH v4 3/6] "

[PATCH 0/2] Simplify some of the locking in vfio_group
 2022-09-30  9:05 UTC  (5+ messages)
` [PATCH 1/2] vfio: Remove the vfio_group->users and users_comp
` [PATCH 2/2] vfio: Change vfio_group->group_rwsem to a mutex

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-30  8:59 UTC  (7+ messages)
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed

[PATCH v4 0/9] KVM: x86: Apply NX mitigation more precisely
 2022-09-30  4:33 UTC  (7+ messages)
` [PATCH v4 1/9] KVM: x86/mmu: Bug the VM if KVM attempts to double count an NX huge page

[PATCH v4 00/15] Tidy up vfio_device life cycle
 2022-09-30  2:03 UTC  (6+ messages)
` [PATCH v4 15/15] vfio: Add struct device to vfio_device

[PATCH] vhost/vsock: Use kvmalloc/kvfree for larger packets
 2022-09-30  1:50 UTC  (18+ messages)

[PATCH v8 0/4] Enable notify VM exit
 2022-09-30  0:42 UTC  (7+ messages)
` [PATCH v8 1/4] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [PATCH v8 2/4] kvm: allow target-specific accelerator properties
` [PATCH v8 3/4] kvm: expose struct KVMState
` [PATCH v8 4/4] i386: add notify VM exit support

[PATCH 1/6] KVM: x86: Mask off reserved bits in CPUID.80000001H
 2022-09-29 22:52 UTC  (6+ messages)
` [PATCH 2/6] KVM: x86: Mask off reserved bits in CPUID.80000006H
` [PATCH 3/6] KVM: x86: Mask off reserved bits in CPUID.80000008H
` [PATCH 4/6] KVM: x86: Mask off reserved bits in CPUID.8000001AH
` [PATCH 5/6] KVM: x86: Mask off reserved bits in CPUID.8000001EH
` [PATCH 6/6] KVM: x86: Mask off reserved bits in CPUID.8000001FH

[RFC PATCH v3 00/19] RFC: nested AVIC
 2022-09-29 22:38 UTC  (10+ messages)
` [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally
              ` Nested AVIC design (was:Re: [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally)

[RFC PATCH 0/9] kvm: implement atomic memslot updates
 2022-09-29 21:39 UTC  (19+ messages)

[PATCH 0/4] KVM: selftests: Fix and clean up emulator_error_test
 2022-09-29 20:47 UTC  (5+ messages)
` [PATCH 1/4] KVM: selftests: Use MMIO to trigger emulation in emulator_error_test
` [PATCH 2/4] KVM: selftests: Delete dead ucall code from emulator_error_test
` [PATCH 3/4] KVM: selftests: Skip emulator_error_test if KVM_CAP_EXIT_ON_EMULATION_FAILURE not available
` [PATCH 4/4] KVM: selftests: Explicitly require instructions bytes in emulator_error_test

[PATCH] KVM: allow compiling out SMM support
 2022-09-29 20:38 UTC  (4+ messages)

[PATCH v3 0/3] KVM: selftests: Fix nx_huge_pages_test when TDP is disabled
 2022-09-29 18:25 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: selftests: Tell the compiler that code after TEST_FAIL() is unreachable
` [PATCH v3 2/3] KVM: selftests: Add helpers to read kvm_{intel,amd} boolean module parameters
` [PATCH v3 3/3] KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hosts

Guest IA32_SPEC_CTRL on AMD hosts without X86_FEATURE_V_SPEC_CTRL
 2022-09-29 18:14 UTC  (7+ messages)

[PATCH v2] hyperv: fix SynIC SINT assertion failure on guest reset
 2022-09-29 18:02 UTC  (3+ messages)

[PATCH] KVM: SVM: don't apply host security mitigations to the guest
 2022-09-29 17:36 UTC  (3+ messages)

Commit 'iomap: add support for dma aligned direct-io' causes qemu/KVM boot failures
 2022-09-29 17:35 UTC  (6+ messages)

[PATCH v9 00/10] s390x: CPU Topology
 2022-09-29 17:30 UTC  (7+ messages)
` [PATCH v9 01/10] s390x/cpus: Make absence of multithreading clear
` [PATCH v9 07/10] s390x/cpu_topology: CPU topology migration

[PATCH v2 0/8] KVM: x86: allow compiling out SMM support
 2022-09-29 17:20 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: x86: start moving SMM-related functions to new files
` [PATCH v2 2/8] KVM: x86: move SMM entry to a new file
` [PATCH v2 3/8] KVM: x86: move SMM exit "
` [PATCH v2 4/8] KVM: x86: do not go through ctxt->ops when emulating rsm
` [PATCH v2 5/8] KVM: allow compiling out SMM support
` [PATCH v2 6/8] KVM: x86: compile out vendor-specific code if SMM is disabled
` [PATCH v2 7/8] KVM: x86: remove SMRAM address space if SMM is not supported
` [PATCH v2 8/8] KVM: x86: do not define KVM_REQ_SMI if SMM disabled

[PATCH v2 0/3] KVM: selftests: Fix nx_huge_pages_test when TDP is disabled
 2022-09-29 16:18 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: selftests: Tell the compiler that code after TEST_FAIL() is unreachable
` [PATCH v2 2/3] KVM: selftests: Add helper to read boolean module parameters
` [PATCH v2 3/3] KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hosts

[PATCH v2 0/7] KVM: selftests: Fix "fix hypercall test" build errors
 2022-09-29 15:21 UTC  (11+ messages)
` [PATCH v2 1/7] KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest use
` [PATCH v2 2/7] KVM: selftests: Compare insn opcodes directly in fix_hypercall_test
` [PATCH v2 3/7] KVM: selftests: Remove unnecessary register shuffling "
` [PATCH v2 4/7] KVM: selftests: Hardcode VMCALL/VMMCALL opcodes in "fix hypercall" test
` [PATCH v2 5/7] KVM: selftests: Explicitly verify KVM doesn't patch hypercall if quirk==off
` [PATCH v2 6/7] KVM: selftests: Dedup subtests of fix_hypercall_test
` [PATCH v2 7/7] Revert "KVM: selftests: Fix nested SVM tests when built with clang"

[PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN
 2022-09-29 15:07 UTC  (11+ messages)

[PATCH 0/4] Simplify the module and kconfig structure in vfio
 2022-09-29 15:04 UTC  (5+ messages)
` [PATCH 1/4] vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.ko
` [PATCH 2/4] vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.c
` [PATCH 3/4] vfio: Remove CONFIG_VFIO_SPAPR_EEH
` [PATCH 4/4] vfio: Fold vfio_virqfd.ko into vfio.ko

[PATCH v3 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
 2022-09-29 12:47 UTC  (2+ messages)

[PATCH kvmtool] virtio-net: Fix vq->use_event_idx flag check
 2022-09-29 12:18 UTC  (5+ messages)
` [PATCH kvmtool v2] "

[PATCH v1 43/51] gdbstub: move sstep flags probing into AccelClass
 2022-09-29 11:42 UTC  (4+ messages)
` [PATCH v1 44/51] gdbstub: move breakpoint logic to accel ops
` [PATCH v1 45/51] gdbstub: move guest debug support check to ops
` [PATCH v1 46/51] accel/kvm: move kvm_update_guest_debug to inline stub

[PATCH kvmtool] mmio: Fix wrong PIO tree search size
 2022-09-29 10:21 UTC  (2+ messages)

[PATCH v2 0/6] KVM: Fix dirty-ring ordering on weakly ordered architectures
 2022-09-29  9:58 UTC  (2+ messages)

[PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor
 2022-09-29  9:12 UTC  (4+ messages)

[PATCH V3 0/6] Conditionally read fields in dev cfg space
 2022-09-29  7:46 UTC  (10+ messages)
` [PATCH V3 1/6] vDPA: allow userspace to query features of a vDPA device
` [PATCH V3 2/6] vDPA: only report driver features if FEATURES_OK is set
` [PATCH V3 3/6] vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presence
` [PATCH V3 4/6] vDPA: check virtio device features to detect MQ
` [PATCH V3 5/6] vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fill
` [PATCH V3 6/6] vDPA: conditionally read MTU and MAC in dev cfg space

[RESEND PATCH v8 0/4] Enable notify VM exit
 2022-09-29  7:20 UTC  (5+ messages)
` [RESEND PATCH v8 1/4] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [RESEND PATCH v8 2/4] kvm: allow target-specific accelerator properties
` [RESEND PATCH v8 3/4] kvm: expose struct KVMState
` [RESEND PATCH v8 4/4] i386: add notify VM exit support

simplify the mdev interface v8
 2022-09-29  7:11 UTC  (6+ messages)

[PATCH v3] KVM: x86/vmx: Suppress posted interrupt notification when CPU is in host
 2022-09-29  5:59 UTC  (2+ messages)

[PATCH RFC v2 00/13] IOMMUFD Generic interface
 2022-09-29  3:47 UTC  (7+ messages)
` [PATCH RFC v2 02/13] iommufd: Overview documentation

[PATCH net-next 0/4] shrink struct ubuf_info
 2022-09-29  2:20 UTC  (2+ messages)

[PATCH v3 00/10] KVM: x86/mmu: Make tdp_mmu read-only and clean up TPD MMU fault handler
 2022-09-29  1:56 UTC  (6+ messages)
` [PATCH v3 01/10] KVM: x86/mmu: Change tdp_mmu to a read-only parameter

KVM: x86: Second batch of updates for 6.1, i.e. kvm/queue
 2022-09-28 23:56 UTC 

[PATCH v2] vfio: Follow a strict lifetime for struct iommu_group
 2022-09-28 23:54 UTC  (4+ messages)

[PATCH 1/2] KVM: VMX: Guest usage of IA32_SPEC_CTRL is likely
 2022-09-28 23:53 UTC  (2+ messages)
` [PATCH 2/2] KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS

[PATCH] KVM: VMX: Make vmread_error_trampoline() uncallable from C code
 2022-09-28 23:20 UTC 

[PATCH 0/2] KVM: selftests: Rename perf_test_util to memstress
 2022-09-28 23:05 UTC  (3+ messages)
` [PATCH 2/2] KVM: selftests: Rename perf_test_util symbols "

[PATCH v2] KVM: selftests: Skip tests that require EPT when it is not available
 2022-09-28 22:57 UTC  (2+ messages)

[PATCH v2] KVM: selftests: Gracefully handle empty stack traces
 2022-09-28 22:56 UTC  (2+ messages)

[PATCH v3 00/28] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-09-28 22:35 UTC  (17+ messages)
` [PATCH v3 05/28] KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to 32-bit ID
` [PATCH v3 07/28] KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled

[PATCH] KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds"
 2022-09-28 21:50 UTC 

[PATCH] KVM: selftests: Fix spelling mistake "begining" -> "beginning"
 2022-09-28 21:36 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix spelling mistake "UFFDIO_CONINUE" -> "UFFDIO_CONTINUE"
 2022-09-28 21:12 UTC 

[PATCH v3 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
 2022-09-28 20:51 UTC  (3+ messages)
` [PATCH v3 1/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()

[kvm-unit-tests PATCH v7 0/2] Add specification exception tests
 2022-09-28 20:17 UTC  (3+ messages)
` [kvm-unit-tests PATCH v7 1/2] s390x: Add specification exception test
` [kvm-unit-tests PATCH v7 2/2] s390x: Test specification exceptions during transaction

[PATCH v8 00/14] KVM: selftests: Add aarch64/page_fault_test
 2022-09-28 18:10 UTC  (8+ messages)
` [PATCH v8 10/14] KVM: selftests: aarch64: "

[PATCH] KVM: SEV: Fix a few small typos
 2022-09-28 17:31 UTC 

[RFC PATCH 0/9] kvm: implement atomic memslot updates
 2022-09-28 17:29 UTC  (9+ messages)
` [RFC PATCH 4/9] kvm_main.c: split logic in kvm_set_memslots
` [RFC PATCH 5/9] kvm_main.c: split __kvm_set_memory_region logic in kvm_check_mem and kvm_prepare_batch
` [RFC PATCH 7/9] kvm_main.c: duplicate invalid memslot also in inactive list
` [RFC PATCH 9/9] kvm_main.c: handle atomic memslot update


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox