kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-04 11:18:07 to 2022-07-06 15:25:44 UTC [more...]

Add vfio-platform support for ONESHOT irq forwarding?
 2022-07-06 15:25 UTC  (9+ messages)

[PATCH 1/2] KVM: x86: Initialize nr_lvt_entries to a proper default value
 2022-07-06 15:07 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86: Fix access to vcpu->arch.apic when the irqchip is not in kernel

[PATCH v2 1/2] KVM: x86: Initialize nr_lvt_entries to a proper default value
 2022-07-06 14:59 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: x86: Fix access to vcpu->arch.apic when the irqchip is not in kernel

simplify the mdev interface v5
 2022-07-06 14:38 UTC  (21+ messages)
` [PATCH 01/15] drm/i915/gvt: fix a memory leak in intel_gvt_init_vgpu_types
` [PATCH 02/15] drm/i915/gvt: simplify vgpu configuration management
` [PATCH 03/15] vfio/mdev: make mdev.h standalone includable
` [PATCH 04/15] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 05/15] vfio/mdev: simplify mdev_type handling
` [PATCH 06/15] vfio/mdev: remove mdev_from_dev
` [PATCH 07/15] vfio/mdev: unexport mdev_bus_type
` [PATCH 08/15] vfio/mdev: remove mdev_parent_dev
` [PATCH 09/15] vfio/mdev: remove mtype_get_parent_dev
` [PATCH 10/15] vfio/mdev: consolidate all the device_api sysfs into the core code
` [PATCH 11/15] vfio/mdev: consolidate all the name "
` [PATCH 12/15] vfio/mdev: consolidate all the available_instance "
` [PATCH 13/15] vfio/mdev: consolidate all the description "
` [PATCH 14/15] vfio/mdev: add mdev available instance checking to the core
` [PATCH 15/15] vfio/mdev: remove an extra parent kobject reference

[PATCH v2 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-07-06 12:17 UTC  (44+ messages)
` [PATCH v2 01/21] KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"
` [PATCH v2 02/21] KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
` [PATCH v2 03/21] KVM: x86: Don't check for code breakpoints when emulating on exception
` [PATCH v2 04/21] KVM: nVMX: Treat General Detect #DB (DR7.GD=1) as fault-like
` [PATCH v2 05/21] KVM: nVMX: Prioritize TSS T-flag #DBs over Monitor Trap Flag
` [PATCH v2 06/21] KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)
` [PATCH v2 07/21] KVM: x86: Use DR7_GD macro instead of open coding check in emulator
` [PATCH v2 08/21] KVM: nVMX: Ignore SIPI that arrives in L2 when vCPU is not in WFS
` [PATCH v2 09/21] KVM: nVMX: Unconditionally clear mtf_pending on nested VM-Exit
` [PATCH v2 10/21] KVM: VMX: Inject #PF on ENCLS as "emulated" #PF
` [PATCH v2 11/21] KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
` [PATCH v2 12/21] KVM: x86: Make kvm_queued_exception a properly named, visible struct
` [PATCH v2 13/21] KVM: x86: Formalize blocking of nested pending exceptions
` [PATCH v2 14/21] KVM: x86: Use kvm_queue_exception_e() to queue #DF
` [PATCH v2 15/21] KVM: x86: Hoist nested event checks above event injection logic
` [PATCH v2 16/21] KVM: x86: Evaluate ability to inject SMI/NMI/IRQ after potential VM-Exit
` [PATCH v2 17/21] KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
` [PATCH v2 18/21] KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptions
` [PATCH v2 20/21] KVM: selftests: Use uapi header to get VMX and SVM exit reasons/codes
` [PATCH v2 21/21] KVM: selftests: Add an x86-only test to verify nested exception queueing

[PATCH] s390x: split migration test into vector and gs test
 2022-07-06 10:56 UTC  (2+ messages)

[PATCH] KVM: LAPIC: Separate the variable declaration and code logic
 2022-07-03  4:54 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-06  8:20 UTC  (15+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 02/14] selftests/memfd: Add tests for F_SEAL_AUTO_ALLOCATE
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v7 06/14] KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
` [PATCH v7 09/14] KVM: Extend the memslot to support fd-based private memory
` [PATCH v7 10/14] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
` [PATCH v7 12/14] KVM: Handle page fault for private memory
` [PATCH v7 13/14] KVM: Enable and expose KVM_MEM_PRIVATE
` [PATCH v7 14/14] memfd_create.2: Describe MFD_INACCESSIBLE flag

[RFT][PATCH v2 0/9] Update vfio_pin/unpin_pages API
 2022-07-06  6:57 UTC  (14+ messages)
` [RFT][PATCH v2 1/9] vfio: Make vfio_unpin_pages() return void
` [RFT][PATCH v2 2/9] vfio/ap: Pass in physical address of ind to ap_aqic()
` [RFT][PATCH v2 3/9] vfio/ccw: Only pass in contiguous pages
` [RFT][PATCH v2 4/9] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
` [RFT][PATCH v2 5/9] vfio/ap: Remove redundant pfn
` [RFT][PATCH v2 6/9] vfio/ccw: Change pa_pfn list to pa_iova list
` [RFT][PATCH v2 7/9] vfio: Rename user_iova of vfio_dma_rw()
` [RFT][PATCH v2 8/9] vfio/ccw: Add kmap_local_page() for memcpy
` [RFT][PATCH v2 9/9] vfio: Replace phys_pfn with pages for vfio_pin_pages()

[kvm-unit-tests PATCH v2 0/8] s390x: uv-host: Access check extensions and improvements
 2022-07-06  6:40 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/8] s390x: uv-host: Add access checks for donated memory
` [kvm-unit-tests PATCH v2 2/8] s390x: uv-host: Add uninitialized UV tests
` [kvm-unit-tests PATCH v2 3/8] s390x: uv-host: Test uv immediate parameter
` [kvm-unit-tests PATCH v2 4/8] s390x: uv-host: Add access exception test
` [kvm-unit-tests PATCH v2 5/8] s390x: uv-host: Add a set secure config parameters test function
` [kvm-unit-tests PATCH v2 6/8] s390x: uv-host: Remove duplicated +
` [kvm-unit-tests PATCH v2 7/8] s390x: uv-host: Fence against being run as a PV guest
` [kvm-unit-tests PATCH v2 8/8] s390x: uv-host: Fix init storage origin and length check

[PATCH] vfio: hisi_acc_vfio_pci: fix integer overflow check in hisi_acc_vf_resume_write()
 2022-07-06  5:51 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Improve ISA extension by using a bitmap
 2022-07-06  5:34 UTC  (4+ messages)

[PATCH] x86/compressed/64: Add identity mappings for setup_data entries
 2022-07-06  2:53 UTC 

[PATCH rc] vfio: Move IOMMU_CAP_CACHE_COHERENCY test to after we know we have a group
 2022-07-05 22:11 UTC  (4+ messages)

[PATCHv2] vgaarb: Add module param to allow for choosing the boot VGA device
 2022-07-05 20:42 UTC  (5+ messages)

[PATCH v3 00/11] s390/vfio-ccw rework
 2022-07-05 20:17 UTC  (15+ messages)
` [PATCH v3 07/11] vfio/ccw: Update trace data for not operational event
` [PATCH v3 08/11] vfio/ccw: Create an OPEN FSM Event
` [PATCH v3 09/11] vfio/ccw: Create a CLOSE FSM event
` [PATCH v3 10/11] vfio/ccw: Refactor vfio_ccw_mdev_reset
` [PATCH v3 11/11] vfio/ccw: Move FSM open/close to MDEV open/close

[RFC] kvm: reverse call order of kvm_arch_destroy_vm() and kvm_destroy_devices()
 2022-07-05 19:30 UTC  (2+ messages)

[PATCH 2/2] kvm: rename KVM_MAX_VCPU_ID to, KVM_MAX_VCPU_IDS
 2022-07-05 16:07 UTC  (2+ messages)

[PATCH V1 vfio 00/11] Add device DMA logging support for mlx5 driver
 2022-07-05 16:05 UTC  (16+ messages)
` [PATCH V1 vfio 01/11] net/mlx5: Introduce ifc bits for page tracker
` [PATCH V1 vfio 02/11] net/mlx5: Query ADV_VIRTUALIZATION capabilities
` [PATCH V1 vfio 03/11] vfio: Introduce DMA logging uAPIs
` [PATCH V1 vfio 04/11] vfio: Move vfio.c to vfio_main.c
` [PATCH V1 vfio 05/11] vfio: Add an IOVA bitmap support
` [PATCH V1 vfio 06/11] vfio: Introduce the DMA logging feature support
` [PATCH V1 vfio 07/11] vfio/mlx5: Init QP based resources for dirty tracking
` [PATCH V1 vfio 08/11] vfio/mlx5: Create and destroy page tracker object
` [PATCH V1 vfio 09/11] vfio/mlx5: Report dirty pages from tracker
` [PATCH V1 vfio 10/11] vfio/mlx5: Manage error scenarios on tracker
` [PATCH V1 vfio 11/11] vfio/mlx5: Set the driver DMA logging callbacks

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-05 14:53 UTC  (6+ messages)
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support

[PATCH] Documentation: KVM: Describe guest TSC scaling in migration algorithm
 2022-07-05 14:43 UTC  (6+ messages)

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-05 14:06 UTC  (3+ messages)
` [PATCH v7 037/102] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis

[PATCH v2 00/11] SMM emulation and interrupt shadow fixes
 2022-07-05 13:51 UTC  (8+ messages)
` [PATCH v2 11/11] KVM: x86: emulator/smm: preserve interrupt shadow in SMRAM

[PATCH v11 0/3] s390x: KVM: CPU Topology
 2022-07-05 12:38 UTC  (12+ messages)
` [PATCH v11 2/3] KVM: s390: guest support for topology function
` [PATCH v11 3/3] KVM: s390: resetting the Topology-Change-Report

[PATCH kernel] powerpc/iommu: Add simple iommu_ops to report capabilities
 2022-07-05 11:57 UTC  (3+ messages)

[kvm-unit-tests PATCH v3] s390x: Add strict mode to specification exception interpretation test
 2022-07-05 11:17 UTC 

[PATCH v3 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-05  8:31 UTC  (4+ messages)
` [PATCH v3 1/2] vfio: Replace the DMA unmapping notifier with a callback
` [PATCH v3 2/2] vfio: Replace the iommu notifier with a device list

[PATCH] KVM: x86: Add EOI exit bitmap handlers for Hyper-V SynIC vectors
 2022-07-05  8:37 UTC 

simplify the mdev interface v4
 2022-07-05  8:25 UTC  (24+ messages)
` [PATCH 01/14] drm/i915/gvt: fix a memory leak in intel_gvt_init_vgpu_types
` [PATCH 02/14] drm/i915/gvt: simplify vgpu configuration management
` [PATCH 03/14] vfio/mdev: make mdev.h standalone includable
` [PATCH 04/14] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 05/14] vfio/mdev: simplify mdev_type handling
` [PATCH 06/14] vfio/mdev: remove mdev_from_dev
` [PATCH 07/14] vfio/mdev: unexport mdev_bus_type
` [PATCH 08/14] vfio/mdev: remove mdev_parent_dev
` [PATCH 09/14] vfio/mdev: remove mtype_get_parent_dev
` [PATCH 10/14] vfio/mdev: consolidate all the device_api sysfs into the core code
` [PATCH 11/14] vfio/mdev: consolidate all the name "
` [PATCH 12/14] vfio/mdev: consolidate all the available_instance "
` [PATCH 13/14] vfio/mdev: consolidate all the description "
` [PATCH 14/14] vfio/mdev: add mdev available instance checking to the core

[kvm-unit-tests PATCH v2 0/4] Add panic test support
 2022-07-05  8:20 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/4] runtime: add support for panic tests
` [kvm-unit-tests PATCH v2 2/4] lib: s390x: add CPU timer functions to time.h
` [kvm-unit-tests PATCH v2 3/4] s390x: add extint loop test
` [kvm-unit-tests PATCH v2 4/4] s390x: add pgm spec interrupt "

[PATCH v20 19/20] s390/Docs: new doc describing lock usage by the vfio_ap device driver
 2022-07-05  7:46 UTC  (3+ messages)

[PATCH v4 0/4] KVM: Dirty quota-based throttling
 2022-07-05  7:21 UTC  (10+ messages)
` [PATCH v4 1/4] KVM: Implement dirty quota-based throttling of vcpus

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-05  2:12 UTC  (12+ messages)
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "

[PATCH] vfio/spapr_tce: Remove the unused parameters container
 2022-07-02  6:46 UTC 

[RFC PATCH kernel] vfio: Skip checking for IOMMU_CAP_CACHE_COHERENCY on POWER and more
 2022-07-05  0:49 UTC  (3+ messages)

[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-07-04 22:48 UTC  (3+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE

[PATCH v20 18/20] s390/vfio-ap: update docs to include dynamic config support
 2022-07-04 21:20 UTC  (2+ messages)

[PATCH] selftests/kvm: Add error messages before skipping tests in vm_xsave_req_perm()
 2022-07-04 16:35 UTC 

[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-07-04 15:00 UTC  (8+ messages)

[PATCH v8 00/12] s390x: CPU Topology
 2022-07-04 14:51 UTC  (6+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures

[PATCH v3 4/4] vfio: Require that devices support DMA cache coherence
 2022-07-04 13:27 UTC  (3+ messages)

[PATCH v6 0/5] Fix some races between sysfb device registration and drivers probe
 2022-07-04 12:22 UTC  (15+ messages)
` [PATCH v6 3/5] fbdev: Disable sysfb device registration when removing conflicting FBs


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