kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-26 15:22:28 to 2022-01-28 12:48:22 UTC [more...]

[GIT PULL] KVM/arm64 fixes for 5.17, take #1
 2022-01-28 12:48 UTC  (2+ messages)

[PATCH v3 0/5] KVM: nVMX: Fix Windows 11 + WSL2 + Enlightened VMCS
 2022-01-28 12:39 UTC  (4+ messages)

[PATCH 0/3] KVM: x86: export supported_xcr0 via UAPI
 2022-01-28 12:33 UTC  (8+ messages)
` [PATCH 2/3] KVM: x86: add system attribute to retrieve full set of supported xsave states
` [PATCH 3/3] selftests: kvm: check dynamic bits against KVM_X86_XCOMP_GUEST_SUPP

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-28 12:18 UTC  (30+ messages)
` [PATCH v6 01/64] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v6 02/64] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v6 03/64] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v6 04/64] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v6 05/64] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v6 06/64] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v6 07/64] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v6 08/64] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v6 09/64] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v6 10/64] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v6 11/64] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v6 12/64] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v6 13/64] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v6 14/64] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v6 15/64] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v6 16/64] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v6 17/64] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v6 18/64] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v6 19/64] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v6 20/64] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v6 21/64] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v6 22/64] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v6 23/64] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v6 24/64] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v6 25/64] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v6 26/64] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v6 27/64] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v6 28/64] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v6 29/64] KVM: arm64: nv: Forward debug traps to the nested guest

[RFC PATCH 0/6] KVM: SVM: Defer page pinning for SEV guests
 2022-01-28 11:08 UTC  (11+ messages)
` [RFC PATCH 3/6] KVM: SVM: Implement demand page pinning

[PATCH 00/22] KVM: x86: Fill *_x86_ops via kvm-x86-ops.h
 2022-01-28 10:11 UTC  (24+ messages)
` [PATCH 01/22] KVM: x86: Drop unnecessary and confusing KVM_X86_OP_NULL macro
` [PATCH 02/22] KVM: x86: Move delivery of non-APICv interrupt into vendor code
` [PATCH 03/22] KVM: x86: Drop export for .tlb_flush_current() static_call key
` [PATCH 04/22] KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor names
` [PATCH 05/22] KVM: x86: Use static_call() for .vcpu_deliver_sipi_vector()
` [PATCH 06/22] KVM: VMX: Call vmx_get_cpl() directly in handle_dr()
` [PATCH 07/22] KVM: xen: Use static_call() for invoking kvm_x86_ops hooks
` [PATCH 08/22] KVM: nVMX: Refactor PMU refresh to avoid referencing kvm_x86_ops.pmu_ops
` [PATCH 09/22] KVM: x86: Uninline and export hv_track_root_tdp()
` [PATCH 10/22] KVM: x86: Unexport kvm_x86_ops
` [PATCH 11/22] KVM: x86: Use static_call() for copy/move encryption context ioctls()
` [PATCH 12/22] KVM: x86: Allow different macros for APICv, CVM, and Hyper-V kvm_x86_ops
` [PATCH 13/22] KVM: VMX: Rename VMX functions to conform to kvm_x86_ops names
` [PATCH 14/22] KVM: VMX: Use kvm-x86-ops.h to fill vmx_x86_ops
` [PATCH 15/22] KVM: x86: Move get_cs_db_l_bits() helper to SVM
` [PATCH 16/22] KVM: SVM: Rename svm_flush_tlb() to svm_flush_tlb_current()
` [PATCH 17/22] KVM: SVM: Remove unused MAX_INST_SIZE #define
` [PATCH 18/22] KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"
` [PATCH 19/22] KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooks
` [PATCH 20/22] KVM: SVM: Rename SEV implemenations to conform to "
` [PATCH 21/22] KVM: SVM: Rename hook implementations to conform to kvm_x86_ops' names
` [PATCH 22/22] KVM: SVM: Use kvm-x86-ops.h to fill svm_x86_ops

[kvm-unit-tests PATCH 0/4] s390x: Attestation tests
 2022-01-28  9:58 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/4] s390x: uv-host: Add attestation test
` [kvm-unit-tests PATCH 2/4] s390x: lib: Add QUI getter
` [kvm-unit-tests PATCH 3/4] s390x: uv-guest: remove duplicated checks
` [kvm-unit-tests PATCH 4/4] s390x: uv-guest: Add attestation tests

[PATCH v3 0/9] Parallel CPU bringup for x86_64
 2022-01-28  9:54 UTC  (11+ messages)

[PATCH v3] vhost: cache avail index in vhost_enable_notify()
 2022-01-28  9:41 UTC 

[RFC PATCH v4 00/26] KVM: arm64: Make CPU ID registers writable by userspace
 2022-01-28  6:24 UTC  (22+ messages)
` [RFC PATCH v4 01/26] KVM: arm64: Introduce a validation function for an ID register
` [RFC PATCH v4 02/26] KVM: arm64: Save ID registers' sanitized value per guest
` [RFC PATCH v4 04/26] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [RFC PATCH v4 14/26] KVM: arm64: Add consistency checking for frac fields of ID registers
` [RFC PATCH v4 20/26] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1
` [RFC PATCH v4 22/26] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1
` [RFC PATCH v4 23/26] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1

[RFC PATCH v2 0/5] vfio/pci: Enable runtime power management support
 2022-01-28  0:05 UTC  (3+ messages)
` [RFC PATCH v2 3/5] vfio/pci: fix memory leak during D3hot to D0 tranistion

[kvm-unit-tests PATCH 1/3] x86: tsc_adjust: Remove flaky timing test
 2022-01-27 21:55 UTC  (3+ messages)
` [kvm-unit-tests PATCH 2/3] x86: tsc_adjust: Use report_skip when skipping test
` [kvm-unit-tests PATCH 3/3] x86: Define wrtsc(tsc) as wrmsr(MSR_IA32_TSC, tsc)

Why do we need KVM_REQ_GET_NESTED_STATE_PAGES after all
 2022-01-27 19:39 UTC  (2+ messages)

[RFC PATCH v1 00/10] KVM: s390: Do storage key checking
 2022-01-27 17:34 UTC  (7+ messages)
` [RFC PATCH v1 06/10] KVM: s390: Add vm IOCTL for key checked guest absolute memory access

[PATCH v8 29/40] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
 2022-01-27 17:23 UTC  (12+ messages)

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-27 17:22 UTC  (37+ messages)
` [PATCH v5 08/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v5 12/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v5 14/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v5 16/69] KVM: arm64: nv: Handle trapped ERET from virtual EL2
` [PATCH v5 17/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v5 36/69] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v5 38/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v5 67/69] KVM: arm64: nv: Enable ARMv8.4-NV support

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-27 17:02 UTC  (6+ messages)
` [PATCH v8 35/40] x86/sev: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v8 36/40] x86/sev: Provide support for SNP guest request NAEs

[PATCH v2 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-01-27 15:14 UTC  (11+ messages)
` [PATCH v2 07/30] s390/pci: externalize the SIC operation controls and routine
` [PATCH v2 12/30] s390/pci: get SHM information from list pci
` [PATCH v2 13/30] s390/pci: return status from zpci_refresh_trans

[PATCH v2 0/5] kvm: selftests: aarch64: some fixes for vgic_irq
 2022-01-27 15:06 UTC  (11+ messages)
` [PATCH v2 1/5] kvm: selftests: aarch64: fix assert in gicv3_access_reg
` [PATCH v2 2/5] kvm: selftests: aarch64: pass vgic_irq guest args as a pointer
` [PATCH v2 3/5] kvm: selftests: aarch64: fix the failure check in kvm_set_gsi_routing_irqchip_check
` [PATCH v2 4/5] kvm: selftests: aarch64: fix some vgic related comments
` [PATCH v2 5/5] kvm: selftests: aarch64: use a tighter assert in vgic_poke_irq()

[PATCH 0/3] KVM: x86: XSS and XCR0 fixes
 2022-01-27 15:03 UTC  (8+ messages)
` [PATCH 1/3] KVM: x86: Keep MSR_IA32_XSS unchanged for INIT
` [PATCH 2/3] KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS
` [PATCH 3/3] KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any time

[PATCH] KVM: use set_page_dirty rather than SetPageDirty
 2022-01-27 15:00 UTC  (8+ messages)

[PATCH] vhost: Make use of the helper macro kthread_run()
 2022-01-27 12:41 UTC  (3+ messages)

[PATCH] KVM: eventfd: Fix false positive RCU usage warning
 2022-01-27 12:08 UTC  (3+ messages)
` [PATCH v2] "

[kvm:queue 305/328] arch/x86/kvm/x86.c:4345:32: warning: cast to pointer from integer of different size
 2022-01-27 11:39 UTC  (4+ messages)

KVM call minutes for 2022-01-25
 2022-01-27 11:34 UTC  (5+ messages)

[PATCH v3 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2022-01-27 10:10 UTC  (11+ messages)
` [PATCH v3 01/10] x86/kexec/64: Disable kexec when SEV-ES is active
` [PATCH v3 02/10] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v3 03/10] x86/sev: Set GHCB data structure version
` [PATCH v3 04/10] x86/sev: Cache AP Jump Table Address
` [PATCH v3 05/10] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v3 06/10] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH v3 07/10] x86/sev: Use AP Jump Table blob to stop CPU
` [PATCH v3 08/10] x86/sev: Add MMIO handling support to boot/compressed/ code
` [PATCH v3 09/10] x86/sev: Handle CLFLUSH MMIO events
` [PATCH v3 10/10] x86/kexec/64: Support kexec under SEV-ES with AP Jump Table Blob

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2022-01-27  9:01 UTC  (4+ messages)
` [PATCH v2 08/12] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2

[PATCH RFC] vfio: Revise and update the migration uAPI description
 2022-01-27  1:21 UTC  (14+ messages)

[PATCH v2 0/1] KVM: Dirty quota-based throttling
 2022-01-26 21:04 UTC  (5+ messages)
` [PATCH v2 1/1] KVM: Implement dirty quota-based throttling of vcpus

[syzbot] memory leak in kvm_vcpu_ioctl_set_cpuid2
 2022-01-26 20:07 UTC  (2+ messages)

[PATCH 0/2] kvm: selftests: aarch64: some fixes for vgic_irq
 2022-01-26 18:44 UTC  (4+ messages)
` [PATCH 2/2] kvm: selftests: aarch64: fix some vgic related comments

[kvm-unit-tests PATCH v4 0/3] Add additional testing for routing L2 exceptions
 2022-01-26 17:31 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 3/3] x86: Add test coverage for nested_vmx_reflect_vmexit() testing

orphan section warnings while building v5.17-rc1
 2022-01-26 17:24 UTC  (3+ messages)

[PATCH] KVM: x86: skip host CPUID call for hypervisor leaves
 2022-01-26 17:23 UTC  (3+ messages)

[PATCH] KVM: x86: Keep MSR_IA32_XSS unchanged for INIT
 2022-01-26 17:15 UTC  (2+ messages)

[PATCH] KVM: x86: Update the states size cpuid even if XCR0/IA32_XSS is reset
 2022-01-26 17:08 UTC  (7+ messages)
  ` [PATCH v2] KVM: x86: Sync the states size with the XCR0/IA32_XSS at any time
      ` [PATCH v3] KVM: x86: Sync the states size with the XCR0/IA32_XSS at, "

[PATCH] KVM: nVMX: WARN on any attempt to allocate shadow VMCS for vmcs02
 2022-01-26 17:05 UTC  (6+ messages)

[PATCH 0/2] KVM: x86: Partially allow KVM_SET_CPUID{,2} follow-up
 2022-01-26 16:25 UTC  (6+ messages)
` [PATCH 2/2] KVM: x86: Use memcmp in kvm_cpuid_check_equal()

[PATCH] KVM: x86: Forcibly leave nested virt when SMM state is toggled
 2022-01-26 16:08 UTC  (3+ messages)

[PATCH] KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guest
 2022-01-26 15:45 UTC  (3+ messages)

[PATCH] KVM: x86: Check .flags in kvm_cpuid_check_equal() too
 2022-01-26 15:44 UTC  (2+ 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).