public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-14 23:34:24 to 2022-06-16 14:07:57 UTC [more...]

[PATCH 1/2] KVM: selftests: kvm_vm_elf_load() and elfhdr_get() should close fd
 2022-06-16 14:07 UTC  (2+ messages)

[PATCH v2 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-06-16 13:16 UTC  (2+ messages)

[PATCH 0/4] Fix filename reporting in guest asserts
 2022-06-16 12:47 UTC  (9+ messages)
` [PATCH 1/4] KVM: selftests: enumerate GUEST_ASSERT arguments
` [PATCH 2/4] KVM: selftests: Increase UCALL_MAX_ARGS to 7
` [PATCH 3/4] KVM: selftests: Write REPORT_GUEST_ASSERT macros to pair with GUEST_ASSERT
` [PATCH 4/4] KVM: selftests: Fix filename reporting in guest asserts

[PATCH] selftests: KVM: Handle compiler optimizations in ucall
 2022-06-16 12:24 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 00/11] SMP Support for x86 UEFI Tests
 2022-06-16 11:56 UTC  (12+ messages)
` [kvm-unit-tests PATCH v3 02/11] x86: Move ap_init() to smp.c
` [kvm-unit-tests PATCH v3 09/11] x86: Move 32-bit bringup routines to start32.S
` [kvm-unit-tests PATCH v3 10/11] x86: efi, smp: Transition APs from 32-bit to 64-bit mode
` [kvm-unit-tests PATCH v3 11/11] x86: Provide a common 64-bit AP entrypoint for EFI and non-EFI

[PATCH 00/19] Refresh queued CET virtualization series
 2022-06-16 11:25 UTC  (30+ messages)
` [PATCH 01/19] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH 02/19] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH 03/19] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH 04/19] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH 05/19] x86/fpu: Add helper for modifying xstate
` [PATCH 06/19] KVM: x86: Report XSS as an MSR to be saved if there are supported features
` [PATCH 07/19] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS
` [PATCH 08/19] KVM: x86: Load guest fpu state when accessing MSRs managed by XSAVES
` [PATCH 09/19] KVM: x86: Add #CP support in guest exception classification
` [PATCH 10/19] KVM: VMX: Introduce CET VMCS fields and flags
` [PATCH 11/19] KVM: x86: Add fault checks for CR4.CET
` [PATCH 12/19] KVM: VMX: Emulate reads and writes to CET MSRs
` [PATCH 13/19] KVM: VMX: Add a synthetic MSR to allow userspace VMM to access GUEST_SSP
` [PATCH 14/19] KVM: x86: Report CET MSRs as to-be-saved if CET is supported
` [PATCH 15/19] KVM: x86: Save/Restore GUEST_SSP to/from SMM state save area
` [PATCH 16/19] KVM: x86: Enable CET virtualization for VMX and advertise CET to userspace
` [PATCH 17/19] KVM: VMX: Pass through CET MSRs to the guest when supported
` [PATCH 18/19] KVM: nVMX: Enable CET support for nested VMX
` [PATCH 19/19] KVM: x86: Enable supervisor IBT support for guest

[PATCH 0/2] KVM: vmx, pmu: respect KVM_GET_MSR_INDEX_LIST/KVM_SET_MSR contracts
 2022-06-16 10:37 UTC  (8+ messages)
` [PATCH 1/2] KVM: vmx, pmu: accept 0 for absent MSRs when host-initiated

【NOSAIぐんま】お問い合わせ自動確認メール
 2022-06-16  9:36 UTC 

[PATCH] KVM: arm64: Add Oliver as a reviewer
 2022-06-16  8:53 UTC 

[PATCH v2 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-16  7:08 UTC  (13+ messages)
` [PATCH v2 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH v2 2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH v2 3/5] vfio/iommu_type1: Remove the domain->ops comparison
` [PATCH v2 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()
` [PATCH v2 5/5] vfio/iommu_type1: Simplify group attachment

[linux-next:master] BUILD REGRESSION 8cb8311e95e3bb58bd84d6350365f14a718faa6d
 2022-06-16  5:11 UTC  (3+ messages)

[RFC PATCH v3 0/7] KVM: x86: add per-vCPU exits disable capability
 2022-06-16  3:04 UTC  (13+ messages)
` [RFC PATCH v3 1/7] KVM: x86: only allow exits disable before vCPUs created
` [RFC PATCH v3 2/7] KVM: x86: Move *_in_guest power management flags to vCPU scope
` [RFC PATCH v3 3/7] KVM: x86: Reject disabling of MWAIT interception when not allowed
` [RFC PATCH v3 4/7] KVM: x86: Let userspace re-enable previously disabled exits
` [RFC PATCH v3 5/7] KVM: x86: add vCPU scoped toggling for "
` [RFC PATCH v3 6/7] KVM: x86: Add a new guest_debug flag forcing exit to userspace
` [RFC PATCH v3 7/7] KVM: selftests: Add tests for VM and vCPU cap KVM_CAP_X86_DISABLE_EXITS

[kvm-unit-tests PATCH v4 0/8] Move npt test cases and NPT code improvements
 2022-06-16  0:06 UTC  (10+ messages)
` [kvm-unit-tests PATCH v4 2/8] x86: nSVM: Move all nNPT test cases from svm_tests.c to a separate file
` [kvm-unit-tests PATCH v4 3/8] x86: nSVM: Allow nSVM tests run with PT_USER_MASK enabled
` [kvm-unit-tests PATCH v4 4/8] x86: Improve set_mmu_range() to implement npt
` [kvm-unit-tests PATCH v4 5/8] x86: nSVM: Build up the nested page table dynamically

[kvm-unit-tests PATCH v4 00/13] x86: SMP Support for x86 UEFI Tests
 2022-06-15 23:29 UTC  (14+ messages)
` [kvm-unit-tests PATCH v4 01/13] x86: Use an explicit magic string to detect that dummy.efi passes
` [kvm-unit-tests PATCH v4 02/13] x86: Share realmode trampoline between i386 and x86_64
` [kvm-unit-tests PATCH v4 03/13] x86: Move ap_init() to smp.c
` [kvm-unit-tests PATCH v4 04/13] x86: Move load_idt() to desc.c
` [kvm-unit-tests PATCH v4 05/13] x86: desc: Split IDT entry setup into a generic helper
` [kvm-unit-tests PATCH v4 06/13] x86: Move load_gdt_tss() to desc.c
` [kvm-unit-tests PATCH v4 07/13] x86: efi: Provide a stack within testcase memory
` [kvm-unit-tests PATCH v4 08/13] x86: efi: Provide percpu storage
` [kvm-unit-tests PATCH v4 09/13] x86: Move 32-bit => 64-bit transition code to trampolines.S
` [kvm-unit-tests PATCH v4 10/13] x86: efi, smp: Transition APs from 16-bit to 32-bit mode
` [kvm-unit-tests PATCH v4 11/13] x86: Provide a common 64-bit AP entrypoint for EFI and non-EFI
` [kvm-unit-tests PATCH v4 12/13] x86: Rename ap_init() to bringup_aps()
` [kvm-unit-tests PATCH v4 13/13] x86: Add ap_online() to consolidate final "AP is alive!" code

[PATCH 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-15 23:12 UTC  (8+ messages)
` [PATCH 3/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency

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

[PATCH v2 00/10] s390/vfio-ccw rework
 2022-06-15 20:57 UTC  (12+ messages)
` [PATCH v2 01/10] vfio/ccw: Remove UUID from s390 debug log
` [PATCH v2 02/10] vfio/ccw: Fix FSM state if mdev probe fails
` [PATCH v2 03/10] vfio/ccw: Do not change FSM state in subchannel event
` [PATCH v2 04/10] vfio/ccw: Remove private->mdev
` [PATCH v2 05/10] vfio/ccw: Pass enum to FSM event jumptable
` [PATCH v2 06/10] vfio/ccw: Flatten MDEV device (un)register
` [PATCH v2 07/10] vfio/ccw: Create an OPEN FSM Event
` [PATCH v2 08/10] vfio/ccw: Create a CLOSE FSM event
` [PATCH v2 09/10] vfio/ccw: Refactor vfio_ccw_mdev_reset
` [PATCH v2 10/10] vfio/ccw: Move FSM open/close to MDEV open/close

simplify the mdev interface v2
 2022-06-15 20:52 UTC  (31+ messages)
` [PATCH 01/13] vfio/mdev: make mdev.h standalone includable
` [PATCH 02/13] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 03/13] vfio/mdev: simplify mdev_type handling
` [PATCH 04/13] vfio/mdev: remove mdev_{create,remove}_sysfs_files
` [PATCH 05/13] vfio/mdev: remove mdev_from_dev
` [PATCH 06/13] vfio/mdev: unexport mdev_bus_type
` [PATCH 07/13] vfio/mdev: remove mdev_parent_dev
` [PATCH 08/13] vfio/mdev: remove mtype_get_parent_dev
` [PATCH 09/13] vfio/mdev: consolidate all the device_api sysfs into the core code
` [PATCH 10/13] vfio/mdev: consolidate all the name "
` [PATCH 11/13] vfio/mdev: consolidate all the available_instance "
` [PATCH 12/13] vfio/mdev: consolidate all the description "
` [PATCH 13/13] vfio/mdev: add mdev available instance checking to the core

[Question] debugging VM cpu hotplug (#GP -> #DF) which results in reset
 2022-06-15 19:47 UTC  (3+ messages)

[PATCH 0/2] x86: notify hypervisor/VMM about guest entering s2idle
 2022-06-15 18:53 UTC  (11+ messages)
` [PATCH 1/2] x86: notify hypervisor about guest entering s2idle state

[PATCH RESEND] tools/kvm_stat: fix display of error when multiple processes are found
 2022-06-15 17:30 UTC  (3+ messages)

[PATCH MANUALSEL 5.15 1/4] KVM: x86: do not report a vCPU as preempted outside instruction boundaries
 2022-06-15 14:58 UTC  (3+ messages)

[PATCH 0/6] KVM: x86: vcpu->arch.pio* cleanups
 2022-06-15 14:41 UTC  (4+ messages)
` [PATCH 6/6] KVM: SEV-ES: reuse advance_sev_es_emulated_ins for OUT too

[PATCH v2 0/8] KVM: x86/mmu: Use separate namespaces gPTEs and SPTEs
 2022-06-15 14:34 UTC  (7+ messages)
` [PATCH v2 5/8] KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
` [PATCH v2 8/8] KVM: x86/mmu: Use common logic for computing the 32/64-bit base PA mask

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-15 14:29 UTC  (12+ messages)

Bug report: vfio over kernel 5.19 - mm area
 2022-06-15 14:22 UTC  (6+ messages)

[Bug 216137] New: Kernel Will Not Compile using GCC 12.1
 2022-06-15 14:05 UTC  (3+ messages)
` [Bug 216137] "

[PATCH 0/5] KVM: x86: Move apicv_active into kvm_lapic
 2022-06-15 13:55 UTC  (4+ messages)
` [PATCH 2/5] KVM: x86: Drop @vcpu parameter from kvm_x86_ops.hwapic_isr_update()

[PATCH v2 00/19] KVM/arm64: Refactoring the vcpu flags
 2022-06-15 13:23 UTC  (4+ messages)
` [PATCH v2 11/19] KVM: arm64: Move vcpu ON_UNSUPPORTED_CPU flag to the state flag set

[PATCH 0/5] KVM: nVMX: Support loading MSRs before nested state
 2022-06-15 12:53 UTC  (2+ messages)

[PATCH RFC v1 0/5] KVM: VMX: Support TscScaling and EnclsExitingBitmap whith eVMCS
 2022-06-15 12:49 UTC  (6+ messages)
` [PATCH RFC v1 1/5] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH RFC v1 2/5] x86/hyperv: Update "
` [PATCH RFC v1 3/5] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH RFC v1 4/5] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH RFC v1 5/5] KVM: VMX: Support TSC scaling with enlightened VMCS

[PATCH v2] x86: kvm: remove NULL check before kfree
 2022-06-15 12:24 UTC  (2+ messages)

[PATCH v2] KVM: VMX: Use try_cmpxchg64 in pi_try_set_control
 2022-06-15 12:13 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomic
 2022-06-15 12:13 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Use try_cmpxchg64 in fast_pf_fix_direct_spte
 2022-06-15 12:13 UTC  (2+ messages)

[PATCH] KVM: VMX: Skip filter updates for MSRs that KVM is already intercepting
 2022-06-15 12:10 UTC  (2+ messages)

[PATCH] KVM: nVMX: Don't expose TSC scaling to L1 when on Hyper-V
 2022-06-15 11:30 UTC  (7+ messages)

[PATCH v11 00/19] KVM: s390: pv: implement lazy destroy for reboot
 2022-06-15 11:13 UTC  (11+ messages)
` [PATCH v11 07/19] KVM: s390: pv: module parameter to fence asynchronous destroy
` [PATCH v11 14/19] KVM: s390: pv: cleanup leftover protected VMs if needed
` [PATCH v11 15/19] KVM: s390: pv: asynchronous destroy for reboot

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

[PATCH] KVM: Use consistent type for return value of kvm_mmu_memory_cache_nr_free_objects()
 2022-06-15  9:56 UTC  (4+ messages)
    ` 答复: "

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-15  8:53 UTC  (8+ messages)
` [PATCH v6 3/8] mm/memfd: Introduce MFD_INACCESSIBLE flag

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

[PATCH] vhost-vdpa: Remove usage of the deprecated ida_simple_xxx API
 2022-06-15  8:40 UTC 

[PATCH] KVM: x86: add a bool variable to distinguish whether to use PVIPI
 2022-06-15  5:33 UTC  (6+ messages)
        ` 答复: "

[PATCH v4 0/4] Implement vdpasim stop operation
 2022-06-15  1:28 UTC  (12+ messages)


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