public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-25 10:17:30 to 2024-06-28 09:42:56 UTC [more...]

[PATCH 0/6] Make set_dev_pasid op supportting domain replacement
 2024-06-28  9:42 UTC  (8+ messages)
` [PATCH 1/6] iommu: Pass old domain to set_dev_pasid op
` [PATCH 2/6] iommu/vt-d: Move intel_drain_pasid_prq() into intel_pasid_tear_down_entry()
` [PATCH 3/6] iommu/vt-d: Make helpers support modifying present pasid entry
` [PATCH 4/6] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH 5/6] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH 6/6] iommu: Make set_dev_pasid op support domain replacement

[PATCH v6 0/4] Add Svade and Svadu Extensions Support
 2024-06-28  9:37 UTC  (5+ messages)
` [PATCH v6 1/4] RISC-V: "
` [PATCH v6 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
` [PATCH v6 3/4] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM
` [PATCH v6 4/4] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test

[PATCH net-next v3 0/3] ioctl support for AF_VSOCK and virtio-based transports
 2024-06-28  9:09 UTC  (7+ messages)
` [PATCH net-next v3 1/3] vsock: add support for SIOCOUTQ ioctl for all vsock socket types
` [PATCH net-next v3 2/3] vsock/virtio: add SIOCOUTQ support for all virtio based transports
` [PATCH net-next v3 3/3] test/vsock: add ioctl unsent bytes test

[PATCH v3 0/7] iommufd support pasid attach/replace
 2024-06-28  9:05 UTC  (8+ messages)
` [PATCH v3 1/7] iommu: Introduce a replace API for device pasid
` [PATCH v3 2/7] iommufd: Pass pasid through the device attach/replace path
` [PATCH v3 3/7] iommufd: Support attach/replace hwpt per pasid
` [PATCH v3 4/7] iommufd/selftest: Add set_dev_pasid and remove_dev_pasid in mock iommu
` [PATCH v3 5/7] iommufd/selftest: Add a helper to get test device
` [PATCH v3 6/7] iommufd/selftest: Add test ops to test pasid attach/detach
` [PATCH v3 7/7] iommufd/selftest: Add coverage for iommufd "

[PATCH v4 0/4] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
 2024-06-28  8:49 UTC  (10+ messages)
` [PATCH v4 1/4] s390/pci: Fix s390_mmio_read/write syscall page fault handling
` [PATCH v4 2/4] s390/pci: Add quirk support and set pdev-non_compliant_bars for ISM devices
` [PATCH v4 3/4] vfio/pci: Disable mmap() non-compliant BARs
` [PATCH v4 4/4] vfio/pci: Enable PCI resource mmap() on s390 and remove VFIO_PCI_MMAP

[PATCH v10 00/24] Add Secure TSC support for SNP guests
 2024-06-28  8:39 UTC  (9+ messages)
` [PATCH v10 06/24] virt: sev-guest: Simplify VMPCK and sequence number assignments
` [PATCH v10 07/24] virt: sev-guest: Store VMPCK index to SNP guest device structure
` [PATCH v10 08/24] virt: sev-guest: Take mutex in snp_send_guest_request()

[PATCH v4 0/3] Assorted fixes in RISC-V PMU driver
 2024-06-28  7:51 UTC  (4+ messages)
` [PATCH v4 1/3] drivers/perf: riscv: Do not update the event data if uptodate
` [PATCH v4 2/3] drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus
` [PATCH v4 3/3] perf: RISC-V: Check standard event availability

[PATCH v3 0/2] Allow userspace to change ID_AA64PFR1_EL1
 2024-06-28  6:04 UTC  (2+ messages)
` [PATCH v3 2/2] KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1

[PATCH] vfio: Reuse file f_inode as vfio device inode
 2024-06-28  5:21 UTC  (11+ messages)

[PATCH 0/2] KVM: selftests: Fix PMU counters test flakiness
 2024-06-28  0:55 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: Rework macros in PMU counters test to prep for multi-insn loop
` [PATCH 2/2] KVM: selftests: Increase robustness of LLC cache misses in PMU counters test

[PATCH] s390/vfio_ccw: Fix target addresses of TIC CCWs
 2024-06-27 20:07 UTC 

[PATCH] s390/kvm: Reject memory region operations for ucontrol VMs
 2024-06-27 18:47 UTC  (5+ messages)

[PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-27 18:14 UTC  (3+ messages)
` [PATCH v7 1/1] selftests: Centralize -D_GNU_SOURCE= to CFLAGS in lib.mk

[PATCH v1 0/5] SEV-SNP: Add KVM support for attestation and KVM_EXIT_COCO
 2024-06-27 18:07 UTC  (17+ messages)
` [PATCH v1 1/5] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
  ` [PATCH v1-revised "
` [PATCH v1 4/5] KVM: Introduce KVM_EXIT_COCO exit type

[RFC PATCH 0/2] Fix doorbell emulation for nested KVM guests in V1 API
 2024-06-27 18:03 UTC  (3+ messages)
` [RFC PATCH 1/2] Revert "KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1"
` [RFC PATCH 2/2] arch/powerpc/kvm: Fix doorbells for nested KVM guests on PowerNV

[PATCH v7 00/16] Add support for a few Zc* extensions, Zcmop and Zimop
 2024-06-27 17:50 UTC  (4+ messages)
` [PATCH v7 01/16] dt-bindings: riscv: add Zimop ISA extension description

[PATCH 0/1] KVM: selftests: pmu_counters_test: increase robustness of LLC cache misses
 2024-06-27 17:42 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v2] kvm: Fix warning in__kvm_gpc_refresh
 2024-06-27 15:03 UTC 

[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
 2024-06-27 14:34 UTC  (10+ messages)
` [PATCH v3 02/14] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v3 06/14] arm64: Override set_fixmap_io
` [PATCH v3 09/14] arm64: Enable memory encrypt for Realms

[PATCH v2 0/6] target/i386: Misc cleanup on KVM PV defs and outdated comments
 2024-06-27 11:52 UTC  (3+ messages)

[PATCH v2 00/12] maintainer updates pre-PR (gdbstub, plugins, time control)
 2024-06-27 11:08 UTC  (13+ messages)
` [PATCH v2 06/12] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
` [PATCH v2 08/12] plugins: add time control API
` [PATCH v2 09/12] plugins: add migration blocker
` [PATCH v2 10/12] contrib/plugins: add Instructions Per Second (IPS) example for cost modeling
` [PATCH v2 11/12] plugins: fix inject_mem_cb rw masking
` [PATCH v2 12/12] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb

[PATCH 1/1] KVM: s390: fix LPSWEY handling
 2024-06-27  9:57 UTC  (6+ messages)

[PATCH] kvm: Fix warning in__kvm_gpc_refresh
 2024-06-27  4:32 UTC  (3+ messages)

[Bug 218980] New: [VM boot] Guest Kernel hit BUG: kernel NULL pointer dereference, address: 0000000000000010 and WARNING: CPU: 0 PID: 218 at arch/x86/kernel/fpu/core.c:57 x86_task_fpu+0x17/0x20
 2024-06-27  3:41 UTC  (2+ messages)
` [Bug 218980] "

[PATCH] vhost/vsock: always initialize seqpacket_allow
 2024-06-27  3:37 UTC  (2+ messages)

[PATCH] KVM: VMX: Switch __vmx_exit() and kvm_x86_vendor_exit() in vmx_exit()
 2024-06-27  1:05 UTC 

[PATCH v19 000/130] KVM TDX basic feature support
 2024-06-27  0:15 UTC  (7+ messages)
` [PATCH v19 110/130] KVM: TDX: Handle TDX PV MMIO hypercall

[PATCH 0/5] KVM: arm64: Fix handling of TCR2_EL1
 2024-06-26 23:55 UTC  (12+ messages)
` [PATCH 1/5] KVM: arm64: Correctly honor the presence of FEAT_TCRX
` [PATCH 2/5] KVM: arm64: Get rid of HCRX_GUEST_FLAGS
` [PATCH 3/5] KVM: arm64: Make TCR2_EL1 save/restore dependent on the VM features
` [PATCH 4/4] KVM: arm64: Honor trap routing for TCR2_EL1
` [PATCH 4/5] KVM: arm64: Make PIR{,E0}_EL1 save/restore conditional on FEAT_TCRX
` [PATCH 5/5] KVM: arm64: Honor trap routing for TCR2_EL1

[RFC PATCH] target/i386: restrict SEV to 64 bit host builds
 2024-06-26 23:42 UTC  (6+ messages)

[PATCH v3 0/3] Assorted fixes in RISC-V PMU driver
 2024-06-26 22:11 UTC  (11+ messages)
` [PATCH v3 1/3] drivers/perf: riscv: Do not update the event data if uptodate
` [PATCH v3 2/3] drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus
` [PATCH v3 3/3] perf: RISC-V: Check standard event availability

How to implement message forwarding from one CID to another in vhost driver
 2024-06-26 17:43 UTC  (14+ messages)

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-06-26 14:45 UTC  (9+ messages)
` [PATCH v5 25/65] i386/tdx: Add property sept-ve-disable for tdx-guest object

[v2] Support for Arm CCA VMs on Linux
 2024-06-26 13:39 UTC  (3+ messages)

[PATCH] arch/powerpc/kvm: Avoid extra checks when emulating HFSCR bits
 2024-06-26 12:34 UTC 

[PATCH v5 0/2] vfio/pci: add msi interrupt affinity support
 2024-06-26 11:49 UTC  (4+ messages)

[Patch v2 1/2] KVM: x86/pmu: Introduce distinct macros for GP/fixed counter max number
 2024-06-27  2:17 UTC  (2+ messages)
` [Patch v2 2/2] KVM: selftests: Print the seed for the guest pRNG iff it has changed

How do I ShareHost Files With KVM
 2024-06-26  9:44 UTC 

How do I ShareHost Files With KVM
 2024-06-26  8:13 UTC 

[PATCH v2] KVM: SVM: let alternatives handle the cases when RSB filling is required
 2024-06-26  7:37 UTC 

[PATCH v4 0/3] LoongArch: KVM: Add Binary Translation extension support
 2024-06-26  6:32 UTC  (4+ messages)
` [PATCH v4 1/3] LoongArch: KVM: Add HW "
` [PATCH v4 2/3] LoongArch: KVM: Add LBT feature detection function
` [PATCH v4 3/3] LoongArch: KVM: Add vm migration support for LBT registers

[PATCH v3 00/17] TDX MMU prep series part 1
 2024-06-26  5:05 UTC  (15+ messages)
` [PATCH v3 13/17] KVM: x86/tdp_mmu: Support mirror root for TDP MMU
` [PATCH v3 17/17] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()

[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
 2024-06-26  3:19 UTC  (13+ messages)

[ANNOUNCE] PUCK Agenda - 2024.06.26 - No topic
 2024-06-26  2:08 UTC 

kvm selftest 'msr' fails on some skylake cpus
 2024-06-26  2:05 UTC  (5+ messages)

[PATCH 0/2] KVM vPMU code refine
 2024-06-26  1:57 UTC  (6+ messages)
` [PATCH 2/2] selftests: kvm: Reduce verbosity of "Random seed" messages

[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-26  1:21 UTC  (5+ messages)

[PATCH v2] KVM: x86: Complain about an attempt to change the APIC base address
 2024-06-25 23:53 UTC 

[kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation
 2024-06-25 23:52 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 4/7] s390x: Add function for checking diagnose intercepts

[PATCH] KVM: x86: Complain about an attempt to change the APIC base address
 2024-06-25 23:38 UTC  (3+ messages)

[PATCH 1/2] migration: Implement dirty ring
 2024-06-25 21:51 UTC  (4+ messages)

[RFC PATCH v1 0/2] virtio/vsock: some updates for deferred credit update
 2024-06-25 13:49 UTC  (4+ messages)
` [RFC PATCH v1 1/2] virtio/vsock: rework deferred credit update logic

[PATCH net-next v9 04/13] mm: page_frag: add '_va' suffix to page_frag API
 2024-06-25 13:52 UTC  (2+ messages)
` [PATCH net-next v9 05/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[PATCH v3] target/i386/kvm: Refine VMX controls setting for backward compatibility
 2024-06-25 14:08 UTC  (4+ messages)

[PATCH 00/12] KVM: arm64: nv: Add support for address translation instructions
 2024-06-25 13:35 UTC  (10+ messages)
` [PATCH 01/12] arm64: Add missing APTable and TCR_ELx.HPD masks
` [PATCH 02/12] arm64: Add PAR_EL1 field description
` [PATCH 03/12] KVM: arm64: nv: Turn upper_attr for S2 walk into the full descriptor
` [PATCH 04/12] KVM: arm64: nv: Honor absence of FEAT_PAN2
` [PATCH 05/12] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH 06/12] KVM: arm64: nv: Add basic emulation of AT S1E{0,1}{R,W}[P]
` [PATCH 07/12] KVM: arm64: nv: Add basic emulation of AT S1E2{R,W}
` [PATCH 08/12] KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}
` [PATCH 09/12] KVM: arm64: nv: Make ps_to_output_size() generally available

[PATCH v9 00/24] Add Secure TSC support for SNP guests
 2024-06-25 12:19 UTC  (8+ messages)
` [PATCH v9 03/24] virt: sev-guest: Make payload a variable length array

[PATCH v5 0/4] Add Svade and Svadu Extensions Support
 2024-06-25 10:37 UTC  (8+ messages)
` [PATCH v5 1/4] RISC-V: "

[PATCH v5 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
 2024-06-25 10:19 UTC  (13+ messages)


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