public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-09 07:30:04 to 2022-06-13 17:27:06 UTC [more...]

[kvm-unit-tests PATCH v2 0/3] s390x: Rework TEID decoding and usage
 2022-06-13 12:40 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 3/3] "

[PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID
 2022-06-13 14:38 UTC  (37+ messages)
` [PATCH v2 048/144] KVM: selftests: Rename 'struct vcpu' to 'struct kvm_vcpu'
` [PATCH v2 126/144] KVM: selftests: Convert kvm_binary_stats_test away from vCPU IDs
` [PATCH v2 138/144] KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()
` [PATCH v2 142/144] KVM: selftests: Add kvm_has_cap() to provide syntactic sugar
` [PATCH v2 143/144] KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
` [PATCH v2 144/144] KVM: selftests: Sanity check input to ioctls() at build time
  ` [Sean Christopherson] [PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID
  ` [PATCH v2 132/144] KVM: selftests: Purge vm+vcpu_id == vcpu silliness

[PATCH -fixes v2] riscv: Fix missing PAGE_PFN_MASK
 2022-06-13 14:37 UTC  (3+ messages)

[PATCH 3/3] RISC-V: KVM: Add extensible CSR emulation framework
 2022-06-13 10:37 UTC  (2+ messages)

[kvm-unit-tests PATCH v5 0/1] s390x: add migration test for storage keys
 2022-06-13 10:14 UTC  (2+ messages)
` [kvm-unit-tests PATCH v5 1/1] "

[PATCH 0/3] Improve instruction and CSR emulation in KVM RISC-V
 2022-06-13  9:59 UTC  (6+ messages)
` [PATCH 1/3] RISC-V: KVM: Factor-out instruction emulation into separate sources
` [PATCH 2/3] RISC-V: KVM: Add extensible system instruction emulation framework
` [PATCH 3/3] RISC-V: KVM: Add extensible CSR "

[kvm-unit-tests PATCH v4 0/1] s390x: add migration test for storage keys
 2022-06-13  9:19 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 1/1] "
    ` [kvm-unit-tests PATCH v4 1/1] s390x: add migration test for storage keys:q!

[RFC PATCH v2 0/8] virtio/vsock: experimental zerocopy receive
 2022-06-13  8:54 UTC  (16+ messages)
` [RFC PATCH v2 1/8] virtio/vsock: rework packet allocation logic
` [RFC PATCH v2 2/8] vhost/vsock: "
` [RFC PATCH v2 3/8] af_vsock: add zerocopy receive logic
` [RFC PATCH v2 4/8] virtio/vsock: add transport zerocopy callback

[KVM] a5202946dc: kernel-selftests.kvm.make_fail
 2022-06-13  7:26 UTC  (2+ messages)

[PATCH vfio 0/2] Migration few enhancements
 2022-06-13  7:13 UTC  (6+ messages)
` [PATCH vfio 1/2] vfio/mlx5: Protect mlx5vf_disable_fds() upon close device
` [PATCH vfio 2/2] vfio: Split migration ops from main device ops

[PATCH v1 00/18] VFIO ccw/mdev rework
 2022-06-13  6:46 UTC  (9+ messages)
` [PATCH v1 13/18] vfio/mdev: Consolidate all the device_api sysfs into the core code
` [PATCH v1 14/18] vfio/mdev: Add mdev available instance checking to the core

[PATCH 0/2] x86: notify hypervisor/VMM about guest entering s2idle
 2022-06-13  5:03 UTC  (10+ messages)
` [PATCH 1/2] x86: notify hypervisor about guest entering s2idle state
` [PATCH 2/2] KVM: x86: notify user space about guest entering s2idle

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-13  3:18 UTC  (4+ messages)
` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH] KVM: x86/mmu: Remove unused "type" of split_page_type()
 2022-06-13  2:47 UTC  (2+ messages)

(no subject)
 2022-06-12 15:58 UTC 

[PATCH v2 00/19] KVM/arm64: Refactoring the vcpu flags
 2022-06-12  8:59 UTC  (24+ messages)
` [PATCH v2 01/19] KVM: arm64: Always start with clearing SVE flag on load
` [PATCH v2 02/19] KVM: arm64: Always start with clearing SME "
` [PATCH v2 03/19] KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code
` [PATCH v2 04/19] KVM: arm64: Move FP state ownership from flag to a tristate
` [PATCH v2 05/19] KVM: arm64: Add helpers to manipulate vcpu flags among a set
` [PATCH v2 06/19] KVM: arm64: Add three sets of flags to the vcpu state
` [PATCH v2 07/19] KVM: arm64: Move vcpu configuration flags into their own set
` [PATCH v2 08/19] KVM: arm64: Move vcpu PC/Exception flags to the input flag set
` [PATCH v2 09/19] KVM: arm64: Move vcpu debug/SPE/TRBE "
` [PATCH v2 10/19] KVM: arm64: Move vcpu SVE/SME flags to the state "
` [PATCH v2 11/19] KVM: arm64: Move vcpu ON_UNSUPPORTED_CPU flag "
` [PATCH v2 12/19] KVM: arm64: Move vcpu WFIT "
` [PATCH v2 13/19] KVM: arm64: Kill unused vcpu flags field
` [PATCH v2 14/19] KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flag
` [PATCH v2 15/19] KVM: arm64: Warn when PENDING_EXCEPTION and INCREMENT_PC are set together
` [PATCH v2 16/19] KVM: arm64: Add build-time sanity checks for flags
` [PATCH v2 17/19] KVM: arm64: Reduce the size of the vcpu flag members
` [PATCH v2 18/19] KVM: arm64: Document why pause cannot be turned into a flag
` [PATCH v2 19/19] KVM: arm64: Move the handling of !FP outside of the fast path

[syzbot] WARNING in handle_exception_nmi (2)
 2022-06-12  7:35 UTC  (2+ messages)

[GIT PULL] virtio,vdpa: fixes
 2022-06-12  0:33 UTC  (2+ messages)

[PATCH] KVM: SVM: Fix a misplaced paranthesis in APICV inhibit mask generation
 2022-06-11 13:44 UTC  (2+ messages)

[PATCH 0/7] KVM: x86: Attempt to wrangle PEBS/PMU into submission
 2022-06-11  0:57 UTC  (8+ messages)
` [PATCH 1/7] KVM: x86: Give host userspace full control of MSR_IA32_MISC_ENABLES
` [PATCH 2/7] KVM: VMX: Give host userspace full control of MSR_IA32_PERF_CAPABILITIES
` [PATCH 3/7] Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmu"
` [PATCH 4/7] Revert "KVM: x86: always allow host-initiated writes to PMU MSRs"
` [PATCH 5/7] KVM: VMX: Use vcpu_get_perf_capabilities() to get guest-visible value
` [PATCH 6/7] KVM: x86: Ignore benign host accesses to "unsupported" PEBS and BTS MSRs
` [PATCH 7/7] KVM: x86: Ignore benign host writes to "unsupported" F15H_PERF_CTL MSRs

[Bug 216026] New: Fails to compile using gcc 12.1 under Ubuntu 22.04
 2022-06-10 22:48 UTC  (2+ messages)
` [Bug 216026] "

[PATCH] vfio: de-extern-ify function prototypes
 2022-06-10 22:44 UTC  (7+ messages)

[PATCH] KVM: VMX: Skip filter updates for MSRs that KVM is already intercepting
 2022-06-10 21:41 UTC 

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-06-10 21:04 UTC  (3+ messages)
` [RFC PATCH v6 095/104] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall

[RFC V1 PATCH 0/3] selftests: KVM: sev: selftests for fd-based approach of supporting private memory
 2022-06-10 21:01 UTC  (3+ messages)

[PATCH RFC 0/2] arm: enable MTE for QEMU + kvm
 2022-06-10 20:48 UTC  (4+ messages)
` [PATCH RFC 1/2] arm/kvm: enable MTE if available

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-10 19:27 UTC  (13+ messages)

[PATCH v5 0/8] KVM: x86: Add CMCI and UCNA emulation
 2022-06-10 17:11 UTC  (9+ messages)
` [PATCH v5 1/8] KVM: x86: Make APIC_VERSION capture only the magic 0x14UL
` [PATCH v5 2/8] KVM: x86: Fill apic_lvt_mask with enums / explicit entries
` [PATCH v5 3/8] KVM: x86: Add APIC_LVTx() macro
` [PATCH v5 4/8] KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic
` [PATCH v5 5/8] KVM: x86: Use kcalloc to allocate the mce_banks array
` [PATCH v5 6/8] KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs
` [PATCH v5 7/8] KVM: x86: Enable CMCI capability by default and handle injected UCNA errors
` [PATCH v5 8/8] KVM: selftests: Add a self test for CMCI and UCNA emulations

[PATCH kvmtool 00/24] Virtio v1 support
 2022-06-10 16:31 UTC  (6+ messages)
` [PATCH kvmtool 17/24] virtio/pci: Delete MSI routes

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-10 16:14 UTC  (15+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "

[PATCH 0/2] Improve vfio-pci primary GPU assignment behavior
 2022-06-10 14:30 UTC  (9+ messages)
` [PATCH 2/2] vfio/pci: Remove console drivers

[kvm-unit-tests PATCH v1 0/2] better smp interrupt checks
 2022-06-10  9:43 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 2/2] lib: s390x: "

[RFC PATCH] KVM: x86/speculation/taa: Export TAA_NO to guest when host is not affected
 2022-06-10  8:29 UTC 

[PATCH v6 0/4] x86/tests: Add tests for AMD SEV-ES #VC handling
 2022-06-10  8:28 UTC  (8+ messages)
` [PATCH v6 2/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add KUnit based tests to validate Linux's VC handling for instructions cpuid and wbinvd. These tests: 1. install a kretprobe on the #VC handler (sev_es_ghcb_hv_call, to access GHCB before/after the resulting VMGEXIT). 2. trigger an NAE by executing either cpuid or wbinvd. 3. check that the kretprobe was hit with the right exit_code available in GHCB

[PATCH 00/18] KVM/arm64: Refactoring the vcpu flags
 2022-06-10  7:48 UTC  (8+ messages)
` [PATCH 06/18] KVM: arm64: Add three sets of flags to the vcpu state
` [PATCH 08/18] KVM: arm64: Move vcpu PC/Exception flags to the input flag set

[kvm-unit-tests PATCH 0/3] Fix up test failures induced by !enable_pmu
 2022-06-10  6:29 UTC  (16+ messages)
` [kvm-unit-tests PATCH 1/3] x86: Remove perf enable bit from default config
` [kvm-unit-tests PATCH 2/3] x86: Skip running test when pmu is disabled
` [kvm-unit-tests PATCH 3/3] x86: Skip perf related tests "

Acknowledge this message
 2022-06-10  5:23 UTC 

[PATCH 1/2] vfio/type1: Simplify bus_type determination
 2022-06-10  0:03 UTC  (2+ messages)

[PATCH 0/6] KVM: x86: vcpu->arch.pio* cleanups
 2022-06-09 22:50 UTC  (13+ messages)
` [PATCH 1/6] KVM: x86: inline kernel_pio into its sole caller
` [PATCH 2/6] KVM: x86: move all vcpu->arch.pio* setup in emulator_pio_in_out
` [PATCH 3/6] KVM: x86: wean in-kernel PIO from vcpu->arch.pio*
` [PATCH 4/6] KVM: x86: wean fast IN from emulator_pio_in
` [PATCH 5/6] KVM: x86: de-underscorify __emulator_pio_in
` [PATCH 6/6] KVM: SEV-ES: reuse advance_sev_es_emulated_ins for OUT too

[PATCH v6 0/5] Fix some races between sysfb device registration and drivers probe
 2022-06-09 17:38 UTC  (7+ messages)
` [PATCH v6 5/5] fbdev: Make registered_fb[] private to fbmem.c
      ` Mark olpc_dcon BROKEN [Was: [PATCH v6 5/5] fbdev: Make registered_fb[] private to fbmem.c]

[Bug 216098] New: Assertion Failure in kvm selftest mmu_role_test
 2022-06-09 16:08 UTC  (2+ messages)
` [Bug 216098] "

[PATCH v2 1/2] vfio: Replace the DMA unmapping notifier with a callback
 2022-06-09 14:43 UTC  (4+ messages)

[GIT PULL] KVM/arm64 fixes for 5.19, take #1
 2022-06-09 14:31 UTC  (2+ messages)

Guest migration between different Ryzen CPU generations
 2022-06-09 14:31 UTC  (4+ messages)

[PATCH 0/5] KVM: x86: Quirk "MWAIT never faults" behavior
 2022-06-09 13:55 UTC  (4+ messages)
` [PATCH 5/5] KVM: selftests: Add MONITOR/MWAIT quirk test

[GIT PULL] KVM/riscv fixes for 5.19, take #1
 2022-06-09 13:45 UTC  (2+ messages)

[PATCH v6 00/38] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-06-09  9:13 UTC  (4+ messages)
` [PATCH v6 05/38] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently

[PATCH 0/7] KVM: x86: AVIC/APICv patch queue
 2022-06-09  8:13 UTC  (4+ messages)
` [PATCH 4/7] KVM: x86: SVM: fix avic_kick_target_vcpus_fast

[kvm-unit-tests PATCH v3 0/4] More skey instr. emulation test
 2022-06-09  7:44 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/3] s390x: Test TEID values in storage key test

[kvm-unit-tests PATCH v4 0/8] Move npt test cases and NPT code improvements
 2022-06-09  7:29 UTC  (4+ messages)


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