kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-02 17:43:50 to 2022-03-03 18:06:00 UTC [more...]

[PATCH v7 00/10] vfio/hisilicon: add ACC live migration driver
 2022-03-03 18:05 UTC  (24+ messages)
` [PATCH v7 01/10] crypto: hisilicon/qm: Move the QM header to include/linux
` [PATCH v7 02/10] crypto: hisilicon/qm: Move few definitions to common header
` [PATCH v7 04/10] hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devices
` [PATCH v7 07/10] vfio: Extend the device migration protocol with PRE_COPY
` [PATCH v7 09/10] hisi_acc_vfio_pci: Add support for VFIO live migration

[PATCH 0/3] KVM: x86/pmu: Segregate Intel and AMD specific logic
 2022-03-03 18:05 UTC  (7+ messages)
` [PATCH 3/3] "

[PATCH v3 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-03 18:02 UTC  (39+ messages)
` [PATCH v3 01/28] KVM: x86/mmu: Use common iterator for walking invalid TDP MMU roots
` [PATCH v3 02/28] KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
` [PATCH v3 04/28] KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic
` [PATCH v3 07/28] KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
` [PATCH v3 20/28] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
` [PATCH v3 22/28] KVM: x86/mmu: Zap defunct roots via asynchronous worker
` [PATCH v3 26/28] KVM: selftests: Split out helper to allocate guest mem via memfd

[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-03 18:01 UTC  (16+ messages)
` [PATCH v11 22/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v11 29/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v11 39/45] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v11 42/45] virt: Add SEV-SNP guest driver
` [PATCH v11 44/45] virt: sevguest: Add support to get extended report

[PATCH kvmtool v7 0/3] aarch64: Add stolen time support
 2022-03-03 17:51 UTC  (5+ messages)
` [PATCH kvmtool v7 2/3] "

[PATCH] KVM: SVM: Fix missing kvm_cache_regs.h include in svm.h
 2022-03-03 16:59 UTC  (4+ messages)

[PATCH] KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was set
 2022-03-03 16:56 UTC  (2+ messages)

[PATCH 0/4] SVM fixes + apic fix
 2022-03-03 16:51 UTC  (8+ messages)
` [PATCH 4/4] KVM: x86: lapic: don't allow to set non default apic id when not using x2apic api

[PATCH v8 00/17] KVM: s390: pv: implement lazy destroy for reboot
 2022-03-03 16:34 UTC  (23+ messages)
` [PATCH v8 01/17] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v8 02/17] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v8 03/17] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v8 04/17] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v8 05/17] KVM: s390: pv: usage counter instead of flag
` [PATCH v8 06/17] KVM: s390: pv: add export before import
` [PATCH v8 07/17] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v8 08/17] KVM: s390: pv: clear the state without memset
` [PATCH v8 09/17] KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
` [PATCH v8 10/17] KVM: s390: pv: add mmu_notifier
` [PATCH v8 11/17] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v8 12/17] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v8 13/17] KVM: s390: pv: cleanup leftover protected VMs if needed
` [PATCH v8 14/17] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v8 15/17] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v8 16/17] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v8 17/17] KVM: s390: pv: avoid export before import if possible

[PATCH v4 0/8] KVM: x86: VMX ctrl MSR + KVM quirk fixes
 2022-03-03 16:15 UTC  (11+ messages)
` [PATCH v4 1/8] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write

[PATCH v3 1/3] KVM: arm64: Generalise VM features into a set of flags
 2022-03-03 16:10 UTC  (4+ messages)
` [PATCH v3 2/3] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
` [PATCH v3 3/3] KVM: arm64: selftests: Introduce vcpu_width_config

[PATCH v3 00/17] KVM: Add Xen event channel acceleration
 2022-03-03 15:41 UTC  (18+ messages)
` [PATCH v3 01/17] KVM: Use enum to track if cached PFN will be used in guest and/or host
` [PATCH v3 02/17] KVM: Remove dirty handling from gfn_to_pfn_cache completely
` [PATCH v3 03/17] KVM: x86/xen: Use gfn_to_pfn_cache for runstate area
` [PATCH v3 04/17] KVM: x86: Use gfn_to_pfn_cache for pv_time
` [PATCH v3 05/17] KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_info
` [PATCH v3 06/17] KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_time_info
` [PATCH v3 07/17] KVM: x86/xen: Make kvm_xen_set_evtchn() reusable from other places
` [PATCH v3 08/17] KVM: x86/xen: Support direct injection of event channel events
` [PATCH v3 09/17] KVM: x86/xen: intercept EVTCHNOP_send from guests
` [PATCH v3 10/17] KVM: x86/xen: handle PV IPI vcpu yield
` [PATCH v3 11/17] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
` [PATCH v3 12/17] KVM: x86/xen: handle PV timers oneshot mode
` [PATCH v3 13/17] KVM: x86/xen: Kernel acceleration for XENVER_version
` [PATCH v3 14/17] KVM: x86/xen: Support per-vCPU event channel upcall via local APIC
` [PATCH v3 15/17] KVM: x86/xen: Advertise and document KVM_XEN_HVM_CONFIG_EVTCHN_SEND
` [PATCH v3 16/17] KVM: x86/xen: handle PV spinlocks slowpath
` [PATCH v3 17/17] KVM: x86/xen: Add self tests for KVM_XEN_HVM_CONFIG_EVTCHN_SEND

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-03-03 15:39 UTC  (6+ messages)
` [PATCH v18 07/18] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v18 08/18] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device

[PATCH 1/1] vhost: Provide a kernel warning if mutex is held whilst clean-up in progress
 2022-03-03 15:19 UTC 

[PATCH v2 0/3] s390: Ultravisor device
 2022-03-03 14:44 UTC  (6+ messages)
` [PATCH v2 1/3] drivers/s390/char: Add Ultravisor io device
` [PATCH v2 2/3] drivers/s390/char: Add Ultravisor attestation to uvdevice

[RFC PATCH 00/13] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-03-03 14:41 UTC  (8+ messages)
` [RFC PATCH 06/13] KVM: SVM: Add logic to determine x2APIC mode
` [RFC PATCH 07/13] KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID

[PATCH v3 0/4] Enable vhost-user to be used on BSD systems
 2022-03-03 14:35 UTC  (7+ messages)
` [PATCH v3 1/4] event_notifier: add event_notifier_get_wfd()
` [PATCH v3 2/4] vhost: use wfd on functions setting vring call fd
` [PATCH v3 3/4] configure, meson: allow enabling vhost-user on all POSIX systems
` [PATCH v3 4/4] docs: vhost-user: add subsection for non-Linux platforms

[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
 2022-03-03 14:17 UTC  (10+ messages)

propagating vmgenid outward and upward
 2022-03-03 13:07 UTC  (11+ messages)

[PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-03 12:37 UTC  (10+ messages)
      ` [Kgdb-bugreport] "

[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
 2022-03-03 11:37 UTC  (7+ messages)
` [PATCH v3 09/19] "

[GIT PULL] Add mlx5 live migration driver and v2 migration protocol
 2022-03-03 11:29 UTC 

[PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-03 10:56 UTC  (15+ messages)

[PATCH v1 1/1] KVM: s390: Don't cast parameter in bit operations
 2022-03-03 10:19 UTC  (8+ messages)

[PATCH v2 0/3] Enable vhost-user to be used on BSD systems
 2022-03-03  9:44 UTC  (5+ messages)
` [PATCH v2 1/3] event_notifier: add event_notifier_get_wfd()
` [PATCH v2 2/3] vhost: use wfd on functions setting vring call fd
` [PATCH v2 3/3] configure, meson: allow enabling vhost-user on all POSIX systems

[kvm-unit-tests PATCH] s390x: Add strict mode to specification exception interpretation test
 2022-03-03  9:43 UTC  (3+ messages)

[kvm-unit-tests RFC PATCH 00/17] X86: TDX framework support
 2022-03-03  7:19 UTC  (18+ messages)
` [kvm-unit-tests RFC PATCH 01/17] x86 TDX: Add support functions for TDX framework
` [kvm-unit-tests RFC PATCH 02/17] x86 TDX: Add #VE handler
` [kvm-unit-tests RFC PATCH 03/17] x86 TDX: Bypass APIC and enable x2APIC directly
` [kvm-unit-tests RFC PATCH 04/17] x86 TDX: Add exception table support
` [kvm-unit-tests RFC PATCH 05/17] x86 TDX: bypass wrmsr simulation on some specific MSRs
` [kvm-unit-tests RFC PATCH 06/17] x86 TDX: Simulate single step on #VE handled instruction
` [kvm-unit-tests RFC PATCH 07/17] x86 TDX: Extend EFI run script to support TDX
` [kvm-unit-tests RFC PATCH 08/17] x86 TDX: Add support for memory accept
` [kvm-unit-tests RFC PATCH 09/17] acpi: Add MADT table parse code
` [kvm-unit-tests RFC PATCH 10/17] x86 TDX: Add multi processor support
` [kvm-unit-tests RFC PATCH 11/17] x86 TDX: Add a formal IPI handler
` [kvm-unit-tests RFC PATCH 12/17] x86 TDX: Enable lvl5 boot page table
` [kvm-unit-tests RFC PATCH 13/17] x86 TDX: Add lvl5 page table support to virtual memory
` [kvm-unit-tests RFC PATCH 14/17] x86 TDX: Add TDX specific test case
` [kvm-unit-tests RFC PATCH 15/17] x86 TDX: bypass unsupported sub-test for TDX
` [kvm-unit-tests RFC PATCH 16/17] x86 UEFI: Add support for parameter passing
` [kvm-unit-tests RFC PATCH 17/17] x86 TDX: Make run_tests.sh work with TDX

[PATCH 0/2] KVM: arm: Drop documentation of 32-bit KVM
 2022-03-03  7:28 UTC  (5+ messages)
` [PATCH 1/2] Documentation: KVM: Update documentation to indicate KVM is arm64-only
` [PATCH 2/2] Documentation: KVM: Move KVM/arm64 docs into aptly named directory

[PATCH v2 0/7] KVM: x86/mmu: Zap only obsolete roots on "reload"
 2022-03-03  7:14 UTC  (8+ messages)
` [PATCH v2 4/7] KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zapped

[PATCH net-next] tuntap: add sanity checks about msg_controllen in sendmsg
 2022-03-03  6:10 UTC  (4+ messages)

[PATCH] kvm: x86: Improve virtual machine startup performance
 2022-03-03  2:56 UTC  (5+ messages)

[PATCH 0/3] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-03-02 21:25 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: selftests: add timer_get_tval() lib function
` [PATCH 2/3] KVM: arm64: selftests: add arch_timer_edge_cases

[kvm-unit-tests PATCH RESEND 1/2] x86/pmu: Make "ref cycles" test to pass on the latest cpu
 2022-03-02 20:34 UTC  (3+ messages)

[PATCH 0/2] Enable vhost-user to be used on BSD systems
 2022-03-02 19:22 UTC  (11+ messages)
` [PATCH 2/2] Allow building vhost-user in BSD

[PATCH V2 3/3] selftests: kvm: add generated file to the .gitignore
 2022-03-02 18:01 UTC 

[PATCH v2 00/12] KVM: x86/pmu: Get rid of PERF_TYPE_HARDWAR and other minor fixes
 2022-03-02 17:52 UTC  (3+ messages)
` [PATCH v2 12/12] KVM: x86/pmu: Clear reserved bit PERF_CTL2[43] for AMD erratum 1292

[PATCH] KVM: allow struct kvm to outlive the file descriptors
 2022-03-02 17:48 UTC  (3+ 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).