kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-28 16:00:05 to 2022-06-30 06:35:58 UTC [more...]

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-06-30  6:35 UTC  (42+ messages)
` [PATCH v11 01/40] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v11 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v11 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v11 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v11 05/40] virtio_ring: split vring_virtqueue
` [PATCH v11 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v11 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v11 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v11 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v11 12/40] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v11 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v11 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v11 15/40] virtio_ring: packed: introduce vring_free_packed
` [PATCH v11 16/40] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v11 17/40] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v11 18/40] virtio_ring: packed: extract the logic of attach vring
` [PATCH v11 19/40] virtio_ring: packed: extract the logic of vring init
` [PATCH v11 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v11 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v11 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v11 23/40] virtio_pci: move struct virtio_pci_common_cfg to virtio_pci_modern.h
` [PATCH v11 24/40] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v11 25/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v11 26/40] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v11 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v11 28/40] virtio_pci: introduce helper to get/set queue reset
` [PATCH v11 29/40] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v11 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v11 31/40] virtio: find_vqs() add arg sizes
` [PATCH v11 32/40] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v11 33/40] virtio_mmio: "
` [PATCH v11 34/40] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v11 35/40] virtio_net: set the default max ring size by find_vqs()
` [PATCH v11 36/40] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v11 37/40] virtio_net: split free_unused_bufs()
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "
` [PATCH v11 40/40] virtio_net: support set_ringparam

[PATCH v2 00/11] SMM emulation and interrupt shadow fixes
 2022-06-30  6:00 UTC  (5+ messages)
` [PATCH v2 11/11] KVM: x86: emulator/smm: preserve interrupt shadow in SMRAM

[kvm-unit-tests PATCH v2 00/23] EFI and ACPI support for arm64
 2022-06-30  5:22 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 19/23] arm64: Use code from the gnu-efi when booting with EFI
` [kvm-unit-tests PATCH v2 23/23] arm64: Add an efi/run script

[kvm-unit-tests PATCH] x86: VMX: Fix the VMX-preemption timer expiration test
 2022-06-30  2:37 UTC  (2+ messages)

[PATCH V3] virtio: disable notification hardening by default
 2022-06-30  2:01 UTC  (18+ messages)

[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-06-30  1:53 UTC  (16+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE
` [PATCH 2/4] kvm: Merge "atomic" and "write" in __gfn_to_pfn_memslot()

[PATCH v4 1/3] hw/pci-host/pam.c: Fully support RE^WE semantics of i440FX PAM
 2022-06-30  0:50 UTC 

[PATCH] kvm: nVMX: add tracepoint for kvm:kvm_nested_vmrun
 2022-06-29 23:10 UTC  (3+ messages)

[PATCH v5 00/22] TDX host kernel support
 2022-06-29 23:02 UTC  (31+ messages)
` [PATCH v5 02/22] cc_platform: Add new attribute to prevent ACPI CPU hotplug
` [PATCH v5 03/22] cc_platform: Add new attribute to prevent ACPI memory hotplug
` [PATCH v5 04/22] x86/virt/tdx: Prevent ACPI CPU hotplug and "
` [PATCH v5 15/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs

[PATCH 00/14] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs
 2022-06-29 22:27 UTC  (12+ messages)
` [PATCH 04/14] KVM: VMX: Extend VMX controls macro shenanigans

[PATCH] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
 2022-06-29 22:22 UTC 

[PATCH] target/ppc: Add error reporting when opening file fails
 2022-06-29 21:06 UTC  (3+ messages)

[PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 2048
 2022-06-29 20:38 UTC  (2+ messages)
` [PATCH v2] KVM: x86: Increase KVM_MAX_VCPUS to 4096

[PATCH v2 00/28] KVM: VMX: Support TscScaling and EnclsExitingBitmap with eVMCS + use vmcs_config for L1 VMX MSRs
 2022-06-29 20:28 UTC  (33+ messages)
` [PATCH v2 01/28] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v2 02/28] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v2 03/28] x86/hyperv: Update "
` [PATCH v2 04/28] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH v2 05/28] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH v2 06/28] KVM: nVMX: Introduce KVM_CAP_HYPERV_ENLIGHTENED_VMCS2
` [PATCH v2 07/28] KVM: selftests: Switch to KVM_CAP_HYPERV_ENLIGHTENED_VMCS2
` [PATCH v2 08/28] KVM: VMX: Support TSC scaling with enlightened VMCS
` [PATCH v2 09/28] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH v2 10/28] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH v2 11/28] KVM: selftests: Enable TSC scaling in evmcs selftest
` [PATCH v2 12/28] KVM: VMX: Enable VM_{EXIT,ENTRY}_LOAD_IA32_PERF_GLOBAL_CTRL for KVM on Hyper-V
` [PATCH v2 13/28] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v2 14/28] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v2 15/28] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v2 16/28] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v2 17/28] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v2 18/28] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v2 19/28] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v2 20/28] KVM: VMX: Add missing VMENTRY "
` [PATCH v2 21/28] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v2 22/28] KVM: VMX: Clear controls obsoleted by EPT at runtime, not setup
` [PATCH v2 23/28] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v2 24/28] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH v2 25/28] KVM: VMX: Store required-1 VMX controls in vmcs_config
` [PATCH v2 26/28] KVM: nVMX: Use sanitized required-1 bits for VMX control MSRs
` [PATCH v2 27/28] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH v2 28/28] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR

[PATCH v3 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-29 19:47 UTC  (9+ messages)
` [PATCH v3 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group

[PATCH v2] target/i386: Add unaccepted memory configuration
 2022-06-29 19:44 UTC  (2+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-29 19:15 UTC  (16+ messages)
` [PATCH Part2 v6 06/49] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-06-29 19:15 UTC  (11+ messages)

[PATCH] vfio: check iommu_group_set_name() return value
 2022-06-29 17:54 UTC  (3+ messages)

[PATCH v2 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-06-29 15:53 UTC  (4+ messages)

[PATCH v8 00/12] s390x: CPU Topology
 2022-06-29 15:25 UTC  (4+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures

[PATCH v5] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
 2022-06-29 13:05 UTC 

[PATCH v7 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-06-29 12:34 UTC  (3+ messages)
` [PATCH v7 21/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

simplify the mdev interface v3
 2022-06-29 12:17 UTC  (4+ messages)
` [PATCH 04/13] vfio/mdev: simplify mdev_type handling

[PATCH RFC 0/2] arm: enable MTE for QEMU + kvm
 2022-06-29 10:38 UTC  (8+ messages)
` [PATCH RFC 1/2] arm/kvm: enable MTE if available

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-29 10:30 UTC  (8+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v6 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v6 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
` [PATCH v6 4/4] KVM: arm64/mmu: count KVM s2 "

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-06-29 10:24 UTC  (10+ messages)
` [RFC PATCH v6 090/104] KVM: TDX: Handle TDX PV CPUID hypercall
` [RFC PATCH v6 093/104] KVM: TDX: Handle TDX PV MMIO hypercall
` [RFC PATCH v6 095/104] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall

[PATCH v2 00/19] KVM/arm64: Refactoring the vcpu flags
 2022-06-29  9:58 UTC  (2+ messages)

[PATCH V3 vfio 0/2] Migration few enhancements
 2022-06-29  7:46 UTC  (5+ messages)
` [PATCH V3 vfio 1/2] vfio/mlx5: Protect mlx5vf_disable_fds() upon close device
` [PATCH V3 vfio 2/2] vfio: Split migration ops from main device ops

[PATCH v6 00/17] Introducing AMD x2AVIC and hybrid-AVIC modes
 2022-06-29  7:10 UTC  (5+ messages)

[PATCH v2] vfio: Clear the caps->buf to NULL after free
 2022-06-29  4:51 UTC  (4+ messages)

[PATCH v6 0/4] Implement vdpasim suspend operation
 2022-06-29  4:18 UTC  (9+ messages)
` [PATCH v6 1/4] vdpa: Add "
` [PATCH v6 2/4] vhost-vdpa: introduce SUSPEND backend feature bit
` [PATCH v6 3/4] vhost-vdpa: uAPI to suspend the device
` [PATCH v6 4/4] vdpa_sim: Implement suspend vdpa op

[Bug 216177] New: kvm-unit-tests vmx has about 60% of failure chance
 2022-06-29  2:50 UTC  (8+ messages)
` [Bug 216177] "

[PATCH v3] vfio: Clear the caps->buf to NULL after free
 2022-06-29  2:29 UTC 

[PATCH] vfio: Fix memory leaks in vfio_create_group()
 2022-06-29  2:20 UTC  (2+ messages)

[PATCH v4 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-06-29  1:32 UTC  (4+ messages)
` [PATCH v4 09/13] KVM: selftests: aarch64: "

[PATCH] selftests/kvm/x86_64: set rax before vmcall
 2022-06-28 19:30 UTC 

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-28 18:53 UTC  (3+ messages)
` [PATCH v5 4/4] KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28 18:44 UTC  (7+ messages)

[PATCH MANUALSEL 5.15 1/3] tools/kvm_stat: fix display of error when multiple processes are found
 2022-06-28 18:02 UTC  (3+ messages)
` [PATCH MANUALSEL 5.15 2/3] selftests: KVM: Handle compiler optimizations in ucall
` [PATCH MANUALSEL 5.15 3/3] KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()

[PATCH MANUALSEL 5.4] selftests: KVM: Handle compiler optimizations in ucall
 2022-06-28 18:02 UTC 

[PATCH MANUALSEL 5.10 1/2] tools/kvm_stat: fix display of error when multiple processes are found
 2022-06-28 18:02 UTC  (2+ messages)
` [PATCH MANUALSEL 5.10 2/2] selftests: KVM: Handle compiler optimizations in ucall

[PATCH MANUALSEL 5.18 1/3] tools/kvm_stat: fix display of error when multiple processes are found
 2022-06-28 18:02 UTC  (3+ messages)
` [PATCH MANUALSEL 5.18 2/3] selftests: KVM: Handle compiler optimizations in ucall
` [PATCH MANUALSEL 5.18 3/3] KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()

[PATCH v10 0/3] s390x: KVM: CPU Topology
 2022-06-28 17:27 UTC  (4+ messages)
` [PATCH v10 3/3] KVM: s390: resetting the Topology-Change-Report

[PATCH RESEND] x86/uaccess: Improve __try_cmpxchg64_user_asm for x86_32
 2022-06-28 16:16 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).