KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-24 03:31:07 to 2022-08-25 21:51:20 UTC [more...]

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-25 21:50 UTC  (12+ messages)
` [PATCH v8 002/103] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v8 009/103] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v8 013/103] KVM: TDX: Define TDX architectural definitions

[PATCH v2] vfio/fsl-mc: Fix a typo in a message
 2022-08-25 21:01 UTC  (3+ messages)

[PATCH V4 vfio 00/10] Add device DMA logging support for mlx5 driver
 2022-08-25 20:49 UTC  (7+ messages)
` [PATCH V4 vfio 04/10] vfio: Add an IOVA bitmap support
` [PATCH V4 vfio 05/10] vfio: Introduce the DMA logging feature support

[RFC PATCH 0/2] KVM: x86: Add a new attribute to control dynamic XSTATE components
 2022-08-25 20:45 UTC  (6+ messages)
` [RFC PATCH 1/2] KVM: x86: Add a new system attribute for dynamic XSTATE component

[PATCH 0/5] Fix a race between posted interrupt delivery and migration in a nested VM
 2022-08-25 20:37 UTC  (16+ messages)
` [PATCH 1/5] KVM: x86: Get vmcs12 pages before checking pending interrupts
` [PATCH 3/5] selftests: KVM: Introduce vcpu_run_interruptable()
` [PATCH 4/5] selftests: KVM: Add support for posted interrupt handling in L2

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-08-25 20:09 UTC  (6+ messages)
` [PATCH v12 43/46] virt: Add SEV-SNP guest driver

[kvm-unit-tests PATCH v2 0/5] x86/emulator: Test POP/MOV-SS blocking
 2022-08-25 19:59 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/5] x86/emulator: Delete unused declarations (copy-pasted from realmode.c)
` [kvm-unit-tests PATCH v2 2/5] x86/emulator: Move basic "MOV" test to its own helper function
` [kvm-unit-tests PATCH v2 3/5] x86/emulator: Make chunks of "emulator" test 32-bit friendly
` [kvm-unit-tests PATCH v2 4/5] x86/emulator: Test code breakpoint with MOV/POP-SS blocking active
` [kvm-unit-tests PATCH v2 5/5] x86/emulator: Convert remaining spaces to tabs (indentation)

[RFC PATCH v2 0/6] add support for CDX bus controller
 2022-08-25 19:57 UTC  (10+ messages)
  ` [RFC PATCH v2 2/6] bus/cdx: add the cdx bus driver

[PATCH v2] x86/sgx: Allow exposing EDECCSSA user leaf function to KVM guest
 2022-08-25 19:27 UTC  (7+ messages)

[PATCH] KVM: s390: Pass initialized arg even if unused
 2022-08-25 19:27 UTC  (3+ messages)

[PATCH v2] KVM: s390: Pass initialized arg even if unused
 2022-08-25 19:25 UTC 

[RFC PATCH v6 00/36] KVM: x86: eVMCS rework
 2022-08-25 18:29 UTC  (8+ messages)
` [RFC PATCH v6 06/36] KVM: nVMX: Treat eVMCS as enabled for guest iff Hyper-V is also enabled
` [RFC PATCH v6 07/36] KVM: nVMX: Refactor unsupported eVMCS controls logic to use 2-d array

[PATCH] KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibility
 2022-08-25 17:56 UTC  (12+ messages)
` [kvm-unit-tests PATCH] x86/emulator: Test POP-SS blocking

[PATCH 0/9] KVM: arm64: selftests: Test linked {break,watch}points
 2022-08-25 17:29 UTC  (16+ messages)
` [PATCH 1/9] KVM: arm64: selftests: Add helpers to extract a field of an ID register
` [PATCH 2/9] KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptions
` [PATCH 3/9] KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptions
` [PATCH 4/9] KVM: arm64: selftests: Add helpers to enable debug exceptions
` [PATCH 5/9] KVM: arm64: selftests: Have debug_version() use cpuid_get_ufield() helper
` [PATCH 6/9] KVM: arm64: selftests: Change debug_version() to take ID_AA64DFR0_EL1
` [PATCH 7/9] KVM: arm64: selftests: Add a test case for a linked breakpoint
` [PATCH 8/9] KVM: arm64: selftests: Add a test case for a linked watchpoint
` [PATCH 9/9] KVM: arm64: selftests: Test with every breakpoint/watchpoint

[kvm-unit-tests PATCH v3 04/11] lib: x86: Import insn decoder from Linux
 2022-08-25 16:42 UTC  (2+ messages)

[RFC PATCH 0/2] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-08-25 15:59 UTC  (7+ messages)
` [RFC PATCH 1/2] perf/x86/intel/pt: Introduce intel_pt_{stop,resume}()
` [RFC PATCH 2/2] KVM: VMX: Stop/resume host PT before/after VM entry when PT_MODE_HOST_GUEST

[PATCH v3 00/13] SMM emulation and interrupt shadow fixes
 2022-08-25 15:44 UTC  (21+ messages)
` [PATCH v3 04/13] KVM: x86: emulator: update the emulation mode after rsm
` [PATCH v3 05/13] KVM: x86: emulator: update the emulation mode after CR0 write
` [PATCH v3 07/13] KVM: x86: emulator/smm: add structs for KVM's smram layout
` [PATCH v3 08/13] KVM: x86: emulator/smm: use smram structs in the common code
` [PATCH v3 09/13] KVM: x86: emulator/smm: use smram struct for 32 bit smram load/restore
` [PATCH v3 10/13] KVM: x86: emulator/smm: use smram struct for 64 "
` [PATCH v3 11/13] KVM: x86: SVM: use smram structs
` [PATCH v3 12/13] KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capable
` [PATCH v3 13/13] KVM: x86: emulator/smm: preserve interrupt shadow in SMRAM

[PATCH v1 00/40] TDX QEMU support
 2022-08-25 15:35 UTC  (22+ messages)
` [PATCH v1 06/40] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v1 07/40] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v1 08/40] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v1 13/40] KVM: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v1 14/40] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v1 15/40] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v1 16/40] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v1 17/40] i386/tdx: Validate TD attributes
` [PATCH v1 18/40] i386/tdx: Implement user specified tsc frequency

[kvm-unit-tests PATCH v2 0/2] s390x: dump support for PV tests
 2022-08-25 14:30 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/2] s390x: factor out common args for genprotimg
` [kvm-unit-tests PATCH v2 2/2] s390x: create persistent comm-key

[kvm-unit-tests PATCH v4] s390x: Add strict mode to specification exception interpretation test
 2022-08-25 14:22 UTC  (2+ messages)

[PATCHv3 0/8] Virtual NMI feature
 2022-08-25 14:16 UTC  (9+ messages)
` [PATCHv3 5/8] KVM: SVM: Add VNMI support in inject_nmi

[PATCH] KVM: x86: use TPAUSE to replace PAUSE in halt polling
 2022-08-25 12:16 UTC  (7+ messages)

[RFC PATCH v1 0/1] KVM: s390: pv: fix clock comparator late after suspend/resume
 2022-08-25 11:50 UTC  (2+ messages)
` [RFC PATCH v1 1/1] KVM: s390: pv: don't allow userspace to set the clock under PV

[kvm-unit-tests PATCH v3] s390x: Add strict mode to specification exception interpretation test
 2022-08-25 10:57 UTC  (3+ messages)

[PATCH] vhost-net: support VIRTIO_F_RING_RESET
 2022-08-25  8:56 UTC 

[RFC v2 0/7] In order support for virtio_ring, vhost and vsock
 2022-08-25  7:44 UTC  (11+ messages)
` [RFC v2 1/7] vhost: expose used buffers
` [RFC v2 2/7] vhost_test: batch used buffer
` [RFC v2 3/7] vsock: batch buffers in tx
` [RFC v2 5/7] virtio: unmask F_NEXT flag in desc_extra
` [RFC v2 6/7] virtio: in order support for virtio_ring

[kvm-unit-tests PATCH v5 0/2] Add specification exception tests
 2022-08-25  7:38 UTC  (4+ messages)
` [kvm-unit-tests PATCH v5 1/2] s390x: Add specification exception test

[kvm-unit-tests PATCH v6 0/4] Add panic test support
 2022-08-25  7:18 UTC  (2+ messages)

[PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation
 2022-08-25  2:52 UTC 

[PATCH] kvm: x86: mmu: fix memoryleak in kvm_mmu_vendor_module_init()
 2022-08-25  1:43 UTC  (3+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-25  1:30 UTC  (7+ messages)
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support

[PATCH v2] vfio: Remove vfio_group dev_counter
 2022-08-25  0:43 UTC  (7+ messages)

[RFC V3 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-08-25  0:07 UTC  (3+ messages)
` [RFC V3 PATCH 4/6] selftests: kvm: x86: Execute hypercall as per the cpu

[PATCH v2 0/3] KVM: x86/mmu: MMIO caching bug fixes
 2022-08-24 21:08 UTC  (5+ messages)
` [PATCH v2 2/3] KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change

[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-08-24 20:57 UTC  (14+ messages)
` [PATCH v1 1/5] "

[PATCH 0/2] KVM: x86: Allow opt out of guest hypercall patching
 2022-08-24 18:40 UTC  (13+ messages)
` [PATCH 1/2] KVM: x86: Allow userspace to opt out of "

[PATCH v7 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-08-24 17:40 UTC  (9+ messages)
` [PATCH v7 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v7 4/4] KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats

[PATCH] KVM: x86: Expose Predictive Store Forwarding Disable
 2022-08-24 17:16 UTC  (3+ messages)

[PATCH 5/9] KVM: x86/mmu: Separate TDP and non-paging fault handling
 2022-08-24 17:06 UTC  (2+ messages)

[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
 2022-08-24 16:45 UTC  (9+ messages)
` [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks

[PATCH] KVM: fix memoryleak in kvm_init()
 2022-08-24 15:41 UTC  (2+ messages)

[PATCH v4 0/6] KVM: selftests: Implement ucall "pool" (for SEV)
 2022-08-24 15:32 UTC  (4+ messages)
` [PATCH v4 5/6] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly

simplify the mdev interface v7
 2022-08-24 14:26 UTC  (3+ messages)
` [PATCH 05/14] vfio/mdev: simplify mdev_type handling

[PATCH 2/9] KVM: x86/mmu: Drop kvm->arch.tdp_mmu_enabled
 2022-08-24 14:21 UTC  (2+ messages)

[v1] KVM: s390: pv: fix external interruption loop not always detected
 2022-08-24 12:58 UTC 

[Bug 216349] New: Kernel panic in a Ubuntu VM running on Proxmox
 2022-08-24 12:33 UTC  (2+ messages)
` [Bug 216349] Kernel panics in VMs running on an Intel N5105 "

[PATCH 0/3] KVM: x86: Fix XSAVE related bugs
 2022-08-24 11:31 UTC  (5+ messages)
` [PATCH 1/3] KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0
` [PATCH 2/3] KVM: x86: Always enable legacy FP/SSE in allowed user XFEATURES
` [PATCH 3/3] KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabled

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-24 10:37 UTC  (20+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH v2 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
 2022-08-24  9:29 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()
` [PATCH v2 2/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()
` [PATCH v2 3/6] KVM: x86/mmu: Reduce gfn range of tlb flushing in tdp_mmu_map_handle_target_level()
` [PATCH v2 4/6] KVM: x86/mmu: Fix wrong start gfn of tlb flushing with range
` [PATCH v2 5/6] KVM: x86/mmu: Introduce helper function to do range-based flushing for given page
` [PATCH v2 6/6] KVM: x86/mmu: Use 1 as the size of gfn range for tlb flushing in FNAME(invlpg)()

[PATCH v8 00/12] s390x: CPU Topology
 2022-08-24  8:41 UTC  (6+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures

[kvm-unit-tests PATCH v3 0/1] s390x: verify EQBS/SQBS is unavailable
 2022-08-24  8:31 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/1] "

[kvm-unit-tests PATCH v1 0/2] s390x: dump support for PV tests
 2022-08-24  8:15 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 2/2] s390x: create persistent comm-key

[PATCH 0/3] KVM: arm64: nv: Fixes for Nested Virtualization issues
 2022-08-24  6:03 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: nv: only emulate timers that have not yet fired
` [PATCH 2/3] KVM: arm64: nv: Emulate ISTATUS when emulated timers are fired
` [PATCH 3/3] KVM: arm64: nv: Avoid block mapping if max_map_size is smaller than block size

[PATCH 0/2] Documentation/x86: Update the dynamic XSTATE doc
 2022-08-24  4:33 UTC  (3+ messages)
` [PATCH 1/2] Documentation/x86: Add the AMX enabling example

[PATCH 0/9] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-08-24  4:27 UTC  (5+ messages)
` [PATCH 3/9] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
` [PATCH 4/9] KVM: arm64: PMU: Add counter_index_to_*reg() helpers

[PATCH net-next v4 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-24  3:48 UTC  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).