kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-17 11:43:37 to 2022-03-21 02:02:00 UTC [more...]

[REGRESSION] Too-low frequency limit for AMD GPU PCI-passed-through to Windows VM
 2022-03-21  1:26 UTC  (25+ messages)

Report an error on GICv4.1 vcpu de-schedule
 2022-03-21  1:33 UTC  (4+ messages)

[PATCH] Documentation: KVM: Describe guest TSC scaling in migration algorithm
 2022-03-21  0:51 UTC  (15+ messages)

[PATCH 0/4] Verify dirty logging works properly with page stats
 2022-03-21  0:26 UTC  (5+ messages)
` [PATCH 1/4] selftests: KVM: Dump VM stats in binary stats test
` [PATCH 2/4] selftests: KVM: Test reading a single stat
` [PATCH 3/4] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()
` [PATCH 4/4] selftests: KVM: use dirty logging to check if page stats work correctly

propagating vmgenid outward and upward
 2022-03-20 22:53 UTC  (5+ messages)

[GIT PULL] KVM/SLS change for 5.17 final
 2022-03-20 17:03 UTC  (2+ messages)

system locks up with CONFIG_SLS=Y; 5.17.0-rc
 2022-03-20 14:17 UTC  (12+ messages)
            ` [PATCH -v1.1] kvm/emulate: Fix SETcc emulation function offsets with SLS
              ` [PATCH -v1.2] "

[PATCH v3 0/6] kvm: x86: better handling of optional kvm_x86_ops
 2022-03-20 13:58 UTC  (10+ messages)
` [PATCH v3 6/6] KVM: x86: allow defining return-0 static calls

[PATCH v2] vhost: handle error while adding split ranges to iotlb
 2022-03-20  7:44 UTC 

iommufd dirty page logging overview
 2022-03-20  3:34 UTC  (10+ messages)

[PATCH v3 0/3] KVM: Dirty quota-based throttling
 2022-03-19 18:21 UTC  (2+ messages)

[PATCH v4 00/32] KVM: s390: enable zPCI for interpretive execution
 2022-03-19  7:51 UTC  (22+ messages)
` [PATCH v4 14/32] iommu: introduce iommu_domain_alloc_type and the KVM type
` [PATCH v4 15/32] vfio: introduce KVM-owned IOMMU type

[PATCH v4 00/15] KVM: arm64: PSCI SYSTEM_SUSPEND + SYSTEM_RESET2 bugfix
 2022-03-19  7:28 UTC  (4+ messages)
` [PATCH v4 07/15] KVM: Create helper for setting a system event exit
` (subset) [PATCH v4 00/15] KVM: arm64: PSCI SYSTEM_SUSPEND + SYSTEM_RESET2 bugfix

[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
 2022-03-19  5:27 UTC  (3+ messages)
` [PATCH v2 21/26] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-03-18 22:13 UTC  (10+ messages)
` [PATCH v18 10/18] s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassigned
` [PATCH v18 12/18] s390/vfio-ap: reset queues after adapter/domain unassignment

[PATCH v2 0/3] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-03-18 20:54 UTC  (9+ messages)
` [PATCH v2 2/3] KVM: arm64: selftests: add arch_timer_edge_cases
` [PATCH v2 3/3] KVM: arm64: selftests: add edge cases tests into arch_timer_edge_cases

[PATCH kvmtool v2] Revert "kvm tools: Filter out CPU vendor string"
 2022-03-18 20:49 UTC 

[PATCH 00/11] KVM: selftests: Add aarch64/page_fault_test
 2022-03-18 20:33 UTC  (13+ messages)
` [PATCH 01/11] KVM: selftests: Add a userfaultfd library
` [PATCH 02/11] KVM: selftests: Add vm_mem_region_get_src_fd library function
` [PATCH 04/11] KVM: selftests: Add vm_alloc_page_table_in_memslot "
` [PATCH 06/11] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete

[RESEND PATCH kvmtool] x86/cpuid: Stop masking the CPU vendor
 2022-03-18 19:50 UTC  (3+ messages)

[PATCH 0/2] KVM: arm64: Fixes for SMC64 SYSTEM_RESET2 calls
 2022-03-18 19:38 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Generally disallow SMC64 for AArch32 guests
` [PATCH 2/2] KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32

[PATCH kvm/queue] KVM: SVM: Remove duplicates in arch/x86/kvm/svm/svm.h
 2022-03-18 18:01 UTC 

[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
 2022-03-18 17:34 UTC  (15+ messages)
                ` iommufd(+vfio-compat) dirty tracking (Was: Re: [RFC v2 0/4] vfio/hisilicon: add acc live migration driver)
                    ` iommufd(+vfio-compat) dirty tracking

[RFC PATCH v3 00/36] TDX QEMU support
 2022-03-18 17:31 UTC  (45+ messages)
` [RFC PATCH v3 01/36] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [RFC PATCH v3 02/36] i386: Introduce tdx-guest object
` [RFC PATCH v3 03/36] target/i386: Implement mc->kvm_type() to get VM type
` [RFC PATCH v3 04/36] target/i386: Introduce kvm_confidential_guest_init()
` [RFC PATCH v3 05/36] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [RFC PATCH v3 06/36] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [RFC PATCH v3 07/36] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [RFC PATCH v3 08/36] i386/tdx: Adjust get_supported_cpuid() for TDX VM
` [RFC PATCH v3 09/36] KVM: Introduce kvm_arch_pre_create_vcpu()
` [RFC PATCH v3 10/36] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [RFC PATCH v3 11/36] i386/tdx: Initialize TDX before creating TD vcpus
` [RFC PATCH v3 12/36] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [RFC PATCH v3 13/36] i386/tdx: Wire CPU features up with attributes of TD guest
` [RFC PATCH v3 14/36] i386/tdx: Validate TD attributes
` [RFC PATCH v3 15/36] i386/tdx: Implement user specified tsc frequency
` [RFC PATCH v3 16/36] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [RFC PATCH v3 17/36] pflash_cfi01/tdx: Introduce ram_mode of pflash for TDVF
` [RFC PATCH v3 18/36] i386/tdvf: Introduce function to parse TDVF metadata
` [RFC PATCH v3 19/36] i386/tdx: Parse TDVF metadata for TDX VM
` [RFC PATCH v3 20/36] i386/tdx: Get and store the mem_ptr of TDVF firmware
` [RFC PATCH v3 21/36] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [RFC PATCH v3 22/36] i386/tdx: Track RAM entries for TDX VM
` [RFC PATCH v3 23/36] i386/tdx: Create the TD HOB list upon machine init done
` [RFC PATCH v3 24/36] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [RFC PATCH v3 25/36] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [RFC PATCH v3 26/36] i386/tdx: Finalize TDX VM
` [RFC PATCH v3 27/36] i386/tdx: Disable SMM for TDX VMs
` [RFC PATCH v3 28/36] i386/tdx: Disable PIC "
` [RFC PATCH v3 29/36] i386/tdx: Don't allow system reset "
` [RFC PATCH v3 30/36] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [RFC PATCH v3 31/36] hw/i386: add option to forcibly report edge trigger in acpi tables
` [RFC PATCH v3 32/36] i386/tdx: Don't synchronize guest tsc for TDs
` [RFC PATCH v3 33/36] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [RFC PATCH v3 34/36] i386/tdx: Skip kvm_put_apicbase() "
` [RFC PATCH v3 35/36] i386/tdx: Don't get/put guest state for TDX VMs
` [RFC PATCH v3 36/36] docs: Add TDX documentation

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-03-18 17:27 UTC  (13+ messages)
` [PATCH RFC 01/12] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH RFC 02/12] iommufd: Overview documentation
` [PATCH RFC 03/12] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH RFC 04/12] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH RFC 05/12] iommufd: PFN handling for iopt_pages
` [PATCH RFC 06/12] iommufd: Algorithms for PFN storage
` [PATCH RFC 07/12] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH RFC 08/12] iommufd: IOCTLs for the io_pagetable
` [PATCH RFC 09/12] iommufd: Add a HW pagetable object
` [PATCH RFC 10/12] iommufd: Add kAPI toward external drivers
` [PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility
` [PATCH RFC 12/12] iommufd: Add a selftest

[FYI PATCH] Revert "KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()"
 2022-03-18 16:48 UTC 

[PATCH] Revert "KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()"
 2022-03-18 16:46 UTC 

[PATCH] KVM: x86/mmu: Recurse down to 1GB level when zapping pages in a range
 2022-03-18 16:42 UTC 

[PATCH] KVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_mt_mask
 2022-03-18 16:29 UTC 

[PATCH net-next v4 0/2] af_vsock: add two new tests for SOCK_SEQPACKET
 2022-03-18 15:30 UTC  (3+ messages)

[PATCH 1/4] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
 2022-03-18 14:56 UTC  (12+ messages)

[GIT PULL] KVM/arm64 updates for 5.18
 2022-03-18 14:36 UTC 

[kvm-unit-tests PATCH] libfdt: use logical "or" instead of bitwise "or" with boolean operands
 2022-03-18 13:41 UTC  (3+ messages)

[PATCH v6 0/4] x86/tests: Add tests for AMD SEV-ES #VC handling
 2022-03-18 10:46 UTC  (5+ messages)
` [PATCH v6 1/4] "
` [PATCH v6 2/4] "
` [PATCH v6 3/4] "
` [PATCH v6 4/4] "

[PATCH 0/5] KVM: X86: Scaling Guest OS Critical Sections with boosting
 2022-03-18 10:09 UTC  (2+ messages)

[kvm-unit-tests PATCH] runtime: indicate failure on crash/timeout/abort in TAP
 2022-03-18  9:56 UTC  (3+ messages)

[PATCH] vhost: handle error while adding split ranges to iotlb
 2022-03-18  9:54 UTC  (2+ messages)

[PATCH v6 0/4] x86/tests: Add tests for AMD SEV-ES #VC handling
 2022-03-18  9:45 UTC  (5+ messages)
` [PATCH v6 1/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add Kconfig options for testing AMD SEV related features
` [PATCH v6 2/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add KUnit based tests to validate Linux's VC handling for instructions cpuid and wbinvd. These tests: 1. install a kretprobe on the #VC handler (sev_es_ghcb_hv_call, to access GHCB before/after the resulting VMGEXIT). 2. trigger an NAE by executing either cpuid or wbinvd. 3. check that the kretprobe was hit with the right exit_code available in GHCB
` [PATCH v6 3/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add KUnit based tests to validate Linux's VC handling for instructions accessing registers such as MSR and DR7. These tests: 1. install a kretprobe on the #VC handler (sev_es_ghcb_hv_call, to access GHCB before/after the resulting VMGEXIT). 2. trigger an NAE by accessing either MSR or DR7. "
` [PATCH v6 4/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add KUnit based tests to validate Linux's VC handling for IO instructions. These tests: 1. install a kretprobe on the #VC handler (sev_es_ghcb_hv_call, to access GHCB before/after the resulting VMGEXIT). 2. trigger an NAE by issuing an IO instruction. "

[PATCH] kvm/arm64: Fix memory section did not set to kvm
 2022-03-18  8:59 UTC 

[PATCH] x86/sev-es: Replace open-coded hlt-loop with sev_es_terminate()
 2022-03-18  8:51 UTC  (2+ messages)

[PATCH v2 0/3] Enable notify VM exit
 2022-03-18  8:29 UTC  (4+ messages)
` [PATCH v2 1/3] linux-headers: Sync the linux headers
` [PATCH v2 2/3] i386: kvm: Save&restore triple fault event
` [PATCH v2 3/3] i386: Add notify VM exit support

[PATCH v7 0/8] IPI virtualization support for VM
 2022-03-18  8:15 UTC  (2+ messages)

[PATCH v5 0/3] Introduce Notify VM exit
 2022-03-18  7:49 UTC  (4+ messages)
` [PATCH v5 1/3] KVM: X86: Save&restore the triple fault request
` [PATCH v5 2/3] KVM: VMX: Enable Notify VM exit
` [PATCH v5 3/3] KVM: Add document for KVM_CAP_X86_NOTIFY_VMEXIT and KVM_EXIT_NOTIFY

[PATCH 00/21] Control VQ support in vDPA
 2022-03-18  7:35 UTC  (4+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 19/19] vdpasim: control virtqueue support

[kvm-unit-tests PATCH] Add --disable-werror option
 2022-03-18  7:26 UTC 

[RFC PATCH 00/47] Address Space Isolation for KVM
 2022-03-17 23:25 UTC  (5+ messages)

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-17 20:20 UTC  (8+ messages)
` [PATCH v12 32/46] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers

[PATCH v3] vfio-pci: Provide reviewers and acceptance criteria for vendor drivers
 2022-03-17 19:41 UTC  (5+ messages)

[PATCH] x86/cpuid: Stop masking the CPU vendor
 2022-03-17 19:27 UTC  (2+ messages)

[kvm-unit-tests PATCH] arm/run: Use TCG with qemu-system-arm on arm64 systems
 2022-03-17 18:03 UTC  (3+ messages)

[PATCH v4 0/6] Improve KVM's interaction with CPU hotplug
 2022-03-17 17:36 UTC  (5+ messages)
` [PATCH v4 2/6] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v4 4/6] KVM: arm64: Simplify the CPUHP logic

[PATCH v4] vfio-pci: Provide reviewers and acceptance criteria for variant drivers
 2022-03-17 16:03 UTC  (2+ messages)

[PATCH v5 0/1] x86/test: Add a test for AMD SEV-ES #VC handling
 2022-03-17 13:21 UTC  (3+ messages)
` [PATCH v5 1/1] "

[PATCH v3 1/4] drivers/s390/char: Add Ultravisor io device
 2022-03-17 11:59 UTC  (5+ messages)
` [PATCH v3 1/4] drivers/s390/char: Add Ultravisor io device'

[PATCH 10/27] Replace config-time define HOST_WORDS_BIGENDIAN
 2022-03-17 11:31 UTC  (2+ messages)

[PATCH v1 0/2] Add arm64 vcpu exit reasons and tracepoint
 2022-03-17 11:43 UTC  (3+ messages)
` [PATCH v1 2/2] KVM: arm64: Add debug tracepoint for vcpu exits


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