KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-24 07:18:50 to 2024-01-25 08:34:01 UTC [more...]

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

[PATCH net-next v1] vsock/test: print type for SOCK_SEQPACKET
 2024-01-25  8:25 UTC  (2+ messages)

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

[PATCH 0/3] add debugfs to hisilicon migration driver
 2024-01-25  8:10 UTC  (4+ 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 v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
 2024-01-25  8:14 UTC  (5+ messages)
` [PATCH v11 17/43] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures

[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

[PATCH v7 00/16] Add Secure TSC support for SNP guests
 2024-01-25  6:08 UTC  (2+ messages)

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

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

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

[PATCH v9 00/27] Enable CET Virtualization
 2024-01-25  3:43 UTC  (3+ messages)
` [PATCH v9 09/27] KVM: x86: Rename kvm_{g,s}et_msr() to menifest emulation operations

[PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support
 2024-01-25  3:23 UTC  (67+ 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 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)

[PATCH v2] KVM: x86: nSVM/nVMX: Fix handling triple fault on RSM instruction
 2024-01-25  0:57 UTC  (2+ messages)

[PATCH 0/2] minor fix on perf_capabilities in KVM/x86
 2024-01-25  0:14 UTC  (10+ messages)
` [PATCH 1/2] KVM: x86/pmu: Reset perf_capabilities in vcpu to 0 if PDCM is disabled
` [PATCH 2/2] KVM: x86/pmu: Remove vcpu_get_perf_capabilities()

[PATCH -next v21 23/27] riscv: detect assembler support for .option arch
 2024-01-24 21:58 UTC  (6+ messages)

[PATCH v1] KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctly
 2024-01-24 20:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/15] KVM: arm64: Improvements to GICv3 LPI injection
 2024-01-24 20:49 UTC  (16+ messages)
` [PATCH 01/15] KVM: arm64: vgic: Store LPIs in an xarray
` [PATCH 02/15] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
` [PATCH 03/15] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
` [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 06/15] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH 07/15] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
` [PATCH 08/15] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
` [PATCH 09/15] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH 10/15] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
` [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 13/15] KVM: arm64: vgic-its: Protect cached vgic_irq pointers with RCU
` [PATCH 14/15] KVM: arm64: vgic-its: Treat the LPI translation cache as an rculist
` [PATCH 15/15] KVM: arm64: vgic-its: Rely on RCU to protect translation cache reads

[PATCH] KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratum
 2024-01-24 20:18 UTC 

[ANNOUNCE] PUCK Notes - 2024.01.24 - Memtypes for non-coherent DMA
 2024-01-24 19:42 UTC  (2+ messages)

[PATCH 0/4] KVM: Async #PF fixes and cleanups
 2024-01-24 19:04 UTC  (7+ 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] virtio: uapi: Drop __packed attribute in linux/virtio_pci.h:
 2024-01-24 18:22 UTC  (2+ messages)

[ANNOUNCE] PUCK Agenda - 2024.01.17 - TDP MMU for IOMMU
 2024-01-24 18:01 UTC  (4+ messages)

[PATCH 1/2] KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missing
 2024-01-24 17:28 UTC  (3+ messages)
` [PATCH 2/2] KVM: selftests: Fail tests when open() fails with !ENOENT

[PATCH] KVM: PPC: code cleanup for kvmppc_book3s_irqprio_deliver
 2024-01-24 17:04 UTC  (3+ messages)

[PATCH 23/82] KVM: Refactor intentional wrap-around calculation
 2024-01-24 16:25 UTC  (4+ messages)
` [PATCH 25/82] KVM: SVM: "

[PATCH 0/2] accel/kvm: Sanitize KVM_HAVE_MCE_INJECTION definition
 2024-01-24 15:54 UTC  (3+ messages)
` [PATCH 1/2] accel/kvm: Define KVM_ARCH_HAVE_MCE_INJECTION in each target
` [PATCH 2/2] accel/kvm: Directly check KVM_ARCH_HAVE_MCE_INJECTION value in place

[PATCH, RESEND] x86/sev: Fix SEV check in sev_map_percpu_data()
 2024-01-24 13:03 UTC 

[v2 0/4] KVM: irqchip: synchronize srcu only if needed
 2024-01-24 12:44 UTC  (3+ messages)

[PATCH kvm-unit-tests 0/4] x86: hyper-v: Add support for CONFIG_KVM_HYPERV
 2024-01-24 12:11 UTC  (2+ messages)

[v3 0/3] KVM: irqchip: synchronize srcu only if needed
 2024-01-24 11:34 UTC  (4+ messages)
` [v3 1/3] KVM: setup empty irq routing when create vm
` [v3 2/3] KVM: x86: don't setup empty irq routing when KVM_CAP_SPLIT_IRQCHIP
` [v3 3/3] KVM: s390: don't setup dummy routing when KVM_CREATE_IRQCHIP

[PATCH] powerpc: rename SPRN_HID2 define to SPRN_HID2_750FX
 2024-01-24 10:50 UTC 

[kvm-unit-tests PATCH 00/24] Introduce RISC-V
 2024-01-24 10:21 UTC  (26+ messages)
` [kvm-unit-tests PATCH 01/24] configure: Add ARCH_LIBDIR
` [kvm-unit-tests PATCH 03/24] arm/arm64: Move cpumask.h to common lib
` [kvm-unit-tests PATCH 04/24] arm/arm64: Share cpu online, present and idle masks
` [kvm-unit-tests PATCH 11/24] arm/arm64: Generalize wfe/sev names in smp.c
` [kvm-unit-tests PATCH 12/24] arm/arm64: Remove spinlocks from on_cpu_async
` [kvm-unit-tests PATCH 13/24] arm/arm64: Share on_cpus
` [kvm-unit-tests PATCH 14/24] riscv: Compile with march
` [kvm-unit-tests PATCH 15/24] riscv: Add SMP support
` [kvm-unit-tests PATCH 16/24] arm/arm64: Share memregions
` [kvm-unit-tests PATCH 17/24] riscv: Populate memregions and switch to page allocator
` [kvm-unit-tests PATCH 18/24] riscv: Add MMU support
` [kvm-unit-tests PATCH 19/24] riscv: Enable the MMU in secondaries
` [kvm-unit-tests PATCH 20/24] riscv: Enable vmalloc
` [kvm-unit-tests PATCH 21/24] lib: Add strcasecmp and strncasecmp
` [kvm-unit-tests PATCH 22/24] riscv: Add isa string parsing
` [kvm-unit-tests PATCH 23/24] gitlab-ci: Add riscv64 tests
    `  "
` [kvm-unit-tests PATCH 24/24] MAINTAINERS: Add riscv

[PATCH net-next 1/2] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
 2024-01-24  9:37 UTC 

[PATCH net-next 0/2] tun: AF_XDP Rx zero-copy support
 2024-01-24  9:37 UTC 

[kvm-unit-tests Patch v3 00/11] pmu test bugs fix and improvements
 2024-01-24  8:18 UTC  (2+ messages)

[PATCH v6 0/6] Delay VERW
 2024-01-24  7:42 UTC  (7+ messages)
` [PATCH v6 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v6 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH v6 3/6] x86/entry_32: "
` [PATCH v6 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH v6 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
` [PATCH v6 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation

[PATCH] KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'
 2024-01-24  7:36 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 read-only IMAP folder(s) and NNTP newsgroup(s).