kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-03 12:48:25 to 2020-12-04 22:49:55 UTC [more...]

[Bug 209253] New: Loss of connectivity on guest after important host <-> guest traffic
 2020-12-04 22:49 UTC  (2+ messages)
` [Bug 209253] "

[PATCH 0/9] target/mips: Simplify MSA TCG logic
 2020-12-04 22:40 UTC  (22+ messages)
` [PATCH 1/9] target/mips: Introduce ase_msa_available() helper
` [PATCH 2/9] target/mips: Simplify msa_reset()
` [PATCH 3/9] target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
` [PATCH 4/9] target/mips: Simplify MSA TCG logic
` [PATCH 5/9] target/mips: Remove now unused ASE_MSA definition
` [PATCH 6/9] target/mips: Alias MSA vector registers on FPU scalar registers
` [PATCH 7/9] target/mips: Extract msa_translate_init() from mips_tcg_init()
` [PATCH 8/9] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods
` [PATCH 9/9] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()

[PATCH] s390/vfio-ap: Clean up vfio_ap resources when KVM pointer invalidated
 2020-12-04 21:54 UTC  (12+ messages)

[PATCH v8 00/18] Add AMD SEV guest live migration support
 2020-12-04 21:46 UTC  (18+ messages)
` [PATCH v8 12/18] KVM: SVM: Add support for static allocation of unified Page Encryption Bitmap
` [PATCH v8 13/18] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR
` [PATCH v8 18/18] KVM: SVM: Enable SEV live migration feature implicitly on Incoming VM(s)

[PATCH] target/i386/sev: add the support to query the attestation report
 2020-12-04 21:31 UTC 

[PATCH] KVM/SVM: add support for SEV attestation command
 2020-12-04 21:28 UTC 

[PATCH 00/15] KVM: Add Xen hypercall and shared info pages
 2020-12-04 19:08 UTC  (27+ messages)
` [PATCH 01/15] KVM: Fix arguments to kvm_{un,}map_gfn()
` [PATCH 02/15] KVM: x86/xen: fix Xen hypercall page msr handling
` [PATCH 03/15] KVM: x86/xen: intercept xen hypercalls if enabled
` [PATCH 04/15] KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
` [PATCH 05/15] KVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR
` [PATCH 06/15] KVM: x86/xen: latch long_mode when hypercall page is set up
` [PATCH 07/15] KVM: x86/xen: add definitions of compat_shared_info, compat_vcpu_info
` [PATCH 08/15] KVM: x86/xen: register shared_info page
` [PATCH 09/15] KVM: x86/xen: setup pvclock updates
` [PATCH 10/15] xen: add wc_sec_hi to struct shared_info
` [PATCH 11/15] KVM: x86/xen: update wallclock region
` [PATCH 12/15] KVM: x86/xen: register vcpu info
` [PATCH 13/15] KVM: x86/xen: register vcpu time info region
` [PATCH 14/15] KVM: x86/xen: register runstate info
` [PATCH 15/15] KVM: x86: declare Xen HVM shared info capability and add test case
` [PATCH 16/15] KVM: Add documentation for Xen hypercall and shared_info updates

[PATCH v2 0/2] KVM: arm64: Expose CSV3 to guests on running on Meltdown-safe HW
 2020-12-04 18:37 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: Make the Meltdown mitigation state available
` [PATCH v2 2/2] KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safe

[GIT PULL] KVM/arm64 fixes for 5.10, take #5
 2020-12-04 18:19 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Fix memory leak on stage2 update of a valid PTE
` [PATCH 2/3] KVM: arm64: Fix handling of merging tables into a block entry
` [PATCH 3/3] KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort()

[PATCH] selftests: kvm: Merge user_msr_test into userspace_msr_exit_test
 2020-12-04 17:25 UTC 

[PATCH RFC 00/39] x86/KVM: Xen HVM guest support
 2020-12-04 17:30 UTC  (9+ messages)
` [PATCH RFC 03/39] KVM: x86/xen: register shared_info page

[PATCH v2 0/9] Add AMD SEV page encryption bitmap support
 2020-12-04 17:16 UTC  (4+ messages)
` [PATCH v2 1/9] KVM: x86: Add AMD SEV specific Hypercall3

[PATCH] KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
 2020-12-04 17:12 UTC  (2+ messages)

[PATCH AUTOSEL 5.9 22/33] vhost scsi: add lun parser helper
 2020-12-04 17:08 UTC  (15+ messages)

[for-6.0 v5 00/13] Generalize memory encryption models
 2020-12-04 17:04 UTC  (28+ messages)
` [for-6.0 v5 01/13] qom: Allow optional sugar props
` [for-6.0 v5 02/13] securable guest memory: Introduce new securable guest memory base class
` [for-6.0 v5 03/13] securable guest memory: Handle memory encryption via interface
` [for-6.0 v5 04/13] securable guest memory: Move side effect out of machine_set_memory_encryption()
` [for-6.0 v5 05/13] securable guest memory: Rework the "memory-encryption" property
` [for-6.0 v5 06/13] securable guest memory: Decouple kvm_memcrypt_*() helpers from KVM
` [for-6.0 v5 07/13] sev: Add Error ** to sev_kvm_init()
` [for-6.0 v5 08/13] securable guest memory: Introduce sgm "ready" flag
` [for-6.0 v5 09/13] securable guest memory: Move SEV initialization into arch specific code
` [for-6.0 v5 10/13] spapr: Add PEF based securable guest memory
` [for-6.0 v5 11/13] spapr: PEF: prevent migration
` [for-6.0 v5 12/13] securable guest memory: Alter virtio default properties for protected guests
` [for-6.0 v5 13/13] s390: Recognize securable-guest-memory option

[PATCH] vhost scsi: fix error return code in vhost_scsi_set_endpoint()
 2020-12-04 16:12 UTC  (2+ messages)

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2020-12-04 13:23 UTC  (6+ messages)

[PATCH 0/2] RFC: Precise TSC migration
 2020-12-03 20:18 UTC  (8+ messages)

[Bug 209867] New: CPU soft lockup/stall with nested KVM and SMP
 2020-12-04 11:57 UTC  (2+ messages)
` [Bug 209867] "

[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
 2020-12-04 10:23 UTC  (7+ messages)

[PATCH] kvm: x86/mmu: Use cpuid to determine max gfn
 2020-12-04  8:48 UTC  (3+ messages)

[PATCH] kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()
 2020-12-04  8:47 UTC  (2+ messages)

[PATCH v2 0/2] clocksource: arm_arch_timer: Some fixes
 2020-12-04  7:35 UTC  (8+ messages)
` [PATCH v2 1/2] clocksource: arm_arch_timer: Use stable count reader in erratum sne
` [PATCH v2 2/2] clocksource: arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI

[PATCH v3 0/2] clocksource: arm_arch_timer: Some fixes
 2020-12-04  7:31 UTC  (3+ messages)
` [PATCH v3 1/2] clocksource: arm_arch_timer: Use stable count reader in erratum sne
` [PATCH v3 2/2] clocksource: arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI

[PATCH v2 0/2] KVM: arm64: Some fixes and code adjustments for pvtime ST
 2020-12-04  6:08 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: arm64: Some fixes of PV-time interface document

[PATCH kernel v2] vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU
 2020-12-03 23:48 UTC  (2+ messages)

[PATCH v3 0/2] Connect request callback to mdev and vfio-ccw
 2020-12-03 23:48 UTC  (4+ messages)
` [PATCH v3 1/2] vfio-mdev: Wire in a request handler for mdev parent
` [PATCH v3 2/2] vfio-ccw: Wire in the request callback

[PATCH v1] vfio/pci: Add support for opregion v2.0+
 2020-12-03 23:38 UTC  (4+ messages)

[PATCH v3 0/4] Test MSR exits to userspace
 2020-12-03 22:12 UTC  (9+ messages)
` [PATCH v3 4/4] selftests: kvm: Test MSR exiting "

[PATCH v3 11/11] KVM: nVMX: Wake L2 from HLT when nested posted-interrupt pending
 2020-12-03 22:07 UTC  (10+ messages)

[PATCH v3] self_tests/kvm: sync_regs test for diag318
 2020-12-03 21:52 UTC 

[PATCH] kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()
 2020-12-03 20:56 UTC 

[PATCH v1 1/5] driver core: platform: Introduce platform_get_mem_or_io_resource()
 2020-12-03 18:05 UTC  (7+ messages)
` [PATCH v1 2/5] vfio: platform: Switch to use platform_get_mem_or_io_resource()

[PATCH] selftests: kvm/set_memory_region_test: Fix race in move region test
 2020-12-03 17:39 UTC  (2+ messages)

[PATCH 0/1] Fix for a recent regression in kvm/queue (guest using 100% cpu time)
 2020-12-03 17:36 UTC  (3+ messages)
` [PATCH 1/1] KVM: x86: ignore SIPIs that are received while not in wait-for-sipi state

[PATCH v2 0/2] RFC: Precise TSC migration
 2020-12-03 17:15 UTC  (3+ messages)
` [PATCH v2 1/2] Update the kernel headers for 5.10-rc5 + TSC
` [PATCH v2 2/2] Implement support for precise TSC migration

[PATCH v2 0/3] RFC: Precise TSC migration
 2020-12-03 17:11 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86: implement KVM_{GET|SET}_TSC_STATE
` [PATCH v2 2/3] KVM: x86: introduce KVM_X86_QUIRK_TSC_HOST_ACCESS
` [PATCH v2 3/3] kvm/selftests: update tsc_msrs_test to cover KVM_X86_QUIRK_TSC_HOST_ACCESS

[PATCH] vfio iommu type1: Bypass the vma permission check in vfio_pin_pages_remote()
 2020-12-03 16:01 UTC  (10+ messages)

[kvm-unit-tests PATCH 00/10] GIC fixes and improvements
 2020-12-03 14:59 UTC  (16+ messages)
` [kvm-unit-tests PATCH 04/10] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
` [kvm-unit-tests PATCH 05/10] arm/arm64: gic: Use correct memory ordering for the IPI test
` [kvm-unit-tests PATCH 06/10] arm/arm64: gic: Check spurious and bad_sender in the active test
` [kvm-unit-tests PATCH 07/10] arm/arm64: gic: Wait for writes to acked or spurious to complete
` [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH 09/10] arm/arm64: gic: Make check_acked() more generic
` [kvm-unit-tests PATCH 10/10] arm64: gic: Use IPI test checking for the LPI tests

[RFC, v1 0/3] msi support for platform devices
 2020-12-03 14:50 UTC  (7+ messages)
` [RFC, v2 0/1] "
  ` [RFC v2 1/1] vfio/platform: add support for msi

[RFC] vfio/migration: The way we start dirty tracking for the VFIO container?
 2020-12-03 14:12 UTC 

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-12-03 13:23 UTC  (4+ messages)
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support

[PATCH RFC v4 00/15] Add riscv kvm accel support
 2020-12-03 12:47 UTC  (16+ messages)
` [PATCH RFC v4 01/15] linux-header: Update linux/kvm.h
` [PATCH RFC v4 02/15] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH RFC v4 03/15] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH RFC v4 04/15] target/riscv: Implement kvm_arch_get_registers
` [PATCH RFC v4 05/15] target/riscv: Implement kvm_arch_put_registers
` [PATCH RFC v4 06/15] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v4 07/15] hw/riscv: PLIC update external interrupt by KVM when kvm enabled
` [PATCH RFC v4 08/15] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH RFC v4 09/15] target/riscv: Add host cpu type
` [PATCH RFC v4 10/15] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH RFC v4 11/15] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH RFC v4 12/15] target/riscv: Support virtual time context synchronization
` [PATCH RFC v4 13/15] target/riscv: Introduce dynamic time frequency for virt machine
` [PATCH RFC v4 14/15] target/riscv: Synchronize vcpu's frequency with KVM
` [PATCH RFC v4 15/15] target/riscv: Add time frequency migration support


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).