KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-24 10:57:59 to 2024-04-25 22:01:40 UTC [more...]

[GIT PULL] virtio: bugfix
 2024-04-25 22:01 UTC 

[PATCH v14 00/22] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-25 22:00 UTC  (22+ messages)
` [PATCH v14 03/22] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v14 05/22] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH v14 06/22] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v14 09/22] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v14 16/22] KVM: x86: Implement gmem hook for determining max NPT mapping level
` [PATCH v14 17/22] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PATCH v14 21/22] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands
` [PATCH v14 22/22] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
 2024-04-25 21:53 UTC  (14+ messages)

[RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
 2024-04-25 21:46 UTC  (17+ messages)

[PATCH v6 0/9] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-04-25 21:44 UTC  (11+ messages)
` [PATCH v6 8/9] KVM: VMX: Open code VMX preemption timer rate mask in its accessor

[RFC] TDX module configurability of 0x80000008
 2024-04-25 21:39 UTC  (6+ messages)

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-25 20:59 UTC  (3+ messages)
` [PATCH v2 21/25] nvdimm: virtio_pmem: drop owner assignment

[PATCH] KVM: x86: Set BHI_NO in guest when host is not affected by BHI
 2024-04-25 20:45 UTC  (10+ messages)

[PATCH v4] KVM: arm64: Add early_param to control WFx trapping
 2024-04-25 20:44 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] Fix testing failure in x86/msr
 2024-04-25 20:05 UTC  (2+ messages)

[PATCH v2 09/14] arm64: Enable memory encrypt for Realms
 2024-04-25 18:16 UTC  (6+ messages)

[PATCH 00/10] KVM: x86: Clean up MSR access/failure handling
 2024-04-25 18:14 UTC  (11+ messages)
` [PATCH 01/10] KVM: SVM: Disallow guest from changing userspace's MSR_AMD64_DE_CFG value
` [PATCH 02/10] KVM: x86: Move MSR_TYPE_{R,W,RW} values from VMX to x86, as enums
` [PATCH 03/10] KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED
` [PATCH 04/10] KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entry
` [PATCH 05/10] KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()
` [PATCH 06/10] KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entry
` [PATCH 07/10] KVM: x86: Funnel all fancy MSR return value handling into a common helper
` [PATCH 08/10] KVM: x86: Hoist x86.c's global msr_* variables up above kvm_do_msr_access()
` [PATCH 09/10] KVM: x86: Suppress failures on userspace access to advertised, unsupported MSRs
` [PATCH 10/10] KVM: x86: Suppress userspace access failures on unsupported, "emulated" MSRs

[PATCH v3 0/3] vfio/pci: Support 8-byte PCI loads and stores
 2024-04-25 16:56 UTC  (4+ messages)
` [PATCH v3 1/3] vfio/pci: Extract duplicated code into macro
` [PATCH v3 2/3] vfio/pci: Support 8-byte PCI loads and stores
` [PATCH v3 3/3] vfio/pci: Continue to refactor vfio_pci_core_do_io_rw

[PATCH 00/11] KVM: guest_memfd: New hooks and functionality for SEV-SNP and TDX
 2024-04-25 16:51 UTC  (15+ messages)
` [PATCH 04/11] filemap: add FGP_CREAT_ONLY
` [PATCH 07/11] KVM: guest_memfd: extract __kvm_gmem_get_pfn()
` [PATCH 09/11] KVM: guest_memfd: Add interface for populating gmem pages with user data

[PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
 2024-04-25 16:46 UTC  (11+ messages)

[PATCH V4 0/4] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-04-25 16:39 UTC  (11+ messages)

[PATCH] KVM: selftests: Add 'malloc' failure check in test_vmx_nested_state
 2024-04-25 16:25 UTC  (11+ messages)

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2024-04-25 16:22 UTC  (6+ messages)
` [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2

[v2] Support for Arm CCA VMs on Linux
 2024-04-25 15:58 UTC  (19+ messages)
` [PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
  ` [PATCH v2 14/14] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
  ` [PATCH v2 13/43] arm64: RME: RTT handling
  ` [PATCH v2 17/43] arm64: RME: Allow VMM to set RIPAS
  ` [PATCH v2 21/43] arm64: RME: Runtime faulting of memory
  ` [PATCH v2 42/43] arm64: kvm: Expose support for private memory

[PATCH 0/4] KVM: x86: Collect host state snapshots into a struct
 2024-04-25 14:47 UTC  (8+ messages)
` [PATCH 1/4] KVM: x86: Add a struct to consolidate host values, e.g. EFER, XCR0, etc

[PATCH 0/3] KVM: x86: Fix supported VM_TYPES caps
 2024-04-25 14:30 UTC  (7+ messages)
` [PATCH 3/3] KVM: x86: Explicitly zero kvm_caps during vendor module load

[PATCH v6 0/5] add debugfs to hisilicon migration driver
 2024-04-25 13:23 UTC  (6+ messages)
` [PATCH v6 1/5] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH v6 2/5] hisi_acc_vfio_pci: modify the register location of the XQC address
` [PATCH v6 3/5] hisi_acc_vfio_pci: create subfunction for data reading
` [PATCH v6 4/5] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
` [PATCH v6 5/5] Documentation: add debugfs description for hisi migration

[PATCH for-9.1 0/7] target/i386/kvm: Cleanup the kvmclock feature name
 2024-04-25 13:36 UTC  (11+ messages)
` [PATCH for-9.1 1/7] target/i386/kvm: Add feature bit definitions for KVM CPUID
` [PATCH for-9.1 2/7] target/i386/kvm: Remove local MSR_KVM_WALL_CLOCK and MSR_KVM_SYSTEM_TIME definitions

[PATCH v11 00/21] i386: Introduce smp.modules and clean up cache topology
 2024-04-25 13:30 UTC  (24+ messages)
` [PATCH v11 01/21] hw/core/machine: Introduce the module as a CPU topology level
` [PATCH v11 02/21] hw/core/machine: Support modules in -smp
` [PATCH v11 03/21] hw/core: Introduce module-id as the topology subindex
` [PATCH v11 04/21] hw/core: Support module-id in numa configuration
` [PATCH v11 05/21] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PATCH v11 06/21] i386/cpu: Use APIC ID info to encode cache topo in CPUID[4]
` [PATCH v11 07/21] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v11 08/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v11 09/21] i386/cpu: Introduce bitmap to cache available CPU topology levels
` [PATCH v11 10/21] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PATCH v11 11/21] i386/cpu: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v11 12/21] i386: Introduce module level cpu topology to CPUX86State
` [PATCH v11 13/21] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v11 14/21] i386: Expose module level in CPUID[0x1F]
` [PATCH v11 15/21] i386: Support module_id in X86CPUTopoIDs
` [PATCH v11 16/21] i386/cpu: Introduce module-id to X86CPU
` [PATCH v11 17/21] tests: Add test case of APIC ID for module level parsing
` [PATCH v11 18/21] hw/i386/pc: Support smp.modules for x86 PC machine
` [PATCH v11 19/21] i386: Add cache topology info in CPUCacheInfo
` [PATCH v11 20/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v11 21/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-04-25 12:58 UTC  (23+ messages)

[PATCH v5 4/5] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
 2024-04-25 12:55 UTC  (4+ messages)

[PATCH v3 0/3] KVM/x86: Enhancements to static calls
 2024-04-25 12:52 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: x86: Replace static_call_cond() with static_call()
` [PATCH v3 2/3] KVM: x86: Introduce KVM_X86_CALL() to simplify static calls of kvm_x86_ops
` [PATCH v3 3/3] KVM: x86/pmu: Add KVM_PMU_CALL() to simplify static calls of kvm_pmu_ops

[PATCH v3 00/19] KVM: arm64: Transition to a per-ITS translation cache
 2024-04-25 12:33 UTC  (2+ messages)

[PATCH v5 RESEND] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-04-25 11:17 UTC  (4+ messages)

[PATCH] vfio: Use anon_inode_getfile_fmode() in vfio_device_open_file()
 2024-04-24 23:41 UTC 

[PATCH v13 00/26] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-24 21:40 UTC  (3+ messages)
` [PATCH v13 09/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command

[RFC PATCH 0/7] riscv: Add support for Ssdbltrp extension
 2024-04-24 21:38 UTC  (6+ messages)
` [RFC PATCH 2/7] dt-bindings: riscv: add Ssdbltrp ISA extension description

[PATCH 0/6] Add initial GHCB support for SEV-ES selftests
 2024-04-24 20:13 UTC  (5+ messages)
` [PATCH 4/6] Add GHCB allocations and helpers

[GIT PULL] KVM/arm64 fixes for 6.9, part #2
 2024-04-24 19:39 UTC 

[PATCH 0/2] KVM: arm64: Avoid NULL dereference in vgic-v2 device attr accessors
 2024-04-24 19:15 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()
` [PATCH 2/2] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF

[PATCH 0/5] x86/sev: Fix SNP host late disable
 2024-04-24 18:46 UTC  (8+ messages)
` [PATCH 5/5] x86/CPU/AMD: Track SNP host status with cc_platform_*()

[PATCH v4 03/71] KVM: x86/pmu: Switch to new Intel CPU model defines
 2024-04-24 18:14 UTC  (2+ messages)
` [PATCH v4 04/71] KVM: VMX: "

[PATCH v6 1/2] genirq/msi: add wrapper msi allocation API and export msi functions
 2024-04-24 17:21 UTC  (3+ messages)

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-04-24 16:08 UTC  (4+ messages)
` [PATCH v2 25/25] KVM: selftests: Add fred exception tests

[PATCH v4 0/6] KVM: Guest Memory Pre-Population API
 2024-04-24 16:05 UTC  (4+ messages)
` [PATCH 2/6] KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memory

[PATCH] KVM: fix documentation for KVM_CREATE_GUEST_MEMFD
 2024-04-24 15:44 UTC  (2+ messages)

[awilliam-vfio:vfio-address-space 4/4] drivers/vfio/pci/vfio_pci_core.c:1693:undefined reference to `vmf_insert_pfn_pud'
 2024-04-24 14:49 UTC 

[PATCH v6 0/1] vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF device
 2024-04-24 14:17 UTC  (8+ messages)
` [PATCH v6 1/1] vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devices

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-04-24 13:59 UTC  (5+ messages)
` [PATCH v2 4/4] vfio: Report PASID capability via VFIO_DEVICE_FEATURE ioctl

[PATCH 0/2] Add API to correct KVM/PV clock drift
 2024-04-24 12:58 UTC  (8+ messages)
` [PATCH 2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer drift correction

[kvm-unit-tests GIT PULL 00/13] s390x: Improvement of CMM test, lot of small bugfixes and two refactorings
 2024-04-24 11:32 UTC  (15+ messages)
` [kvm-unit-tests GIT PULL 01/13] s390x/Makefile: simplify Secure Execution boot image generation
` [kvm-unit-tests GIT PULL 02/13] lib: s390x: sigp: Dirty CC before sigp execution
` [kvm-unit-tests GIT PULL 03/13] lib: s390x: uv: Dirty CC before uvc execution
` [kvm-unit-tests GIT PULL 04/13] lib: s390x: css: Dirty CC before css instructions
` [kvm-unit-tests GIT PULL 05/13] s390x: mvpg: Dirty CC before mvpg execution
` [kvm-unit-tests GIT PULL 06/13] s390x: sclp: Dirty CC before sclp execution
` [kvm-unit-tests GIT PULL 07/13] lib: s390x: sigp: Name inline assembly arguments
` [kvm-unit-tests GIT PULL 08/13] s390x: add pv-attest to unittests.cfg
` [kvm-unit-tests GIT PULL 09/13] s390x: emulator: Fix error path of invalid function code
` [kvm-unit-tests GIT PULL 10/13] s390x: Fix is_pv check in run script
` [kvm-unit-tests GIT PULL 11/13] s390x: Use local accel variable in arch_cmd_s390x
` [kvm-unit-tests GIT PULL 12/13] lib: s390: fix guest length in uv_create_guest()
` [kvm-unit-tests GIT PULL 13/13] s390x: cmm: test no-translate bit after reset

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-24 11:06 UTC  (3+ messages)
` [PATCH v19 030/130] KVM: TDX: Add helper functions to print TDX SEAMCALL error

[PATCH v2] KVM: X86: improve documentation for KVM_CAP_X86_BUS_LOCK_EXIT
 2024-04-24 10:56 UTC  (2+ messages)
` [PATCH v3] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).