kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-21 17:54:28 to 2021-09-22 16:42:00 UTC [more...]

[PATCH] KVM: stats: add stats to detect if vcpu is currently halted
 2021-09-22 16:41 UTC  (8+ messages)

[PATCH v8 0/8] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-09-22 16:39 UTC  (8+ messages)
` [PATCH v8 2/8] KVM: arm64: Separate guest/host counter offset values
` [PATCH v8 6/8] KVM: arm64: Allow userspace to configure a guest's counter-timer offset

[PATCH 0/4 V8] Add AMD SEV and SEV-ES intra host migration support
 2021-09-22 16:34 UTC  (5+ messages)
` [PATCH 4/4 V8] selftest: KVM: Add intra host migration tests

[PATCH v1 1/3] KVM: arm64: Add arch specific exit reasons
 2021-09-22 16:09 UTC  (6+ messages)
` [PATCH v1 2/3] KVM: arm64: Add counter stats for "
` [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of "

[PATCH v3 0/7] KVM: few more SMM fixes
 2021-09-22 15:52 UTC  (5+ messages)

[PATCH] kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]
 2021-09-22 15:30 UTC  (2+ messages)

[PATCH v3 0/6] vfio/hisilicon: add acc live migration driver
 2021-09-22 15:11 UTC  (3+ messages)
` [PATCH v3 3/6] hisi_acc_qm: Move PCI device IDs to common header

[PATCH] KVM: VMX: Check if bus lock vmexit was preempted
 2021-09-22 14:58 UTC  (5+ messages)

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-09-22 14:49 UTC  (80+ messages)
` [RFC 01/20] iommu/iommufd: Add /dev/iommu core
` [RFC 02/20] vfio: Add device class for /dev/vfio/devices
` [RFC 03/20] vfio: Add vfio_[un]register_device()
` [RFC 04/20] iommu: Add iommu_device_get_info interface
` [RFC 05/20] vfio/pci: Register device to /dev/vfio/devices
` [RFC 06/20] iommu: Add iommu_device_init[exit]_user_dma interfaces
` [RFC 09/20] iommu: Add page size and address width attributes
` [RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE
` [RFC 12/20] iommu/iommufd: Add IOMMU_CHECK_EXTENSION
` [RFC 14/20] iommu/iommufd: Add iommufd_device_[de]attach_ioasid()
` [RFC 15/20] vfio/pci: Add VFIO_DEVICE_[DE]ATTACH_IOASID
` [RFC 16/20] vfio/type1: Export symbols for dma [un]map code sharing
` [RFC 17/20] iommu/iommufd: Report iova range to userspace

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-22 14:48 UTC  (31+ messages)
` [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [PATCH v3 02/16] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH v3 03/16] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH v3 04/16] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH v3 05/16] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv
` [PATCH v3 06/16] perf/core: Rework guest callbacks to prepare for static_call support
` [PATCH v3 07/16] perf: Add wrappers for invoking guest callbacks
` [PATCH v3 08/16] perf: Force architectures to opt-in to "
` [PATCH v3 09/16] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH v3 10/16] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
` [PATCH v3 11/16] KVM: x86: More precisely identify NMI from guest when handling PMI
` [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v3 13/16] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH v3 14/16] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c
` [PATCH v3 16/16] perf: Drop guest callback (un)register stubs

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-22 14:30 UTC  (12+ messages)
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()

[PATCH v6 00/12] KVM: arm64: Fixed features for protected VMs
 2021-09-22 14:17 UTC  (14+ messages)
` [PATCH v6 01/12] KVM: arm64: Move __get_fault_info() and co into their own include file
` [PATCH v6 02/12] KVM: arm64: Don't include switch.h into nvhe/kvm-main.c
` [PATCH v6 03/12] KVM: arm64: Move early handlers to per-EC handlers
` [PATCH v6 04/12] KVM: arm64: Add missing FORCE prerequisite in Makefile
` [PATCH v6 05/12] KVM: arm64: Pass struct kvm to per-EC handlers
` [PATCH v6 06/12] KVM: arm64: Add missing field descriptor for MDCR_EL2
` [PATCH v6 07/12] KVM: arm64: Simplify masking out MTE in feature id reg
` [PATCH v6 08/12] KVM: arm64: Add handlers for protected VM System Registers
` [PATCH v6 09/12] KVM: arm64: Initialize trap registers for protected VMs
` [PATCH v6 10/12] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v6 11/12] KVM: arm64: Trap access to pVM restricted features
` [PATCH v6 12/12] KVM: arm64: Handle protected guests at 32 bits

[PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-09-22 14:12 UTC  (2+ messages)

[PATCH] KVM: nVMX: Filter out all unsupported controls when eVMCS was activated
 2021-09-22 14:07 UTC  (5+ messages)

[PATCH v6 0/5] Add Guest API & Guest Kernel support for SEV live migration
 2021-09-22 13:54 UTC  (11+ messages)
` [PATCH v6 1/5] x86/kvm: Add AMD SEV specific Hypercall3

[kvm-unit-tests PATCH 0/9] s390x: Cleanup and maintenance 2
 2021-09-22 13:53 UTC  (22+ messages)
` [kvm-unit-tests PATCH 1/9] s390x: uv: Tolerate 0x100 query return code
` [kvm-unit-tests PATCH 2/9] s390x: pfmf: Fix 1MB handling
` [kvm-unit-tests PATCH 3/9] s390x: uv-host: Fence a destroy cpu test on z15
` [kvm-unit-tests PATCH 4/9] lib: s390x: uv: Fix share return value and print
` [kvm-unit-tests PATCH 5/9] lib: s390x: uv: Add UVC_ERR_DEBUG switch
` [kvm-unit-tests PATCH 6/9] lib: s390x: Print PGM code as hex
` [kvm-unit-tests PATCH 7/9] s390x: Makefile: Remove snippet flatlib linking
` [kvm-unit-tests PATCH 8/9] s390x: Add sthyi cc==0 r2+1 verification
` [kvm-unit-tests PATCH 9/9] s390x: skrf: Fix tprot assembly

vhd file with windows
 2021-09-22 13:41 UTC  (2+ messages)

[PATCH v3] vfio/ap_ops: Add missed vfio_uninit_group_dev()
 2021-09-22 13:11 UTC  (3+ messages)

[PATCH v2 0/3] KVM: selftests: Small fixes for dirty_log_perf_test
 2021-09-22 13:10 UTC  (2+ messages)

[PATCH 0/3] KVM: selftests: Small fixes for dirty_log_perf_test
 2021-09-22 11:19 UTC  (6+ messages)
` [PATCH 3/3] KVM: selftests: Fix dirty bitmap offset calculation

[PATCH v2 1/2] bus/fsl-mc: Add generic implementation for open/reset/close commands
 2021-09-22 11:05 UTC  (2+ messages)
` [PATCH v2 2/2] vfio/fsl-mc: Add per device reset support

[PATCH mlx5-next 0/7] Add mlx5 live migration driver
 2021-09-22 10:38 UTC  (8+ messages)
` [PATCH mlx5-next 1/7] PCI/IOV: Provide internal VF index
` [PATCH mlx5-next 2/7] vfio: Add an API to check migration state transition validity
` [PATCH mlx5-next 3/7] vfio/pci_core: Make the region->release() function optional
` [PATCH mlx5-next 4/7] net/mlx5: Introduce migration bits and structures
` [PATCH mlx5-next 5/7] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH mlx5-next 6/7] mlx5_vfio_pci: Expose migration commands over mlx5 device
` [PATCH mlx5-next 7/7] mlx5_vfio_pci: Implement vfio_pci driver for mlx5 devices

[PATCH v2] KVM: nVMX: Fix nested bus lock VM exit
 2021-09-22  9:57 UTC  (4+ messages)

[PATCH v5 0/8] KVM: arm64: Fixed features for protected VMs
 2021-09-22  9:46 UTC  (7+ messages)
` [PATCH v5 2/8] KVM: arm64: Add missing field descriptor for MDCR_EL2
` [PATCH v5 4/8] KVM: arm64: Add trap handlers for protected VMs

[PATCH v15] qapi: introduce 'query-x86-cpuid' QMP command
 2021-09-22  7:41 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: vcpu_idx related cleanups
 2021-09-22  7:41 UTC  (5+ messages)
` [PATCH 2/2] KVM: x86: Identify vCPU0 by its vcpu_idx instead of walking vCPUs array

[PATCH v2 0/2] KVM: x86: skip gfn_track allocation when possible
 2021-09-22  4:58 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: add config for non-kvm users of page tracking
` [PATCH v2 2/2] KVM: x86: only allocate gfn_track when necessary

[PATCH V10 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-09-21 23:22 UTC  (5+ messages)
` [PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks

[PATCH v2 0/6] KVM: few more SMM fixes
 2021-09-21 22:55 UTC  (3+ messages)
` [PATCH v2 6/6] KVM: nVMX: re-evaluate emulation_required on nested VM exit

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-21 21:29 UTC  (5+ messages)
` [PATCH v2 05/13] perf: Force architectures to opt-in to guest callbacks

[PATCH 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages
 2021-09-21 19:46 UTC  (4+ messages)
` [PATCH 1/2] x86: sgx_vepc: extract sgx_vepc_remove_page

[PATCH 0/2] KVM: SEV: Allow for mirroring of SEV-ES VMs
 2021-09-21 19:24 UTC  (3+ messages)
` [PATCH 1/2] KVM: SEV: Update svm_vm_copy_asid_from for SEV-ES

[PATCH 1/1] virtio/s390: fix vritio-ccw device teardown
 2021-09-21 18:25 UTC  (11+ messages)

[PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-09-21 18:22 UTC  (7+ messages)

[PATCH] selftests: KVM: Gracefully handle missing vCPU features
 2021-09-21 18:15 UTC  (3+ messages)

[PATCH] kvm: fix wrong exception emulation in check_rdtsc
 2021-09-21 18:00 UTC  (2+ messages)

[PATCH 0/2] KVM: SEV: RECEIVE_UPDATE_DATA bug fixes
 2021-09-21 17:59 UTC  (3+ messages)
` [PATCH 1/2] KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATA

[PATCH] KVM: SVM: fix missing sev_decommission in sev_receive_start
 2021-09-21 17:58 UTC  (3+ messages)

[PATCH V2] KVM: SEV: Acquire vcpu mutex when updating VMSA
 2021-09-21 17:54 UTC  (4+ messages)


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