kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-25 13:54:29 to 2021-05-26 21:44:38 UTC [more...]

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

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

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)

Windows fails to boot after rebase to QEMU master
 2021-05-26 19:30 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: Fix comment mentioning skip_4k
 2021-05-26 19:00 UTC  (5+ messages)

[PATCH v6 0/4] KVM statistics data fd-based binary interface
 2021-05-26 18:52 UTC  (13+ 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 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v6 4/4] KVM: selftests: Add selftest for KVM "

[PATCH v4 00/11] KVM: Implement nested TSC scaling
 2021-05-26 18:44 UTC  (12+ 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 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 v2 1/2] KVM: X86: Fix warning caused by stale emulation context
 2021-05-26 17:52 UTC  (2+ messages)

[PATCH 1/3] vfio/platform: fix module_put call in error flow
 2021-05-26 17:42 UTC  (8+ 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  (9+ 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  (5+ messages)
` [PATCH v3 6/8] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v3 7/8] KVM: Optimize gfn lookup in kvm_zap_gfn_range()

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

[patch 0/3] VMX: configure posted interrupt descriptor when assigning device (v5)
 2021-05-26 17:20 UTC  (11+ messages)
` [patch 1/3] KVM: x86: add start_assignment hook to kvm_x86_ops
` [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] "

[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 v2 0/5] KVM: x86: hyper-v: Conditionally allow SynIC with APICv/AVIC
 2021-05-26 15:52 UTC  (18+ messages)
` [PATCH v2 1/5] KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC check for AVIC
` [PATCH v2 2/5] KVM: VMX: Drop unneeded CONFIG_X86_LOCAL_APIC check from cpu_has_vmx_posted_intr()
` [PATCH v2 3/5] KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
` [PATCH v2 4/5] KVM: x86: Invert APICv/AVIC enablement check
` [PATCH v2 5/5] KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in use

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

[PATCH 00/43] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-05-26 15:15 UTC  (14+ messages)
` [PATCH 12/43] KVM: x86: Remove defunct BSP "update" in local APIC reset
` [PATCH 14/43] KVM: x86: Don't force set BSP bit when local APIC is managed by userspace
` [PATCH 15/43] KVM: x86: Set BSP bit in reset BSP vCPU's APIC base by default
` [PATCH 16/43] KVM: VMX: Stuff vcpu->arch.apic_base directly at vCPU RESET
` [PATCH 17/43] KVM: x86: Open code necessary bits of kvm_lapic_set_base() "
` [PATCH 18/43] KVM: x86: Consolidate APIC base RESET initialization code

[PATCH RFC 0/7] Introduce support for guest AMX feature
 2021-05-26 14:54 UTC  (11+ 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: Use kvm_get_linear_rip() in single-step and #DB/#BP interception
 2021-05-26 14:52 UTC  (2+ messages)

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

[PATCH v2 0/7] KVM: nVMX: Fixes for nested state migration when eVMCS is in use
 2021-05-26 14:44 UTC  (13+ 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 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 

[kvm-unit-tests PATCH v4 0/7] s390: Add support for large pages
 2021-05-26 13:42 UTC  (8+ 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

[PATCH Part1 RFC v2 00/20] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-05-26 13:34 UTC  (11+ 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 v3 00/11] KVM: nVMX: Fixes for nested state migration when eVMCS is in use
 2021-05-26 13:20 UTC  (12+ messages)
` [PATCH v3 01/11] KVM: nVMX: Use '-1' in 'hv_evmcs_vmptr' to indicate that eVMCS is not "
` [PATCH v3 02/11] KVM: nVMX: Don't set 'dirty_vmcs12' flag on enlightened VMPTRLD
` [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

[PATCH v10 00/18] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-05-26 12:16 UTC  (10+ messages)
` [PATCH v10 04/18] af_vsock: implement SEQPACKET receive loop
` [PATCH v10 06/18] af_vsock: rest of SEQPACKET support

[PATCH v1 00/11] KVM: s390: pv: implement lazy destroy
 2021-05-26 12:11 UTC  (5+ messages)
` [PATCH v1 05/11] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v1 07/11] KVM: s390: pv: add export before import

[kvm-unit-tests RFC 0/2] s390x: Add snippet support
 2021-05-26 10:17 UTC  (7+ messages)
` [kvm-unit-tests RFC 1/2] s390x: Add guest "
` [kvm-unit-tests RFC 2/2] s390x: mvpg: Add SIE mvpg test

[PATCH v3 0/4] Add support for XMM fast hypercalls
 2021-05-26  9:09 UTC  (6+ messages)
` [PATCH v3 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls

[PATCH v4 0/4] Add support for XMM fast hypercalls
 2021-05-26  9:03 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: x86: Move FPU register accessors into fpu.h
` [PATCH v4 2/4] KVM: hyper-v: Collect hypercall params into struct
` [PATCH v4 3/4] KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
` [PATCH v4 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls

[PATCH v19 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-05-26  8:50 UTC  (9+ messages)
` [PATCH v19 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64

[RFC PATCH] kvm/x86: Keep root hpa in prev_roots as much as possible
 2021-05-25 21:39 UTC 

[PATCH v7 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-05-26  2:43 UTC  (6+ messages)
` [PATCH v7 01/12] iova: Export alloc_iova_fast()
    `  "
` [PATCH v7 05/12] virtio_scsi: Add validation for residual bytes from response

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

[PATCH v3 00/12] KVM: Implement nested TSC scaling
 2021-05-25 23:35 UTC  (15+ messages)
` [PATCH v3 09/12] KVM: VMX: Remove vmx->current_tsc_ratio and decache_tsc_multiplier()
` [PATCH v3 10/12] KVM: VMX: Set the TSC offset and multiplier on nested entry and exit

[PATCH 00/12] KVM: nVMX: Fix vmcs02 PID use-after-free issue
 2021-05-25 20:35 UTC  (4+ messages)
` [PATCH 05/12] KVM: x86: Add a return code to kvm_apic_accept_events

[PATCH -next v2] samples: vfio-mdev: fix error handing in mdpy_fb_probe()
 2021-05-25 19:02 UTC  (3+ messages)

[kvm-unit-tests RFC PATCH] arm64: split pmu tests into tcg/kvm variants
 2021-05-25 17:42 UTC 

[PATCH] Move VMEnter and VMExit tracepoints closer to the actual event
 2021-05-25 16:20 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;
as well as URLs for NNTP newsgroup(s).