kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-26 13:21:06 to 2021-05-27 23:47:06 UTC [more...]

[PATCH v3 1/2] KVM: X86: Fix warning caused by stale emulation context
 2021-05-27 23:46 UTC  (6+ messages)
` [PATCH v3 2/2] KVM: X86: Kill off ctxt->ud

[syzbot] WARNING in x86_emulate_instruction
 2021-05-27 23:21 UTC  (3+ messages)

[PATCH v3] target/i386/sev: add support to query the attestation report
 2021-05-27 20:55 UTC  (2+ messages)

[PATCH] KVM: X86: fix tlb_flush_guest()
 2021-05-27 19:28 UTC  (5+ messages)

[PATCH 00/43] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-05-27 19:25 UTC  (7+ messages)
` [PATCH 17/43] KVM: x86: Open code necessary bits of kvm_lapic_set_base() at vCPU RESET
` [PATCH 43/43] KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()

Windows fails to boot after rebase to QEMU master
 2021-05-27 18:43 UTC  (14+ messages)

[PATCH 0/4 v2] KVM: nVMX: nSVM: Add more statistics to KVM debugfs
 2021-05-27 17:46 UTC  (5+ messages)
` [PATCH 4/4 v2] KVM: x86: Add a new VM statistic to show number of VCPUs created in a given VM

[PATCH] KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failure
 2021-05-27 17:22 UTC  (6+ messages)

[PULL 0/3] vfio-ccw: some fixes
 2021-05-27 16:00 UTC  (5+ messages)
  ` b4 usage (was: [PULL 0/3] vfio-ccw: some fixes)
      ` b4 usage

[PATCH v6 0/4] KVM statistics data fd-based binary interface
 2021-05-27 15:54 UTC  (10+ messages)
` [PATCH v6 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v6 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v6 4/4] KVM: selftests: Add selftest for KVM statistics data binary interface

[RFC] KVM: x86: Support KVM VMs sharing SEV context
 2021-05-27 15:51 UTC  (5+ messages)

[PATCH v2 0/5] KVM: x86: hyper-v: Conditionally allow SynIC with APICv/AVIC
 2021-05-27 15:49 UTC  (9+ messages)
` [PATCH v2 3/5] KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC

[PATCH v2 00/13] More parallel operations for the TDP MMU
 2021-05-27 15:26 UTC  (7+ messages)
` [PATCH v2 01/13] KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-05-27 15:13 UTC  (11+ messages)
` [PATCH v2 02/13] vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind

[PATCH] x86/sev: Check whether SEV or SME is supported first
 2021-05-27 15:08 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 0/7] s390: Add support for large pages
 2021-05-27 15:05 UTC  (11+ messages)
` [kvm-unit-tests PATCH v4 1/7] s390x: lib: add and use macros for control register bits
` [kvm-unit-tests PATCH v4 2/7] libcflat: add SZ_1M and SZ_2G
` [kvm-unit-tests PATCH v4 3/7] s390x: lib: fix pgtable.h
` [kvm-unit-tests PATCH v4 4/7] s390x: lib: Add idte and other huge pages functions/macros
` [kvm-unit-tests PATCH v4 5/7] s390x: lib: add teid union and clear teid from lowcore
` [kvm-unit-tests PATCH v4 6/7] s390x: mmu: add support for large pages
` [kvm-unit-tests PATCH v4 7/7] s390x: edat test

[kvm-unit-tests RFC 0/2] s390x: Add snippet support
 2021-05-27 14:35 UTC  (4+ messages)
` [kvm-unit-tests RFC 2/2] s390x: mvpg: Add SIE mvpg test

[PATCH v2 0/7] KVM: nVMX: Fixes for nested state migration when eVMCS is in use
 2021-05-27 14:17 UTC  (18+ messages)
` [PATCH v2 1/7] KVM: nVMX: Introduce nested_evmcs_is_used()
` [PATCH v2 3/7] KVM: nVMX: Ignore 'hv_clean_fields' data when eVMCS data is copied in vmx_get_nested_state()

[PATCH v6 00/20] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2021-05-27 13:36 UTC  (8+ messages)
` [PATCH v6 15/20] vfio/mdev: idxd: ims domain setup for the vdcm

[GIT PULL] KVM/arm64 fixes for 5.13, take #2
 2021-05-27 13:24 UTC  (2+ messages)

[PATCH v7 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-05-27 13:17 UTC  (12+ messages)
` [PATCH v7 11/12] vduse: "
    `  "

[PATCH] KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interception
 2021-05-27 13:08 UTC  (4+ messages)

[PATCH v4 00/11] KVM: Implement nested TSC scaling
 2021-05-27 13:08 UTC  (14+ messages)
` [PATCH v4 01/11] math64.h: Add mul_s64_u64_shr()
` [PATCH v4 02/11] KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'
` [PATCH v4 03/11] KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_l1_tsc_offset()
` [PATCH v4 04/11] KVM: X86: Add a ratio parameter to kvm_scale_tsc()
` [PATCH v4 05/11] KVM: nVMX: Add a TSC multiplier field in VMCS12
` [PATCH v4 06/11] KVM: X86: Add functions for retrieving L2 TSC fields from common code
` [PATCH v4 07/11] KVM: X86: Add functions that calculate the nested TSC fields
` [PATCH v4 08/11] KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
` [PATCH v4 09/11] KVM: X86: Add vendor callbacks for writing the TSC multiplier
` [PATCH v4 10/11] KVM: nVMX: Enable nested TSC scaling
` [PATCH v4 11/11] KVM: selftests: x86: Add vmx_nested_tsc_scaling_test

[PATCH Part1 RFC v2 00/20] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-05-27 12:56 UTC  (16+ messages)
` [PATCH Part1 RFC v2 13/20] x86/sev: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v2 14/20] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 RFC v2 16/20] x86/kernel: Validate rom memory before accessing when SEV-SNP is active

[kvm-unit-tests PATCH] lib/alloc: remove double include
 2021-05-27 12:45 UTC 

[PATCH] KVM: x86/mmu: Fix comment mentioning skip_4k
 2021-05-27 12:01 UTC  (6+ messages)

[PATCH v2] KVM: x86/mmu: Make is_nx_huge_page_enabled an inline function
 2021-05-27 12:00 UTC  (2+ messages)

[patch 0/3] VMX: configure posted interrupt descriptor when assigning device (v5)
 2021-05-27 11:59 UTC  (11+ messages)
` [patch 2/3] KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
` [patch 3/3] KVM: VMX: update vcpu posted-interrupt descriptor when assigning device
    ` [patch 3/3 V2] "

linux-next: build failure after merge of the kvm-fixes tree
 2021-05-27 11:44 UTC  (3+ messages)

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-05-27 11:25 UTC  (22+ messages)
` [RFC PATCH v3 2/8] vfio/type1: Add a page fault handler
` [RFC PATCH v3 5/8] vfio/type1: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v3 8/8] vfio: Add nested IOPF support

[PATCH v1 00/11] KVM: s390: pv: implement lazy destroy
 2021-05-27 10:35 UTC  (7+ messages)
` [PATCH v1 06/11] KVM: s390: pv: usage counter instead of flag
` [PATCH v1 08/11] KVM: s390: pv: lazy destroy for reboot
` [PATCH v1 10/11] KVM: s390: pv: module parameter to fence lazy destroy

[RFC] /dev/ioasid uAPI proposal
 2021-05-27  7:58 UTC 

[PATCH v2 1/2] KVM: X86: Fix warning caused by stale emulation context
 2021-05-27  5:01 UTC  (3+ messages)

[kvm:master 128/130] Warning: Kernel ABI header at 'tools/arch/x86/include/uapi/asm/kvm.h' differs from latest version at 'arch/x86/include/uapi/asm/kvm.h': 408> #define KVM_X86_QUIRK_TSC_HOST_ACCESS (1 << 5)
 2021-05-27  3:08 UTC 

[kvm:master 125/130] Warning: Kernel ABI header at 'tools/include/uapi/linux/kvm.h' differs from latest version at 'include/uapi/linux/kvm.h': 1086> #define KVM_CAP_EXIT_HYPERCALL 199
 2021-05-27  3:06 UTC 

[PATCH v2 0/3] TDP MMU: several minor fixes or improvements
 2021-05-27  2:03 UTC  (2+ messages)

[kvm:master 53/130] include/linux/kvm_host.h:270:9: error: implicit declaration of function 'single_task_running'
 2021-05-26 23:11 UTC 

[PATCH v7 0/1] qapi: introduce 'query-cpu-model-cpuid' action
 2021-05-26 21:44 UTC  (3+ messages)
` [PATCH v7 1/1] "

Writable module parameters in KVM
 2021-05-26 21:16 UTC  (6+ messages)

[RFC PATCH 00/10] KVM: x86/mmu: simplify argument to kvm page fault handler
 2021-05-26 21:10 UTC  (2+ messages)

[RFCv2 13/13] KVM: unmap guest memory using poisoned pages
 2021-05-26 19:46 UTC  (11+ messages)

[PATCH v2 00/10] KVM: selftests: exercise userfaultfd minor faults
 2021-05-26 18:31 UTC  (5+ messages)
` [PATCH v2 08/10] KVM: selftests: create alias mappings when using shared memory

[PATCH v2 0/6] Introduce KVM_{GET|SET}_SREGS2 and fix PDPTR migration
 2021-05-26 18:01 UTC  (2+ messages)

[PATCH 1/3] vfio/platform: fix module_put call in error flow
 2021-05-26 17:42 UTC  (6+ messages)
` [PATCH 2/3] vfio: centralize module refcount in subsystem layer
` [PATCH 3/3] vfio/platform: remove unneeded parent_module attribute

[PATCH] KVM: x86/pt: Do not inject TraceToPAPMI when guest PT isn't supported
 2021-05-26 17:38 UTC  (2+ messages)

[PATCH v2 0/5] KVM: arm64: selftests: Fix get-reg-list
 2021-05-26 17:37 UTC  (5+ messages)
` [PATCH v2 5/5] KVM: arm64: selftests: get-reg-list: Split base and pmu registers

[PATCH v3 0/8] KVM: Scalable memslots implementation
 2021-05-26 17:33 UTC  (3+ messages)
` [PATCH v3 7/8] KVM: Optimize gfn lookup in kvm_zap_gfn_range()

[kvm-unit-tests PATCH v2 0/4] enable LPI and ITS for TCG
 2021-05-26 16:33 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 1/4] arm64: remove invalid check from its-trigger test
` [kvm-unit-tests PATCH v2 2/4] scripts/arch-run: don't use deprecated server/nowait options
` [kvm-unit-tests PATCH v2 3/4] arm64: enable its-migration tests for TCG
` [kvm-unit-tests PATCH v2 4/4] arm64: split its-migrate-unmapped-collection into KVM and TCG variants

[kvm-unit-tests GIT PULL 0/9] s390x update 2021-26-05
 2021-05-26 16:33 UTC  (11+ messages)
` [kvm-unit-tests GIT PULL 1/9] s390x: uv-guest: Add invalid share location test
` [kvm-unit-tests GIT PULL 2/9] s390x: Add more Ultravisor command structure definitions
` [kvm-unit-tests GIT PULL 3/9] s390x: uv: Add UV lib
` [kvm-unit-tests GIT PULL 4/9] s390x: Test for share/unshare call support before using them
` [kvm-unit-tests GIT PULL 5/9] s390x: uv-guest: Test invalid commands
` [kvm-unit-tests GIT PULL 6/9] s390x: Add UV host test
` [kvm-unit-tests GIT PULL 7/9] s390x: sclp: Only fetch read info byte 134 if cpu entries are above it
` [kvm-unit-tests GIT PULL 8/9] lib: s390x: sclp: Extend feature probing
` [kvm-unit-tests GIT PULL 9/9] s390x: cpumodel: FMT2 and FMT4 SCLP test

[PATCH] KVM: x86/mmu: Remove stale comment mentioning skip_4k
 2021-05-26 16:23 UTC  (3+ messages)

[PATCH RFC 0/1] Make vCPUs that are HLT state candidates for load balancing
 2021-05-26 16:15 UTC  (5+ messages)
` [PATCH RFC 1/1] KVM: x86: Don't set preempted when vCPU does HLT VMEXIT

[PATCH v1 1/1] KVM: s390: fix for hugepage vmalloc
 2021-05-26 15:44 UTC 

[PATCH RFC 0/7] Introduce support for guest AMX feature
 2021-05-26 14:54 UTC  (9+ messages)
` [PATCH RFC 4/7] kvm: x86: Add new ioctls for XSAVE extension
` [PATCH RFC 7/7] kvm: x86: AMX XCR0 support for guest

[PATCH] KVM: x86/mmu: Remove the repeated declaration
 2021-05-26 14:45 UTC  (4+ messages)

[PATCH RFC 0/2] virtio-ccw: allow to disable legacy virtio
 2021-05-26 14:34 UTC  (2+ messages)

[PATCH] virt/kvm/kvm_main.c: use vma_pages() helper
 2021-05-26 14:00 UTC 

[PATCH v3 00/11] KVM: nVMX: Fixes for nested state migration when eVMCS is in use
 2021-05-26 13:20 UTC  (10+ messages)
` [PATCH v3 03/11] KVM: nVMX: Release eVMCS when enlightened VMENTRY was disabled
` [PATCH v3 04/11] KVM: nVMX: Make copy_vmcs12_to_enlightened()/copy_enlightened_to_vmcs12() return 'void'
` [PATCH v3 05/11] KVM: nVMX: Introduce 'EVMPTR_MAP_PENDING' post-migration state
` [PATCH v3 06/11] KVM: nVMX: Release enlightened VMCS on VMCLEAR
` [PATCH v3 07/11] KVM: nVMX: Ignore 'hv_clean_fields' data when eVMCS data is copied in vmx_get_nested_state()
` [PATCH v3 08/11] KVM: nVMX: Force enlightened VMCS sync from nested_vmx_failValid()
` [PATCH v3 09/11] KVM: nVMX: Reset eVMCS clean fields data from prepare_vmcs02()
` [PATCH v3 10/11] KVM: nVMX: Request to sync eVMCS from VMCS12 after migration
` [PATCH v3 11/11] KVM: selftests: evmcs_test: Test that KVM_STATE_NESTED_EVMCS is never lost


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