KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-06 09:43:41 to 2024-03-07 16:35:52 UTC [more...]

[PATCH v2] KVM: Mark a vCPU as preempted/ready iff it's scheduled out while running
 2024-03-07 16:35 UTC 

[PATCH v2 00/13] KVM/arm64: Add NV support for ERET and PAuth
 2024-03-07 15:58 UTC  (7+ messages)
` [PATCH v2 08/13] KVM: arm64: nv: Handle HCR_EL2.{API,APK} independently
` [PATCH v2 11/13] KVM: arm64: nv: Add emulation for ERETAx instructions

[PATCH 0/7] vfio: Interrupt eventfd hardening
 2024-03-07 15:21 UTC  (13+ messages)
` [PATCH 1/7] vfio/pci: Disable auto-enable of exclusive INTx IRQ
` [PATCH 2/7] vfio/pci: Lock external INTx masking ops
` [PATCH 3/7] vfio: Introduce interface to flush virqfd inject workqueue
` [PATCH 4/7] vfio/pci: Create persistent INTx handler
` [PATCH 5/7] vfio/platform: Disable virqfds on cleanup
` [PATCH 6/7] vfio/platform: Create persistent IRQ handlers
` [PATCH 7/7] vfio/fsl-mc: Block calling interrupt handler without trigger

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-07 15:05 UTC  (16+ messages)
` [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[GIT PULL] LoongArch KVM changes for v6.9
 2024-03-07 14:49 UTC 

[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
 2024-03-07 14:36 UTC  (36+ messages)
` [PATCH 01/16] KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
` [PATCH 05/16] KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
` [PATCH 09/16] KVM: x86/mmu: Move private vs. shared check above slot validity checks
` [PATCH 10/16] KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
` [PATCH 11/16] KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
` [PATCH 12/16] KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
` [PATCH 13/16] KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
` [PATCH 14/16] KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
` [PATCH 15/16] KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
` [PATCH 16/16] KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns

[PATCH v1 0/5] Add support for the Idle HLT intercept feature
 2024-03-07 14:30 UTC  (7+ messages)
` [PATCH v1 1/5] x86/cpufeatures: Add CPUID feature bit for Idle HLT intercept
` [PATCH v1 2/5] KVM: SVM: Add Idle HLT intercept support
` [PATCH v1 3/5] tools: Add KVM exit reason for the Idle HLT
` [PATCH v1 4/5] selftests: Add an interface to read the data of named vcpu stat
` [PATCH v1 5/5] selftests: KVM: SVM: Add Idle HLT intercept test

[PATCH 0/5] KVM: arm64: Move host-specific data out of kvm_vcpu_arch
 2024-03-07 14:26 UTC  (7+ messages)
` [PATCH 5/5] KVM: arm64: Exclude FP ownership from kvm_vcpu_arch

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-03-07 13:56 UTC  (21+ messages)
` [PATCH v5 08/65] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v5 30/65] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v5 52/65] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility

[RFC PATCH 0/8] KVM: Prepopulate guest memory API
 2024-03-07 12:45 UTC  (18+ messages)
` [RFC PATCH 1/8] KVM: Document KVM_MAP_MEMORY ioctl
` [RFC PATCH 2/8] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
` [RFC PATCH 5/8] KVM: x86/mmu: Introduce kvm_mmu_map_page() for prepopulating "
` [RFC PATCH 6/8] KVM: x86: Implement kvm_arch_{, pre_}vcpu_map_memory()

[Patch v3] KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros
 2024-03-07 12:02 UTC  (9+ messages)

[PATCH v3 0/4] add debugfs to hisilicon migration driver
 2024-03-07 11:51 UTC  (5+ messages)
` [PATCH v3 1/4] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH v3 2/4] hisi_acc_vfio_pci: Create subfunction for data reading

[PATCH] KVM: x86/pmu: Disable support for adaptive PEBS
 2024-03-07 11:07 UTC  (3+ messages)

[PATCH v2 0/8] KVM: x86/xen updates
 2024-03-07 10:02 UTC  (14+ messages)
` [PATCH v2 1/8] KVM: x86/xen: improve accuracy of Xen timers
` [PATCH v2 7/8] KVM: x86/xen: avoid blocking in hardirq context in kvm_xen_set_evtchn_fast()

[kvm-unit-tests PATCH 0/4] x86/pmu: PEBS fixes and new testcases
 2024-03-07 10:00 UTC  (12+ messages)
` [kvm-unit-tests PATCH 1/4] x86/pmu: Enable PEBS on fixed counters iff baseline PEBS is support
` [kvm-unit-tests PATCH 2/4] x86/pmu: Iterate over adaptive PEBS flag combinations
` [kvm-unit-tests PATCH 3/4] x86/pmu: Test adaptive PEBS without any adaptive counters
` [kvm-unit-tests PATCH 4/4] x86/pmu: Add a PEBS test to verify the host LBRs aren't leaked to the guest

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-07  8:32 UTC  (20+ messages)
` [PATCH v19 005/130] x86/virt/tdx: Export global metadata read infrastructure
` [PATCH v19 008/130] x86/tdx: Warning with 32bit build shift-count-overflow
` [PATCH v19 013/130] KVM: x86: Use PFERR_GUEST_ENC_MASK to indicate fault is private
` [PATCH v19 014/130] KVM: Add KVM vcpu ioctl to pre-populate guest memory
` [PATCH v19 016/130] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v19 080/130] KVM: TDX: restore host xsave state when exit from the guest TD

[PATCH][next] KVM: selftests: Fix spelling mistake "trigged" -> "triggered"
 2024-03-07  8:19 UTC 

[PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
 2024-03-07  8:06 UTC  (7+ messages)

[GIT PULL] KVM/riscv changes for 6.9
 2024-03-07  6:45 UTC 

[PATCH v3 3/4] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
 2024-03-07  6:36 UTC  (2+ messages)
` [PATCH v3 4/4] Documentation: add debugfs description for hisi migration

[PATCH v3] kvm/x86: allocate the write-tracking metadata on-demand
 2024-03-07  6:07 UTC  (3+ messages)

[PATCH] KVM: x86: Do not mask LVTPC when handling a PMI on AMD platforms
 2024-03-07  5:39 UTC  (4+ messages)

[kvm-unit-tests PATCH v3 00/18] arm64: EFI improvements
 2024-03-07  3:37 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 01/18] runtime: Update MAX_SMP probe
` [kvm-unit-tests PATCH v3 02/18] runtime: Add yet another 'no kernel' error message
` [kvm-unit-tests PATCH v3 03/18] arm64: efi: Don't create dummy test

[PATCH v2] KVM:SVM: Flush cache only on CPUs running SEV guest
 2024-03-07  2:14 UTC 

[PATCH 0/3] KVM: VMX: Disable LBRs if CPU doesn't have callstacks
 2024-03-07  1:13 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: Snapshot LBR capabilities during module initialization
` [PATCH 2/3] perf/x86/intel: Expose existence of callback support to KVM
` [PATCH 3/3] KVM: VMX: Disable LBR virtualization if the CPU doesn't support LBR callstacks

[PATCH] vmbus: Print a warning when enabled without the recommended set of features
 2024-03-06 22:51 UTC  (2+ messages)

[PATCH 0/1] kvm: add support for guest physical bits
 2024-03-06 22:50 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH-for-9.1 00/18] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-03-06 18:32 UTC  (38+ messages)
` [PATCH-for-9.1 01/18] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
` [PATCH-for-9.1 02/18] hw/usb/hcd-xhci: Enumerate xhci_flags setting values
` [PATCH-for-9.1 03/18] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag
` [PATCH-for-9.1 04/18] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
` [PATCH-for-9.1 05/18] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
` [PATCH-for-9.1 06/18] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
` [PATCH-for-9.1 07/18] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
` [PATCH-for-9.1 08/18] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
` [PATCH-for-9.1 09/18] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
` [PATCH-for-9.1 10/18] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
` [PATCH-for-9.1 11/18] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
` [PATCH-for-9.1 12/18] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
` [PATCH-for-9.1 13/18] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
` [PATCH-for-9.1 14/18] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
` [PATCH-for-9.1 15/18] hw/i386/acpi: Remove AcpiBuildState::rsdp field
` [PATCH-for-9.1 16/18] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
` [PATCH-for-9.1 17/18] target/i386: Remove X86CPU::kvm_no_smi_migration field
` [PATCH-for-9.1 18/18] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE

[PATCH kvm-unit-tests 00/13] x86: hyperv-v: Various unmerged patches
 2024-03-06 17:18 UTC  (14+ messages)
` [PATCH kvm-unit-tests 01/13] x86: hyperv: Use correct macro in checking SynIC timer support
` [PATCH kvm-unit-tests 02/13] x86: hyperv: improve naming of stimer functions
` [PATCH kvm-unit-tests 03/13] x86: hyperv_clock: handle non-consecutive APIC IDs
` [PATCH kvm-unit-tests 04/13] x86: hyperv_clock: print sequence field of reference TSC page
` [PATCH kvm-unit-tests 05/13] x86: hyper-v: Use '-cpu host,hv_passhtrough' for Hyper-V tests
` [PATCH kvm-unit-tests 06/13] x86: hyper-v: Use report_skip() in hyperv_stimer when pre-requisites are not met
` [PATCH kvm-unit-tests 07/13] x86: hyper-v: Use 'goto' instead of putting the whole test in an 'if' branch in hyperv_synic
` [PATCH kvm-unit-tests 08/13] x86: hyper-v: Unify hyperv_clock with other Hyper-V tests
` [PATCH kvm-unit-tests 09/13] x86: hyperv_stimer: keep SINT number parameter in 'struct stimer'
` [PATCH kvm-unit-tests 10/13] x86: hyperv_stimer: define union hv_stimer_config
` [PATCH kvm-unit-tests 11/13] x86: hyperv_stimer: don't require hyperv-testdev
` [PATCH kvm-unit-tests 12/13] x86: hyperv_stimer: add direct mode tests
` [PATCH kvm-unit-tests 13/13] x86: hyperv-v: Rewrite flaky hv_clock_test()

[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
 2024-03-06 17:16 UTC  (6+ messages)
` [PATCH-for-9.0 v2 10/19] hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
` [RFC PATCH-for-9.0 v2 13/19] hw/xen: Remove use of 'target_ulong' in handle_ioreq()

[PATCH] KVM:SVM: Flush cache only on CPUs running SEV guest
 2024-03-06 16:45 UTC  (6+ messages)

[RFC PATCH] kvm: nv: Optimize the unmapping of shadow S2-MMU tables
 2024-03-06 14:57 UTC  (10+ messages)

[PATCH v10 00/27] Enable CET Virtualization
 2024-03-06 14:44 UTC  (2+ messages)

[PATCH v5 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-03-06 13:58 UTC  (11+ messages)
` [PATCH v5 01/10] crypto: qat - adf_get_etr_base() helper
` [PATCH v5 02/10] crypto: qat - relocate and rename 4xxx PF2VM definitions
` [PATCH v5 03/10] crypto: qat - move PFVF compat checker to a function
` [PATCH v5 04/10] crypto: qat - relocate CSR access code
` [PATCH v5 05/10] crypto: qat - rename get_sla_arr_of_type()
` [PATCH v5 06/10] crypto: qat - expand CSR operations for QAT GEN4 devices
` [PATCH v5 07/10] crypto: qat - add bank save and restore flows
` [PATCH v5 08/10] crypto: qat - add interface for live migration
` [PATCH v5 09/10] crypto: qat - implement "
` [PATCH v5 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[kvm-unit-tests PATCH v1] arch-run: Wait for incoming socket being removed
 2024-03-06 13:03 UTC  (3+ messages)

[PATCH vhost v1 0/4] refactor the params of find_vqs()
 2024-03-06 11:46 UTC  (5+ messages)
` [PATCH vhost v1 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v1 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost v1 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost v1 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[RFC PATCH 00/73] KVM: x86/PVM: Introduce a new hypervisor
 2024-03-06 11:05 UTC  (2+ messages)

[PATCH vfio] vfio/mlx5: Enforce PRE_COPY support
 2024-03-06 11:01 UTC  (3+ messages)

[PATCH V1 vfio] vfio/mlx5: Enforce PRE_COPY support
 2024-03-06 10:56 UTC 

[PATCH 5.15.y 0/2] fix softlockups in stage2_apply_range()
 2024-03-06 10:08 UTC  (3+ messages)
` [PATCH 5.15.y v2 "

[PATCH] KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start()
 2024-03-06  9:58 UTC  (2+ 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).