public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-28 22:50:38 to 2023-11-30 10:35:30 UTC [more...]

[PATCH V4 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-11-30 10:35 UTC  (13+ messages)
` [PATCH V4 vfio 1/9] virtio: Define feature bit for administration virtqueue
` [PATCH V4 vfio 2/9] virtio-pci: Introduce admin virtqueue
` [PATCH V4 vfio 3/9] virtio-pci: Introduce admin command sending function
` [PATCH V4 vfio 4/9] virtio-pci: Introduce admin commands
` [PATCH V4 vfio 5/9] virtio-pci: Initialize the supported "
` [PATCH V4 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO "
` [PATCH V4 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH V4 vfio 8/9] vfio/pci: Expose vfio_pci_iowrite/read##size()
` [PATCH V4 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH v4 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
 2023-11-30 10:06 UTC  (2+ messages)

[GIT PULL] virtio: features
 2023-11-30  9:44 UTC  (9+ messages)

[PATCH 0/6] Make Big QEMU Lock naming consistent
 2023-11-30  9:14 UTC  (11+ messages)
` [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
` [PATCH 2/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to QEMU_BQL_LOCK_GUARD
` [PATCH 3/6] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
` [PATCH 4/6] system/cpus: rename qemu_global_mutex to qemu_bql
` [PATCH 5/6] Replace "iothread lock" with "BQL" in comments
` [PATCH 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs

[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
 2023-11-30  9:07 UTC  (19+ messages)
` [kvm-unit-tests PATCH v1 01/18] Makefile: Define __ASSEMBLY__ for assembly files
` [kvm-unit-tests PATCH v1 02/18] powerpc: Replace the physical allocator with the page allocator
` [kvm-unit-tests PATCH v1 03/18] lib/alloc_phys: Initialize align_min
` [kvm-unit-tests PATCH v1 04/18] lib/alloc_phys: Consolidate allocate functions into memalign_early()
` [kvm-unit-tests PATCH v1 05/18] lib/alloc_phys: Remove locking
` [kvm-unit-tests PATCH v1 06/18] lib/alloc_phys: Remove allocation accounting
` [kvm-unit-tests PATCH v1 07/18] lib/alloc_phys: Add callback to perform cache maintenance
` [kvm-unit-tests PATCH v1 08/18] lib/alloc_phys: Expand documentation with usage and limitations
` [kvm-unit-tests PATCH v1 09/18] arm/arm64: Zero secondary CPUs' stack
` [kvm-unit-tests PATCH v1 10/18] arm/arm64: Allocate secondaries' stack using the page allocator
` [kvm-unit-tests PATCH v1 11/18] arm/arm64: assembler.h: Replace size with end address for dcache_by_line_op
` [kvm-unit-tests PATCH v1 12/18] arm/arm64: Add C functions for doing cache maintenance
` [kvm-unit-tests PATCH v1 13/18] arm/arm64: Configure secondaries' stack before enabling the MMU
` [kvm-unit-tests PATCH v1 14/18] arm/arm64: Use pgd_alloc() to allocate mmu_idmap
` [kvm-unit-tests PATCH v1 15/18] arm/arm64: Enable the MMU early
` [kvm-unit-tests PATCH v1 16/18] arm/arm64: Map the UART when creating the translation tables
` [kvm-unit-tests PATCH v1 17/18] arm/arm64: Perform dcache maintenance at boot
` [kvm-unit-tests PATCH v1 18/18] arm/arm64: Rework the cache maintenance in asm_mmu_disable

[RFC PATCH v4 0/3] send credit update during setting SO_RCVLOWAT
 2023-11-30  8:42 UTC  (8+ messages)
` [RFC PATCH v4 1/3] vsock: update SO_RCVLOWAT setting callback
` [RFC PATCH v4 2/3] virtio/vsock: send credit update during setting SO_RCVLOWAT
` [RFC PATCH v4 3/3] vsock/test: SO_RCVLOWAT + deferred credit update test

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-11-30  8:31 UTC  (21+ messages)
` [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
` [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState

[PATCH rc] kvm: Prevent compiling virt/kvm/vfio.c unless VFIO is selected
 2023-11-30  6:38 UTC  (11+ messages)
` Ping? "

[PATCH] KVM: x86/xsave: Remove 'return void' expression for 'void function'
 2023-11-30  6:10 UTC  (6+ messages)

[PATCH v12 00/37] x86: enable FRED for x86-64
 2023-11-30  6:01 UTC  (3+ messages)
` [PATCH v12 02/37] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map

[kvm-unit-tests PATCH v2 0/3] arm64: runtime scripts improvements on efi
 2023-11-30  4:17 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/3] runtime: Fix the missing last_line
` [kvm-unit-tests PATCH v2 2/3] runtime: arm64: Skip the migration tests when run on EFI
` [kvm-unit-tests PATCH v2 3/3] arm64: efi: Make running tests on EFI can be parallel

[kvmtool PATCH] riscv: Fix guest poweroff when using PLIC emulation
 2023-11-30  4:16 UTC 

[kvm-unit-tests PATCH v1 0/3] arm64: runtime scripts improvements on efi
 2023-11-30  3:18 UTC  (12+ messages)
` [kvm-unit-tests PATCH v1 1/3] runtime: Fix the missing last_line
` [kvm-unit-tests PATCH v1 2/3] runtime: arm64: Skip the migration tests when run on EFI
` [kvm-unit-tests PATCH v1 3/3] arm64: efi: Make running tests on EFI can be parallel

[PATCH v2 0/2] KVM: selftests: Detect if KVM bugged the VM
 2023-11-30  3:04 UTC  (8+ messages)
` [PATCH v2 2/2] KVM: selftests: Add logic to detect if ioctl() failed because VM was killed

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-30  2:13 UTC  (4+ messages)
` [PATCH v10 14/50] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP

[PATCH] KVM: selftests: Remove x86's so called "MMIO warning" test
 2023-11-30  1:44 UTC  (2+ messages)

[PATCH] KVM: selftests: add -MP to CFLAGS
 2023-11-30  1:44 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Declare flush_remote_tlbs{_range}() hooks iff HYPERV!=n
 2023-11-30  1:44 UTC  (2+ messages)

[PATCH 00/14] KVM: x86: Make Hyper-V emulation optional
 2023-11-30  1:42 UTC  (7+ messages)
` [PATCH 10/14] "
` [PATCH 11/14] KVM: nVMX: hyper-v: Introduce nested_vmx_evmptr12() and nested_vmx_is_evmptr12_valid() helpers

[PATCH] vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wart
 2023-11-30  0:12 UTC  (2+ messages)

[PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
 2023-11-30  0:08 UTC  (18+ messages)

[PATCH 00/16] IOMMU memory observability
 2023-11-30  0:02 UTC  (38+ messages)
` [PATCH 04/16] iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h
` [PATCH 05/16] iommu/io-pgtable-arm-v7s: "
` [PATCH 06/16] iommu/dma: "
` [PATCH 08/16] iommu/fsl: "
` [PATCH 09/16] iommu/iommufd: "
` [PATCH 16/16] vfio: account iommu allocations

[PATCH v2 0/4] KVM: selftests: Annotate guest printfs as such
 2023-11-29 22:49 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: selftests: Fix MWAIT error message when guest assertion fails
` [PATCH v2 2/4] KVM: selftests: Fix benign %llx vs. %lx issues in guest asserts
` [PATCH v2 3/4] KVM: selftests: Fix broken assert messages in Hyper-V features test
` [PATCH v2 4/4] KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf()

[PATCH] KVM: selftests: Reword the NX hugepage test's skip message to be more helpful
 2023-11-29 22:40 UTC 

[PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
 2023-11-29 22:40 UTC  (11+ messages)

[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
 2023-11-29 21:07 UTC  (11+ messages)
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
` [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor

[PATCH v2] Enable haltpoll for arm64
 2023-11-29 20:55 UTC  (3+ messages)
` [PATCH 2/7] x86/kvm: Move haltpoll_want() to be arch defined

[PATCH] accel: Do not set CPUState::can_do_io in non-TCG accels
 2023-11-29 20:50 UTC 

[PATCH v2 vfio 0/6] vfio/pds: Clean-ups and multi-region support
 2023-11-29 20:18 UTC  (2+ messages)

[PATCH] KVM: x86: Use get_cpl directly in case of vcpu_load to improve accuracy
 2023-11-29 18:25 UTC  (4+ messages)

[PATCH] s390/vfio-ap: handle response code 01 on queue reset
 2023-11-29 17:12 UTC  (2+ messages)

[PATCH iwl-next v4 00/12] Add E800 live migration driver
 2023-11-29 17:12 UTC  (3+ messages)
` [PATCH iwl-next v4 05/12] ice: Log virtual channel messages in PF

[PATCH v7 00/26] Enable CET Virtualization
 2023-11-29 17:08 UTC  (11+ messages)
` [PATCH v7 05/26] x86/fpu/xstate: Introduce fpu_guest_cfg for guest FPU configuration
` [PATCH v7 06/26] x86/fpu/xstate: Create guest fpstate with guest specific config
` [PATCH v7 07/26] x86/fpu/xstate: Warn if kernel dynamic xfeatures detected in normal fpstate

[PATCH] KVM: guest-memfd: fix unused-function warning
 2023-11-29 15:32 UTC 

[PATCH v4 0/3] a couple of corrections to the IRQ enablement function
 2023-11-29 14:54 UTC  (4+ messages)
` [PATCH v4 1/3] s390/vfio-ap: unpin pages on gisc registration failure
` [PATCH v4 2/3] s390/vfio-ap: set status response code to 06 "
` [PATCH v4 3/3] s390/vfio-ap: improve reaction to response code 07 from PQAP(AQIC) command

[PATCH v5 0/5] 86/paravirt: Get rid of paravirt patching
 2023-11-29 13:33 UTC  (2+ messages)
` [PATCH v5 2/5] x86/paravirt: move some functions and defines to alternative

[PATCH v2 0/3] arm64: Drop support for VPIPT i-cache policy
 2023-11-29 13:06 UTC  (9+ messages)
` [PATCH v2 1/3] KVM: arm64: Remove VPIPT I-cache handling
` [PATCH v2 2/3] arm64: Kill detection of VPIPT i-cache policy
` [PATCH v2 3/3] arm64: Rename reserved values for CTR_EL0.L1Ip

[RFC PATCH v3 0/3] send credit update during setting SO_RCVLOWAT
 2023-11-29  9:36 UTC  (7+ messages)
` [RFC PATCH v3 2/3] virtio/vsock: "
` [RFC PATCH v3 3/3] vsock/test: SO_RCVLOWAT + deferred credit update test

[PATCH v2] powerpc: Add PVN support for HeXin C2000 processor
 2023-11-29  7:58 UTC 

[PATCH v2 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2023-11-29  7:27 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() public
` [PATCH v2 2/5] KVM: selftests: aarch64: Move pmu helper functions into vpmu.h
` [PATCH v2 3/5] KVM: selftests: aarch64: Fix the buggy [enable|disable]_counter
` [PATCH v2 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v2 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH v1 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2023-11-29  6:58 UTC  (12+ messages)
` [PATCH v1 1/3] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() can be reused
` [PATCH v1 2/3] KVM: selftests: aarch64: Move the pmu helper function into lib/
` [PATCH v1 3/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test

[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2023-11-29  6:50 UTC  (2+ messages)

EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2023-11-29  6:31 UTC  (9+ messages)
      `  "
              `  "

[PATCH] powerpc: Add PVN support for HeXin C2000 processor
 2023-11-29  5:28 UTC  (4+ messages)

[PATCH v6 10/16] x86/sev: Add Secure TSC support for SNP guests
 2023-11-29  4:08 UTC  (2+ messages)

[PATCH v3] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-11-29  3:08 UTC 

[PATCH v6 07/16] x86/sev: Move and reorganize sev guest request api
 2023-11-29  2:40 UTC  (3+ messages)

[ANNOUNCE] PUCK Agenda - 2023.11.29 - CANCELED
 2023-11-29  2:25 UTC 

[PATCH] Resolve Macro Expansion Warning in nx_huge_pages_test.c
 2023-11-29  1:21 UTC  (2+ messages)

[PATCH] KVM: x86: Allow XSAVES on CPUs where host doesn't use it due to an errata
 2023-11-28 23:42 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