kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-04 12:22:53 to 2021-08-06 10:08:09 UTC [more...]

[v2 PATCH 0/4] x86/kvm: Virtual suspend time injection support
 2021-08-06 10:07 UTC  (4+ messages)
` [v2 PATCH 1/4] x86/kvm: Reserve KVM_FEATURE_HOST_SUSPEND_TIME and MSR_KVM_HOST_SUSPEND_TIME
` [v2 PATCH 2/4] x86/kvm: Add definitions for virtual suspend time injection
` [v2 PATCH 3/4] x86/kvm: Add host side support "

[PATCH v3 00/14] KVM: s390: pv: implement lazy destroy
 2021-08-06  9:34 UTC  (23+ messages)
` [PATCH v3 01/14] KVM: s390: pv: add macros for UVC CC values
` [PATCH v3 02/14] KVM: s390: pv: avoid stall notifications for some UVCs
` [PATCH v3 03/14] KVM: s390: pv: leak the ASCE page when destroy fails
` [PATCH v3 04/14] KVM: s390: pv: properly handle page flags for protected guests
` [PATCH v3 05/14] KVM: s390: pv: handle secure storage violations "
` [PATCH v3 06/14] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v3 07/14] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v3 08/14] KVM: s390: pv: usage counter instead of flag
` [PATCH v3 09/14] KVM: s390: pv: add export before import
` [PATCH v3 10/14] KVM: s390: pv: lazy destroy for reboot
` [PATCH v3 11/14] KVM: s390: pv: extend lazy destroy to handle shutdown
` [PATCH v3 12/14] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v3 13/14] KVM: s390: pv: add OOM notifier for "
` [PATCH v3 14/14] KVM: s390: pv: avoid export before import if possible

[RFC PATCH v1 0/7] virtio/vsock: introduce MSG_EOR flag for SEQPACKET
 2021-08-06  8:47 UTC  (14+ messages)
` [RFC PATCH v1 1/7] virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOM' bit
` [RFC PATCH v1 2/7] vsock: rename implementation from 'record' to 'message'
` [RFC PATCH v1 3/7] vhost/vsock: support MSG_EOR bit processing
      ` [!!Mass Mail KSE][MASSMAIL KLMS] Re: [RFC PATCH v1 0/7] virtio/vsock: introduce MSG_EOR flag for SEQPACKET

[bug report] x86/sev: Split up runtime #VC handler for correct state tracking
 2021-08-06  8:35 UTC  (7+ messages)

[kvm-unit-tests PATCH] x86: Add Arch LBR unit-test application
 2021-08-06  7:43 UTC 

[PATCH v7 00/15] Introduce Architectural LBR for vPMU
 2021-08-06  7:42 UTC  (16+ messages)
` [PATCH v7 01/15] perf/x86/intel: Fix the comment about guest LBR support on KVM
` [PATCH v7 02/15] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
` [PATCH v7 03/15] KVM: x86: Add Arch LBR MSRs to msrs_to_save_all list
` [PATCH v7 04/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_DEPTH for guest Arch LBR
` [PATCH v7 05/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL "
` [PATCH v7 06/15] KVM: x86/pmu: Refactor code to support "
` [PATCH v7 07/15] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS
` [PATCH v7 08/15] KVM: x86: Report XSS as an MSR to be saved if there are supported features
` [PATCH v7 09/15] KVM: x86: Refine the matching and clearing logic for supported_xss
` [PATCH v7 10/15] KVM: x86: Add XSAVE Support for Architectural LBR
` [PATCH v7 11/15] KVM: x86/vmx: Check Arch LBR config when return perf capabilities
` [PATCH v7 12/15] KVM: nVMX: Add necessary Arch LBR settings for nested VM
` [PATCH v7 13/15] KVM: x86/vmx: Clear Arch LBREn bit before inject #DB to guest
` [PATCH v7 14/15] KVM: x86/vmx: Flip Arch LBREn bit on guest state change
` [PATCH v7 15/15] KVM: x86/cpuid: Advise Arch LBR feature in CPUID

[PATCH v3 0/6] IPI virtualization support for VM
 2021-08-06  7:01 UTC  (14+ messages)
` [PATCH v3 1/6] x86/feat_ctl: Add new VMX feature, Tertiary VM-Execution control
` [PATCH v3 2/6] KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
` [PATCH v3 3/6] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
` [PATCH v3 4/6] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well
` [PATCH v3 5/6] KVM: x86: Support interrupt dispatch in x2APIC mode with APIC-write VM exit
` [PATCH v3 6/6] KVM: VMX: enable IPI virtualization

[RFC v2] /dev/iommu uAPI proposal
 2021-08-06  4:47 UTC  (18+ messages)

[PATCH v4 00/14] Provide core infrastructure for managing open/release
 2021-08-06  1:19 UTC  (15+ messages)
` [PATCH v4 01/14] vfio/samples: Remove module get/put
` [PATCH v4 02/14] vfio/mbochs: Fix missing error unwind of mbochs_used_mbytes
` [PATCH v4 03/14] vfio: Introduce a vfio_uninit_group_dev() API call
` [PATCH v4 04/14] vfio: Provide better generic support for open/release vfio_device_ops
` [PATCH v4 05/14] vfio/samples: Delete useless open/close
` [PATCH v4 06/14] vfio/fsl: Move to the device set infrastructure
` [PATCH v4 07/14] vfio/platform: Use open_device() instead of open coding a refcnt scheme
` [PATCH v4 08/14] vfio/pci: Move to the device set infrastructure
` [PATCH v4 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
` [PATCH v4 10/14] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
` [PATCH v4 11/14] vfio/mbochs: Fix close when multiple device FDs are open
` [PATCH v4 12/14] vfio/ap,ccw: Fix open/close "
` [PATCH v4 13/14] vfio/gvt: "
` [PATCH v4 14/14] vfio: Remove struct vfio_device_ops open/release

[PATCH 0/7] vfio: device fd address space and vfio-pci mmap invalidation cleanup
 2021-08-06  1:04 UTC  (10+ messages)
` [PATCH 1/7] vfio: Create vfio_fs_type with inode per device
` [PATCH 2/7] vfio: Export unmap_mapping_range() wrapper
` [PATCH 3/7] vfio/pci: Use vfio_device_unmap_mapping_range()
` [PATCH 4/7] vfio,vfio-pci: Add vma to pfn callback
` [PATCH 5/7] mm/interval_tree.c: Export vma interval tree iterators
` [PATCH 6/7] vfio: Add vfio_device_io_remap_mapping_range()
` [PATCH 7/7] vfio/pci: Remove map-on-fault behavior

[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-06  0:23 UTC  (4+ messages)

[PATCH v3 00/14] Provide core infrastructure for managing open/release
 2021-08-05 23:05 UTC  (8+ messages)
` [PATCH v3 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set

[PATCH v1 0/3] SVM 5-level page table support
 2021-08-05 22:44 UTC  (8+ messages)
` [PATCH v1 1/3] KVM: x86: Convert TDP level calculation to vendor's specific code
` [PATCH v1 2/3] KVM: x86: Handle the case of 5-level shadow page table
` [PATCH v1 3/3] KVM: SVM: Add 5-level page table support for SVM

{Spam?} Z. HD,Sehr geehrte / r Fondsempfänger
 2021-08-05 21:14 UTC 

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-08-05 21:59 UTC  (14+ messages)
` [RFC PATCH v2 05/69] KVM: TDX: Add architectural definitions for structures and values
` [RFC PATCH v2 41/69] KVM: x86: Add infrastructure for stolen GPA bits

About two-dimensional page translation (e.g., Intel EPT) and shadow page table in Linux QEMU/KVM
 2021-08-05 19:42 UTC  (12+ messages)

[GIT PULL] KVM fixes for Linux 5.14-rc5
 2021-08-05 19:26 UTC  (2+ messages)

[PATCH] KVM: x86: Allow guest to set EFER.NX=1 on non-PAE 32-bit kernels
 2021-08-05 18:38 UTC 

[PATCH v3 0/7] KVM: X86: Some light optimizations on rmap logic
 2021-08-05 18:19 UTC  (4+ messages)
` [PATCH v3 4/7] KVM: X86: Introduce mmu_rmaps_stat per-vm debugfs file

[PATCH] KVM: selftests: Move vcpu_args_set into perf_test_util
 2021-08-05 17:28 UTC 

unable to connect to the guest VM instance running Ubuntu 18.04
 2021-08-05 17:03 UTC  (2+ messages)

[PATCH v10 00/17] Introduce VDUSE - vDPA Device in Userspace
 2021-08-05 13:31 UTC  (17+ messages)
` [PATCH v10 01/17] iova: Export alloc_iova_fast() and free_iova_fast()
` [PATCH v10 10/17] virtio: Handle device reset failure in register_virtio_device()

[PATCH v3 07/14] vfio/platform: Use open_device() instead of open coding a refcnt scheme
 2021-08-05 12:37 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Fix per-cpu counter corruption on 32-bit builds
 2021-08-05 11:26 UTC  (4+ messages)

[PATCH] selftests: KVM: avoid failures due to reserved HyperTransport region
 2021-08-05 11:23 UTC  (2+ messages)

[PATCH kvm-unit-tests] nSVM: test canonicalization of segment bases in VMLOAD
 2021-08-05 10:17 UTC  (2+ messages)

[PATCH v2 0/7] Improve gfn-to-memslot performance during page faults
 2021-08-05  8:11 UTC  (9+ messages)
` [PATCH v2 1/7] KVM: Rename lru_slot to last_used_slot
` [PATCH v2 2/7] KVM: Move last_used_slot logic out of search_memslots
` [PATCH v2 3/7] KVM: Cache the last used slot index per vCPU
` [PATCH v2 4/7] KVM: x86/mmu: Leverage vcpu->last_used_slot in tdp_mmu_map_handle_target_level
` [PATCH v2 5/7] KVM: x86/mmu: Leverage vcpu->last_used_slot for rmap_add and rmap_recycle
` [PATCH v2 6/7] KVM: x86/mmu: Rename __gfn_to_rmap to gfn_to_rmap
` [PATCH v2 7/7] KVM: selftests: Support multiple slots in dirty_log_perf_test

[PATCH kernel v2] KVM: PPC: Use arch_get_random_seed_long instead of powernv variant
 2021-08-05  7:56 UTC 

[RFC PATCH v0 0/5] PPC: KVM: pseries: Asynchronous page fault
 2021-08-05  7:35 UTC  (7+ messages)
` [RFC PATCH v0 1/5] powerpc: Define Expropriation interrupt bit to VPA byte offset 0xB9
` [RFC PATCH v0 2/5] KVM: PPC: Add support for KVM_REQ_ESN_EXIT
` [RFC PATCH v0 3/5] KVM: PPC: Book3S: Enable setting SRR1 flags for DSI
` [RFC PATCH v0 4/5] KVM: PPC: BOOK3S HV: Async PF support
` [RFC PATCH v0 5/5] pseries: Asynchronous page fault support

[PATCH] KVM: xen: do not use struct gfn_to_hva_cache
 2021-08-05  7:33 UTC 

[PATCH v6 00/21] KVM: Add idempotent controls for migrating system counter state
 2021-08-05  6:27 UTC  (6+ messages)
` [PATCH v6 19/21] KVM: arm64: Emulate physical counter offsetting on non-ECV systems

[PATCH] KVM: Do not leak memory for duplicate debugfs directories
 2021-08-05  5:49 UTC  (4+ messages)

[PATCH] docs: virt: kvm: api.rst: lengthen title line
 2021-08-05  3:39 UTC 

[PATCH v5 5/6] x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature
 2021-08-05  1:31 UTC  (4+ messages)
` [PATCH v5 6/6] x86/kvm: Add kexec support for SEV Live Migration

[PATCH V9 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-08-05  1:15 UTC  (3+ messages)
` [PATCH V9 03/18] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest

[RFC PATCH 0/4] TDX KVM selftests
 2021-08-04 23:31 UTC  (8+ messages)
` [RFC PATCH 1/4] KVM: selftests: Add support for creating non-default type VMs

[TEST PATCH] nSVM: Test the effect of EFLAGS.RF on guest code
 2021-08-04 18:20 UTC 

Possible minor CPU bug on Zen2 in regard to using very high GPA in a VM
 2021-08-04 16:04 UTC  (4+ messages)

[PATCH v3 00/37] KVM: x86: TLB flushing fixes and enhancements
 2021-08-04 15:33 UTC  (6+ messages)
` [PATCH v3 01/37] KVM: VMX: Flush all EPTP/VPID contexts on remote TLB flush

[PATCH 00/12] Introduce vfio_pci_core subsystem
 2021-08-04 15:27 UTC  (3+ messages)

[PATCH 0/4] Add multi-cid support for vsock driver
 2021-08-04 15:23 UTC  (3+ messages)
    ` [External] "

[PATCH v2] KVM: selftests: fix hyperv_clock test
 2021-08-04 13:16 UTC 

[PATCH] KVM: selftests: fix hyperv_clock test
 2021-08-04 13:02 UTC  (3+ messages)

[PATCH v2 0/2] KVM: arm64: Prevent kmemleak from accessing HYP data
 2021-08-04 12:26 UTC  (2+ messages)

[PATCH kvm-unit-tests] nSVM: Modified canonicalization tests
 2021-08-04 12:22 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 NNTP newsgroup(s).