kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-02 09:10:37 to 2024-07-05 04:01:49 UTC [more...]

[mst-vhost:vhost 45/58] drivers/s390/virtio/virtio_ccw.c:708:8: error: use of undeclared identifier 'vq_info'; did you mean 'vqs_info'?
 2024-07-05  4:01 UTC 

[PATCH v4 0/3] LoongArch: KVM: Add Binary Translation extension support
 2024-07-05  3:46 UTC  (21+ messages)
` [PATCH v4 2/3] LoongArch: KVM: Add LBT feature detection function

[PATCH 0/9] TDX host: metadata reading tweaks, bug fix and info dump
 2024-07-05  3:00 UTC  (5+ messages)
` [PATCH 8/9] x86/virt/tdx: Exclude memory region hole within CMR as TDMR's reserved area

[PATCH 00/11] Added Interrupt controller emulation for loongarch kvm
 2024-07-05  2:38 UTC  (12+ messages)
` [PATCH 01/11] LoongArch: KVM: Add iocsr and mmio bus simulation in kernel
` [PATCH 02/11] LoongArch: KVM: Add IPI device support
` [PATCH 03/11] LoongArch: KVM: Add IPI read and write function
` [PATCH 04/11] LoongArch: KVM: Add IPI user mode "
` [PATCH 05/11] LoongArch: KVM: Add EXTIOI device support
` [PATCH 06/11] LoongArch: KVM: Add EXTIOI read and write functions
` [PATCH 07/11] LoongArch: KVM: Add EXTIOI user mode "
` [PATCH 08/11] LoongArch: KVM: Add PCHPIC device support
` [PATCH 09/11] LoongArch: KVM: Add PCHPIC read and write functions
` [PATCH 10/11] LoongArch: KVM: Add PCHPIC user mode "
` [PATCH 11/11] LoongArch: KVM: Add irqfd support

[PATCH 0/1] KVM: selftests: pmu_counters_test: increase robustness of LLC cache misses
 2024-07-05  2:48 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching
 2024-07-05  2:43 UTC  (95+ messages)
` [PATCH v2 01/49] KVM: x86: Do all post-set CPUID processing during vCPU creation
` [PATCH v2 02/49] KVM: x86: Explicitly do runtime CPUID updates "after" initial setup
` [PATCH v2 03/49] KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX
` [PATCH v2 04/49] KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement
` [PATCH v2 05/49] KVM: selftests: Assert that the @cpuid passed to get_cpuid_entry() is non-NULL
` [PATCH v2 06/49] KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry()
` [PATCH v2 07/49] KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes
` [PATCH v2 08/49] KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h
` [PATCH v2 09/49] KVM: x86/pmu: Drop now-redundant refresh() during init()
` [PATCH v2 10/49] KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creation
` [PATCH v2 11/49] KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after "
` [PATCH v2 12/49] KVM: x86: Reject disabling of MWAIT/HLT interception when not allowed
` [PATCH v2 13/49] KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test
` [PATCH v2 14/49] KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior
` [PATCH v2 15/49] KVM: x86: Zero out PV features cache when the CPUID leaf is not present
` [PATCH v2 16/49] KVM: x86: Don't update PV features caches when enabling enforcement capability
` [PATCH v2 17/49] KVM: x86: Do reverse CPUID sanity checks in __feature_leaf()
` [PATCH v2 18/49] KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID
` [PATCH v2 19/49] KVM: x86: Add a macro to init CPUID features that ignore host kernel support
` [PATCH v2 20/49] KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init()
` [PATCH v2 21/49] KVM: x86: Add a macro to init CPUID features that are 64-bit only
` [PATCH v2 22/49] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
` [PATCH v2 23/49] KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper
` [PATCH v2 24/49] KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
` [PATCH v2 25/49] KVM: x86: Harden CPU capabilities processing against out-of-scope features
` [PATCH v2 26/49] KVM: x86: Add a macro to init CPUID features that KVM emulates in software
` [PATCH v2 27/49] KVM: x86: Swap incoming guest CPUID into vCPU before massaging in KVM_SET_CPUID2
` [PATCH v2 28/49] KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace sets CPUID
` [PATCH v2 29/49] KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
` [PATCH v2 30/49] KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find()
` [PATCH v2 31/49] KVM: x86: Move kvm_find_cpuid_entry{,_index}() up near cpuid_entry2_find()
` [PATCH v2 32/49] KVM: x86: Remove all direct usage of cpuid_entry2_find()
` [PATCH v2 33/49] KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID
` [PATCH v2 34/49] KVM: x86: Advertise HYPERVISOR "
` [PATCH v2 35/49] KVM: x86: Add a macro to handle features that are fully VMM controlled
` [PATCH v2 37/49] KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
` [PATCH v2 38/49] KVM: x86: Initialize guest cpu_caps based on guest CPUID
` [PATCH v2 39/49] KVM: x86: Extract code for generating per-entry emulated CPUID information
` [PATCH v2 40/49] KVM: x86: Initialize guest cpu_caps based on KVM support
` [PATCH v2 41/49] KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime
` [PATCH v2 42/49] KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf
` [PATCH v2 43/49] KVM: x86: Update OS{XSAVE,PKE} bits in guest CPUID irrespective of host support
` [PATCH v2 44/49] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features
` [PATCH v2 45/49] KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has()
` [PATCH v2 46/49] KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
` [PATCH v2 47/49] KVM: x86: Drop superfluous host XSAVE check when adjusting guest XSAVES caps
` [PATCH v2 48/49] KVM: x86: Add a macro for features that are synthesized into boot_cpu_data

[PATCH v3 00/17] TDX MMU prep series part 1
 2024-07-05  1:16 UTC  (22+ messages)
` [PATCH v3 04/17] KVM: x86/mmu: Add an external pointer to struct kvm_mmu_page
` [PATCH v3 13/17] KVM: x86/tdp_mmu: Support mirror root for TDP MMU
` [PATCH v3 17/17] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()

[GIT PULL] Kselftest fixes for v6.10
 2024-07-04 19:36 UTC  (2+ messages)

[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
 2024-07-04 17:16 UTC  (20+ messages)
` [RFC PATCH v1 09/18] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC PATCH v1 10/18] RDMA/umem: Store ODP access mask information in PFN
` [RFC PATCH v1 11/18] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC PATCH v1 12/18] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC PATCH v1 13/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC PATCH v1 14/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC PATCH v1 15/18] vfio/mlx5: Explicitly store page list
` [RFC PATCH v1 16/18] vfio/mlx5: Convert vfio to use DMA link API
` [RFC PATCH v1 17/18] block: export helper to get segment max size
` [RFC PATCH v1 18/18] nvme-pci: use new dma API

[PATCH v4 0/4] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
 2024-07-04 16:16 UTC  (3+ messages)
` [PATCH v4 4/4] vfio/pci: Enable PCI resource mmap() on s390 and remove VFIO_PCI_MMAP

[kvm-unit-tests PATCH 0/4] riscv: sbi: Add support to test timer extension
 2024-07-04 16:06 UTC  (3+ messages)
` [kvm-unit-tests PATCH 4/4] riscv: sbi: Add test for "

[PATCH kvm-unit-tests] This patch adds a unit test for the debug console write() and write_byte() functions. It also fixes the virt_to_phys() function to return the offset address, not the PTE aligned address
 2024-07-04 13:40 UTC  (2+ messages)

[PATCH v4 0/3] Assorted fixes in RISC-V PMU driver
 2024-07-04 13:10 UTC  (2+ messages)

[RFC PATCH 0/2] Fix doorbell emulation for nested KVM guests in V1 API
 2024-07-04 12:29 UTC  (5+ messages)
` [RFC PATCH 1/2] Revert "KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1"
` [RFC PATCH 2/2] arch/powerpc/kvm: Fix doorbells for nested KVM guests on PowerNV

[Patch v5 00/18] pmu test bugs fix and improvements
 2024-07-04 12:21 UTC  (21+ messages)
` [Patch v5 01/18] x86: pmu: Remove duplicate code in pmu_init()
` [Patch v5 02/18] x86: pmu: Remove blank line and redundant space
` [Patch v5 03/18] x86: pmu: Refine fixed_events[] names
` [Patch v5 04/18] x86: pmu: Fix the issue that pmu_counter_t.config crosses cache line
` [Patch v5 05/18] x86: pmu: Enlarge cnt[] length to 48 in check_counters_many()
` [Patch v5 06/18] x86: pmu: Add asserts to warn inconsistent fixed events and counters
` [Patch v5 07/18] x86: pmu: Fix cycles event validation failure
` [Patch v5 08/18] x86: pmu: Use macro to replace hard-coded branches event index
` [Patch v5 09/18] x86: pmu: Use macro to replace hard-coded ref-cycles "
` [Patch v5 10/18] x86: pmu: Use macro to replace hard-coded instructions "
` [Patch v5 11/18] x86: pmu: Enable and disable PMCs in loop() asm blob
` [Patch v5 12/18] x86: pmu: Improve instruction and branches events verification
` [Patch v5 13/18] x86: pmu: Improve LLC misses event verification
` [Patch v5 14/18] x86: pmu: Adjust lower boundary of llc-misses event to 0 for legacy CPUs
` [Patch v5 15/18] x86: pmu: Add IBPB indirect jump asm blob
` [Patch v5 16/18] x86: pmu: Adjust lower boundary of branch-misses event
` [Patch v5 17/18] x86: pmu: Optimize emulated instruction validation
` [Patch v5 18/18] x86: pmu: Print measured event count if test fails

[kvm-unit-tests PATCH v1 0/2] Some fixes for running under -cpu max on QEMU
 2024-07-04 10:32 UTC  (8+ messages)
` [kvm-unit-tests PATCH v1 1/2] arm/pmu: skip the PMU introspection test if missing
` [kvm-unit-tests PATCH v1 2/2] arm/mmu: widen the page size check to account for LPA2

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-07-04 10:10 UTC  (9+ messages)
` [PATCH v7 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings

[PULL v3 30/85] linux-headers: update to 6.10-rc1
 2024-07-04  9:54 UTC  (4+ messages)
` [PULL v3 58/85] hw/i386/fw_cfg: Add etc/e820 to fw_cfg late

[PATCH] i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INIT
 2024-07-04  9:53 UTC  (6+ messages)

[PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-07-04  8:53 UTC  (8+ messages)
` [PATCH v4 20/31] i386/sev: Add support for SNP CPUID validation
` [PATCH v4 30/31] i386/kvm: Add KVM_EXIT_HYPERCALL handling for KVM_HC_MAP_GPA_RANGE

[GIT PULL 0/1] KVM: s390: Fix z16 support (for KVM master)
 2024-07-04  8:42 UTC  (2+ messages)
` [GIT PULL 1/1] KVM: s390: fix LPSWEY handling

Using PEBS from qemu-kvm
 2024-07-04  8:07 UTC  (2+ messages)

[PATCH 0/8] Introduce SMP Cache Topology
 2024-07-04  3:16 UTC  (9+ messages)
` [PATCH 1/8] hw/core: Make CPU topology enumeration arch-agnostic
` [PATCH 2/8] qapi/qom: Introduce smp-cache object
` [PATCH 3/8] hw/core: Add smp cache topology for machine
` [PATCH 4/8] hw/core: Check smp cache topology support "
` [PATCH 5/8] i386/cpu: Support thread and module level cache topology
` [PATCH 6/8] i386/cpu: Update cache topology with machine's configuration
` [PATCH 7/8] i386/pc: Support cache topology in -machine for PC machine
` [PATCH 8/8] qemu-options: Add the description of smp-cache object

[PATCH] i386: revert defaults to 'legacy-vm-type=true' for SEV(-ES) guests
 2024-07-04  0:06 UTC  (4+ messages)

[PATCH] KVM: arm64: nv: Truely enable nXS TLBI operations
 2024-07-03 23:25 UTC  (2+ messages)

[PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry
 2024-07-03 23:25 UTC  (2+ messages)

[PATCH V9 0/2] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-07-03 21:37 UTC  (5+ messages)
` [PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
  ` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX

[PATCH v2 3/8] mm/mprotect: Push mmu notifier to PUDs
 2024-07-03 21:29 UTC 

[PATCH v4 0/3] Assorted fixes in RISC-V PMU driver
 2024-07-03 19:59 UTC  (2+ messages)

[PATCH] KVM: x86: Free the MSR filter after destorying VCPUs
 2024-07-03 17:56 UTC 

[PATCH] KVM: s390: vsie: retry SIE instruction on host intercepts
 2024-07-03 17:45 UTC  (7+ messages)

[PATCH v1 0/2] s390: Two small fixes and improvements
 2024-07-03 15:59 UTC  (3+ messages)
` [PATCH v1 1/2] s390/entry: Pass the asce as parameter to sie64a()
` [PATCH v1 2/2] s390/kvm: Move bitfields for dat tables

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-07-03 13:18 UTC  (4+ messages)

[PATCH v1 1/1] KVM: s390: remove useless include
 2024-07-03 10:40 UTC  (3+ messages)

[PATCH v2] x86/bhi: BHI mitigation can trigger warning in #DB handler
 2024-07-03  6:24 UTC  (2+ messages)

[PATCH v2 0/4] Introduce a quirk to control memslot zap behavior
 2024-07-03  2:12 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: x86/mmu: "
` [PATCH v2 2/4] KVM: selftests: Test slot move/delete with slot zap quirk enabled/disabled
` [PATCH v2 3/4] KVM: selftests: Allow slot modification stress test with quirk disabled
` [PATCH v2 4/4] KVM: selftests: Test memslot move in memslot_perf_test "

[PULL v2 30/88] linux-headers: update to 6.10-rc1
 2024-07-02 20:19 UTC  (2+ messages)
` [PULL v2 61/88] hw/i386/fw_cfg: Add etc/e820 to fw_cfg late

How to implement message forwarding from one CID to another in vhost driver
 2024-07-02 14:26 UTC  (14+ messages)

[RFC PATCH v3 00/21] Cleaning up the KVM clock mess
 2024-07-02 14:09 UTC  (3+ messages)
` [RFC PATCH v3 21/21] sched/cputime: Cope with steal time going backwards or negative

[PULL 30/91] linux-headers: update to 6.10-rc1
 2024-07-02 14:10 UTC  (2+ messages)
` [PULL 61/91] hw/i386/fw_cfg: Add etc/e820 to fw_cfg late

[PATCH net-next v2 0/2] vsock: avoid queuing on workqueue if possible
 2024-07-02 10:00 UTC  (7+ messages)
` [PATCH PATCH net-next v2 1/2] vsock/virtio: refactor virtio_transport_send_pkt_work
` [PATCH PATCH net-next v2 2/2] vsock/virtio: avoid enqueue packets when work queue is empty


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).