public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-14 14:25:36 to 2023-11-15 20:00:25 UTC [more...]

[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
 2023-11-15 20:05 UTC  (6+ messages)
` [PATCH RFC 09/13] x86/irq: Install posted MSI notification handler

[PATCH] LoongArch: KVM: Fix build due to API changes
 2023-11-15 19:47 UTC  (2+ messages)

[PATCH v1 0/2] LoongArch: KVM: Add LSX,LASX support
 2023-11-15 19:35 UTC  (4+ messages)
` [PATCH v1 1/2] LoongArch: KVM: Add lsx support
` [PATCH v1 2/2] LoongArch: KVM: Add lasx support

[PATCH v15 00/23] TDX host kernel support
 2023-11-15 19:35 UTC  (7+ messages)
` [PATCH v15 05/23] x86/virt/tdx: Handle SEAMCALL no entropy error in common code
` [PATCH v15 09/23] x86/virt/tdx: Get module global metadata for module initialization

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

[PATCH] KVM: X86: improve documentation for KVM_CAP_X86_BUS_LOCK_EXIT
 2023-11-15 17:47 UTC 

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-15 16:08 UTC  (5+ messages)
` [PATCH v10 07/50] x86/sev: Add RMP entry lookup helpers
` [PATCH v10 08/50] x86/fault: Add helper for dumping RMP entries

[PATCH v2] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA
 2023-11-15 15:41 UTC  (2+ messages)

[PATCH] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA
 2023-11-15 15:31 UTC  (2+ messages)

[PATCH 0/9] KVM: x86: Replace governed features with guest cpu_caps
 2023-11-15 15:09 UTC  (6+ messages)
` [PATCH 6/9] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features

[PATCH v3 0/3] s390/vfio-ap: a couple of corrections to the IRQ enablement function
 2023-11-15 14:29 UTC  (2+ messages)

[PATCH v6 00/25] Enable CET Virtualization
 2023-11-15 13:27 UTC  (17+ messages)
` [PATCH v6 10/25] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v6 12/25] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v6 24/25] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1
` [PATCH v6 25/25] KVM: nVMX: Enable CET support for nested guest

[GIT PULL v1 0/2] KVM: s390: two small but important fixes
 2023-11-15 12:51 UTC  (3+ messages)
` [GIT PULL v1 1/2] KVM: s390: vsie: fix wrong VIR 37 when MSO is used
` [GIT PULL v1 2/2] KVM: s390/mm: Properly reset no-dat

[PATCH v1] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-11-15 12:17 UTC  (2+ messages)

[RFC PATCH v1 0/2] send credit update during setting SO_RCVLOWAT
 2023-11-15 11:11 UTC  (6+ messages)
` [RFC PATCH v1 1/2] virtio/vsock: "
` [RFC PATCH v1 2/2] vsock/test: SO_RCVLOWAT + deferred credit update test

[kvm-unit-tests PATCH v1] s390x: cmm: test no-translate bit after reset
 2023-11-15 10:07 UTC  (2+ messages)

[PATCH v1 1/1] vfio/nvgrace-gpu: carve out non cached reserved region from device memory
 2023-11-15  8:07 UTC 

[PATCH v17 000/116] KVM TDX basic feature support
 2023-11-15  7:35 UTC  (5+ messages)
` [PATCH v17 015/116] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v17 071/116] KVM: TDX: handle vcpu migration over logical processor

[PATCH v7 00/12] iommu: Prepare to deliver page faults to user space
 2023-11-15  3:02 UTC  (13+ messages)
` [PATCH v7 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v7 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v7 03/12] iommu: Remove unrecoverable fault data
` [PATCH v7 04/12] iommu: Cleanup iopf data structure definitions
` [PATCH v7 05/12] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v7 06/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v7 07/12] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v7 08/12] iommu: Prepare for separating SVA and IOPF
` [PATCH v7 09/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v7 10/12] iommu: Separate SVA and IOPF
` [PATCH v7 11/12] iommu: Consolidate per-device fault data management
` [PATCH v7 12/12] iommu: Improve iopf_queue_flush_dev()

[PATCH v1 00/23] Enable FRED with KVM VMX
 2023-11-15  3:04 UTC  (25+ messages)
` [PATCH v1 05/23] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v1 09/23] KVM: VMX: Switch FRED RSP0 between host and guest
` [PATCH v1 11/23] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v1 12/23] KVM: VMX: Handle FRED event data
` [PATCH v1 13/23] KVM: VMX: Handle VMX nested exception for FRED
` [PATCH v1 14/23] KVM: VMX: Dump FRED context in dump_vmcs()

[PATCH V1] vfio: add attach_group_by_node to control behavior of attaching group to domain
 2023-11-15  2:02 UTC 

linux-next: Tree for Nov 14 (loongarch: KVM)
 2023-11-15  0:00 UTC 

[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
 2023-11-14 21:18 UTC  (38+ messages)
` [PATCH-for-9.0 v2 01/19] tests/avocado: Add 'guest:xen' tag to tests running Xen guest
` [PATCH-for-9.0 v2 02/19] sysemu/xen: Forbid using Xen headers in user emulation
` [PATCH-for-9.0 v2 03/19] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
` [PATCH-for-9.0 v2 04/19] system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'
` [PATCH-for-9.0 v2 05/19] hw/display: Restrict xen_register_framebuffer() call to Xen
` [PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() "
` [PATCH-for-9.0 v2 07/19] hw/xen: Remove unnecessary xen_hvm_inject_msi() stub
` [PATCH-for-9.0 v2 08/19] hw/xen: Remove unused Xen stubs
` [RFC PATCH-for-9.0 v2 09/19] hw/block/xen_blkif: Align structs with QEMU_ALIGNED() instead of #pragma
` [PATCH-for-9.0 v2 10/19] hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
` [PATCH-for-9.0 v2 11/19] hw/xen/xen_arch_hvm: Rename prototypes using 'xen_arch_' prefix
` [PATCH-for-9.0 v2 12/19] hw/xen: Merge 'hw/xen/arch_hvm.h' in 'hw/xen/xen-hvm-common.h'
` [RFC PATCH-for-9.0 v2 13/19] hw/xen: Remove use of 'target_ulong' in handle_ioreq()
` [PATCH-for-9.0 v2 14/19] hw/xen: Use target-agnostic qemu_target_page_bits()
` [PATCH-for-9.0 v2 15/19] hw/xen: Reduce inclusion of 'cpu.h' to target-specific sources
` [PATCH-for-9.0 v2 16/19] hw/xen/xen_pt: Add missing license
` [PATCH-for-9.0 v2 17/19] hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'
` [PATCH-for-9.0 v2 18/19] hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGS
` [PATCH-for-9.0 v2 19/19] hw/xen: Have most of Xen files become target-agnostic

[PATCH vfio 0/5] pds-vfio-pci: Clean-ups and multi-region support
 2023-11-14 21:01 UTC  (6+ messages)
` [PATCH vfio 1/5] pds-vfio-pci: Only use a single SGL for both seq and ack
` [PATCH vfio 2/5] pds-vfio-pci: Move and rename region specific info
` [PATCH vfio 3/5] pds-vfio-pci: Pass region info to relevant functions
` [PATCH vfio 4/5] pds-vfio-pci: Move seq/ack bitmaps into region struct
` [PATCH vfio 5/5] pds-vfio-pci: Add multi-region support

[GIT PULL] vhost,virtio,vdpa,firmware: bugfixes
 2023-11-14 20:24 UTC 

[PATCH] KVM: x86: Don't unnecessarily force masterclock update on vCPU hotplug
 2023-11-14 19:41 UTC  (5+ messages)

[PATCH v1 1/1] KVM: s390/mm: Properly reset no-dat
 2023-11-14 16:24 UTC  (2+ messages)

TDISP enablement
 2023-11-14 15:35 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox