KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-25 01:09:10 to 2024-01-26 08:55:39 UTC [more...]

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-01-26  8:54 UTC  (2+ messages)
` [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_PASSTHROUGH

[PATCH v9 00/27] Enable CET Virtualization
 2024-01-26  8:53 UTC  (24+ messages)
` [PATCH v9 09/27] KVM: x86: Rename kvm_{g,s}et_msr() to menifest emulation operations
` [PATCH v9 10/27] KVM: x86: Refine xsave-managed guest register/MSR reset handling
` [PATCH v9 12/27] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v9 13/27] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v9 14/27] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v9 21/27] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v9 22/27] KVM: VMX: Set up interception for CET MSRs
` [PATCH v9 23/27] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v9 24/27] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v9 25/27] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1
` [PATCH v9 27/27] KVM: x86: Stop emulating for CET protected branch instructions

[PATCH 0/4] KVM: Async #PF fixes and cleanups
 2024-01-26  8:06 UTC  (9+ messages)
` [PATCH 1/4] KVM: Always flush async #PF workqueue when vCPU is being destroyed
` [PATCH 3/4] KVM: Get reference to VM's address space in the async #PF worker

[PATCH v5] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-01-26  7:58 UTC  (3+ messages)

[PATCH v10 00/16] iommu: Prepare to deliver page faults to user space
 2024-01-26  6:43 UTC  (15+ messages)
` [PATCH v10 01/16] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v10 04/16] iommu: Cleanup iopf data structure definitions
` [PATCH v10 15/16] iommu: Make iopf_group_response() return void
` [PATCH v10 16/16] iommu: Make iommu_report_device_fault() reutrn void

[PATCH v2 00/25] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-26  4:11 UTC  (26+ messages)
` [PATCH v2 01/25] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH v2 02/25] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH v2 03/25] iommu/amd: Don't rely on external callers to enable IOMMU SNP support
` [PATCH v2 04/25] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v2 05/25] x86/mtrr: Don't print errors if MtrrFixDramModEn is set when SNP enabled
` [PATCH v2 06/25] x86/sev: Add RMP entry lookup helpers
` [PATCH v2 07/25] x86/fault: Add helper for dumping RMP entries
` [PATCH v2 08/25] x86/traps: Define RMP violation #PF error code
` [PATCH v2 09/25] x86/fault: Dump RMP table information when RMP page faults occur
` [PATCH v2 10/25] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH v2 11/25] x86/sev: Adjust directmap to avoid inadvertant RMP faults
` [PATCH v2 12/25] crypto: ccp: Define the SEV-SNP commands
` [PATCH v2 13/25] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH v2 14/25] crypto: ccp: Provide API to issue SEV and SNP commands
` [PATCH v2 15/25] x86/sev: Introduce snp leaked pages list
` [PATCH v2 16/25] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH v2 17/25] crypto: ccp: Handle non-volatile INIT_EX data "
` [PATCH v2 18/25] crypto: ccp: Handle legacy SEV commands "
` [PATCH v2 19/25] iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdown
` [PATCH v2 20/25] crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump
` [PATCH v2 21/25] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH v2 22/25] x86/cpufeatures: Enable/unmask SEV-SNP CPU feature
` [PATCH v2 23/25] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH v2 24/25] crypto: ccp: Add the SNP_COMMIT command
` [PATCH v2 25/25] crypto: ccp: Add the SNP_SET_CONFIG command

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-26  3:44 UTC  (27+ messages)
` [PATCH v1 11/26] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH v1 12/26] crypto: ccp: Define the SEV-SNP commands
` [PATCH v1 13/26] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH v1 21/26] crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump
` [PATCH v1 22/26] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH v1 24/26] crypto: ccp: Add the SNP_PLATFORM_STATUS command

[PATCH v7 10/16] i386/cpu: Introduce cluster-id to X86CPU
 2024-01-26  3:37 UTC  (6+ messages)

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-01-26  1:19 UTC  (4+ messages)

[PATCH v7 00/16] Add Secure TSC support for SNP guests
 2024-01-26  1:00 UTC  (7+ messages)
` [PATCH v7 01/16] virt: sev-guest: Use AES GCM crypto library
` [PATCH v7 03/16] virt: sev-guest: Add SNP guest request structure

[PATCH net-next v1] vsock/test: print type for SOCK_SEQPACKET
 2024-01-26  0:50 UTC  (4+ messages)

[PATCH] virtio: uapi: Drop __packed attribute in linux/virtio_pci.h:
 2024-01-25 23:20 UTC  (5+ messages)
      ` [PATCH v2] virtio: uapi: Drop __packed attribute in linux/virtio_pci.h

[PATCH 0/3] add debugfs to hisilicon migration driver
 2024-01-25 22:38 UTC  (6+ messages)
` [PATCH 1/3] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH 2/3] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
` [PATCH 3/3] Documentation: add debugfs description for hisi migration

[RFC PATCH v2 0/7] treewide: Use clocksource id for get_device_system_crosststamp()
 2024-01-25 20:13 UTC  (4+ messages)
` [RFC PATCH v2 2/7] x86/tsc: Add clocksource ID, set system_counterval_t.cs_id

[PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support
 2024-01-25 18:45 UTC  (68+ messages)
` [PATCH v4 01/66] linux-headers: Update to Linux v6.8-rc1
` [PATCH v4 02/66] RAMBlock: Add support of KVM private guest memfd
` [PATCH v4 03/66] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v4 04/66] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [PATCH v4 05/66] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v4 06/66] kvm: Introduce support for memory_attributes
` [PATCH v4 07/66] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PATCH v4 08/66] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v4 09/66] trace/kvm: Add trace for page convertion between shared and private
` [PATCH v4 10/66] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v4 11/66] i386: Introduce tdx-guest object
` [PATCH v4 12/66] target/i386: Implement mc->kvm_type() to get VM type
` [PATCH v4 13/66] target/i386: Introduce kvm_confidential_guest_init()
` [PATCH v4 14/66] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v4 15/66] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v4 16/66] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v4 17/66] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v4 18/66] i386/tdx: Make Intel-PT unsupported for TD guest
` [PATCH v4 19/66] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
` [PATCH v4 20/66] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
` [PATCH v4 21/66] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
` [PATCH v4 22/66] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PATCH v4 23/66] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v4 24/66] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v4 25/66] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v4 26/66] i386/tdx: Make sept_ve_disable set by default
` [PATCH v4 27/66] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v4 28/66] i386/tdx: Validate TD attributes
` [PATCH v4 29/66] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v4 30/66] i386/tdx: Implement user specified tsc frequency
` [PATCH v4 31/66] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v4 32/66] kvm/memory: Introduce the infrastructure to set the default shared/private value
` [PATCH v4 33/66] i386/tdx: Make memory type private by default
` [PATCH v4 34/66] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v4 35/66] kvm/tdx: Ignore memory conversion to shared of unassigned region
` [PATCH v4 36/66] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v4 37/66] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v4 38/66] i386/tdx: Skip BIOS shadowing setup
` [PATCH v4 39/66] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v4 40/66] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v4 41/66] i386/tdx: Track RAM entries for TDX VM
` [PATCH v4 42/66] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v4 43/66] i386/tdx: Setup the TD HOB list
` [PATCH v4 44/66] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v4 45/66] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v4 46/66] i386/tdx: register TDVF as private memory
` [PATCH v4 47/66] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v4 48/66] i386/tdx: Finalize TDX VM
` [PATCH v4 49/66] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>
` [PATCH v4 50/66] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v4 51/66] i386/tdx: handle TDG.VP.VMCALL<MapGPA> hypercall
` [PATCH v4 52/66] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>
` [PATCH v4 53/66] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v4 54/66] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PATCH v4 55/66] q35: Introduce smm_ranges property for q35-pci-host
` [PATCH v4 56/66] i386/tdx: Disable SMM for TDX VMs
` [PATCH v4 57/66] i386/tdx: Disable PIC "
` [PATCH v4 58/66] i386/tdx: Don't allow system reset "
` [PATCH v4 59/66] i386/tdx: LMCE is not supported for TDX
` [PATCH v4 60/66] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v4 61/66] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v4 62/66] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v4 63/66] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v4 64/66] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v4 65/66] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v4 66/66] docs: Add TDX documentation

[PATCH 00/15] KVM: arm64: Improvements to GICv3 LPI injection
 2024-01-25 18:07 UTC  (18+ messages)
` [PATCH 04/15] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
` [PATCH 05/15] KVM: arm64: vgic: Get rid of the LPI linked-list
` [PATCH 09/15] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH 11/15] KVM: arm64: vgic-its: Lazily allocate LPI translation cache
` [PATCH 12/15] KVM: arm64: vgic-its: Pick cache victim based on usage count

[PATCH 2/2] bulk: Prefer fast cpu_env() over slower CPU QOM cast macro
 2024-01-25 16:56 UTC 

[PATCH] vmbus: Print a warning when enabled without the recommended set of features
 2024-01-25 16:19 UTC 

[kvm-unit-tests PATCH] (arm|powerpc|s390x): Makefile: add `%.aux.o` target
 2024-01-25 15:30 UTC  (2+ messages)

[PATCH v2] Enable haltpoll for arm64
 2024-01-25 15:16 UTC  (3+ messages)

[PATCH net-next 2/2] tun: AF_XDP Rx zero-copy support
 2024-01-25 12:54 UTC  (6+ messages)

[PATCH v3 00/21] plugin updates (register access) for 9.0 (pre-PR?)
 2024-01-25 11:41 UTC  (7+ messages)
` [PATCH v3 01/21] hw/riscv: Use misa_mxl instead of misa_mxl_max
      `  "

[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
 2024-01-25  8:58 UTC  (6+ messages)
` [PATCH v11 17/43] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures

[PATCH] KVM: PPC: code cleanup for kvmppc_book3s_irqprio_deliver
 2024-01-25  8:36 UTC  (3+ messages)

[PATCH v2] KVM: PPC: code cleanup for kvmppc_book3s_irqprio_deliver
 2024-01-25  8:33 UTC 

[PATCH 0/3] add debugfs to hisilicon migration driver
 2024-01-25  8:12 UTC  (5+ messages)
` [PATCH 1/3] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH 2/3] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
` [PATCH 3/3] Documentation: add debugfs description for hisi migration

[PATCH v18 000/121] KVM TDX basic feature support
 2024-01-25  7:56 UTC  (7+ messages)
` [PATCH v18 025/121] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v18 029/121] KVM: TDX: create/free TDX vcpu structure
` [PATCH v18 030/121] KVM: TDX: Do TDX specific vcpu initialization

[Bug 218419] New: kvm-unit-tests asyncpf is skipped with no reason
 2024-01-25  5:31 UTC  (2+ messages)
` [Bug 218419] "

Re: Re: [PATCH] KVM: x86: Check irqchip mode before create PIT
 2024-01-25  5:08 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/3] i386: Minor fixes for building CPUIDs
 2024-01-25  2:40 UTC  (4+ messages)
` [PATCH v3 1/3] i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F
` [PATCH v3 2/3] i386/cpuid: Remove subleaf constraint on "
` [PATCH v3 3/3] i386/cpuid: Move leaf 7 to correct group

[PATCH net-next v2] vsock/test: add '--peer-port' input argument
 2024-01-25  2:10 UTC  (2+ messages)

[PATCH v6 0/4] VM: selftests: Add LoongArch support
 2024-01-25  1:54 UTC  (5+ messages)
` [PATCH v6 1/4] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v6 2/4] KVM: selftests: Add core KVM selftests support "
` [PATCH v6 3/4] KVM: selftests: Add ucall test "
` [PATCH v6 4/4] KVM: selftests: Add test cases "

[RFC PATCH 0/8] Dynamic vcpu priority management in kvm
 2024-01-25  1:08 UTC  (8+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).