kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-01 16:39:05 to 2020-12-04 05:45:36 UTC [more...]

[for-6.0 v5 00/13] Generalize memory encryption models
 2020-12-04  5:44 UTC  (5+ 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()

[PATCH 00/15] KVM: Add Xen hypercall and shared info pages
 2020-12-04  1:18 UTC  (16+ 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] kvm: x86/mmu: Use cpuid to determine max gfn
 2020-12-04  0:43 UTC  (2+ messages)

[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:59 UTC 

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

[PATCH] s390/vfio-ap: Clean up vfio_ap resources when KVM pointer invalidated
 2020-12-03 19:14 UTC  (5+ messages)

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

[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
 2020-12-03 18:42 UTC  (5+ messages)

[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 0/9] target/mips: Simplify MSA TCG logic
 2020-12-03 17:15 UTC  (17+ 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 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)

[PATCH] KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
 2020-12-03 15:15 UTC 

[kvm-unit-tests PATCH 00/10] GIC fixes and improvements
 2020-12-03 14:59 UTC  (28+ messages)
` [kvm-unit-tests PATCH 01/10] lib: arm/arm64: gicv3: Add missing barrier when sending IPIs
` [kvm-unit-tests PATCH 02/10] lib: arm/arm64: gicv2: "
` [kvm-unit-tests PATCH 03/10] arm/arm64: gic: Remove memory synchronization from ipi_clear_active_handler()
` [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

[PATCH v2 0/2] clocksource: arm_arch_timer: Some fixes
 2020-12-03 14:58 UTC  (6+ 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

[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

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2020-12-03 14:40 UTC  (5+ messages)

[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 0/2] RFC: Precise TSC migration
 2020-12-03 12:47 UTC  (14+ messages)
` [PATCH 1/2] KVM: x86: implement KVM_SET_TSC_PRECISE/KVM_GET_TSC_PRECISE

[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

[PATCH v1] vfio: platform: use platform_get_resource()
 2020-12-03 12:38 UTC  (4+ messages)

[PATCH RFC 0/3] Implement guest time scaling in RISC-V KVM
 2020-12-03 12:18 UTC  (4+ messages)
` [PATCH RFC 1/3] RISC-V: KVM: Change the method of calculating cycles to nanoseconds
` [PATCH RFC 2/3] RISC-V: KVM: Support dynamic time frequency from userspace
` [PATCH RFC 3/3] RISC-V: KVM: Implement guest time scaling

[PATCH 0/2] RFC: Precise TSC migration
 2020-12-03 11:57 UTC  (3+ messages)

[PATCH RFC 00/39] x86/KVM: Xen HVM guest support
 2020-12-03 10:16 UTC  (29+ messages)
` [PATCH RFC 02/39] KVM: x86/xen: intercept xen hypercalls if enabled
` [PATCH RFC 03/39] KVM: x86/xen: register shared_info page
` [PATCH RFC 10/39] KVM: x86/xen: support upcall vector

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

[PATCH v2 0/9] Add AMD SEV page encryption bitmap support
 2020-12-03  0:34 UTC  (6+ messages)
` [PATCH v2 1/9] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH v2 2/9] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall

[PATCH v3 1/1] vfio/type1: Add vfio_group_domain()
 2020-12-02 21:48 UTC  (2+ messages)

[PATCH 0/2 v3] KVM: nSVM: Check reserved values for 'Type' and invalid vectors in EVENTINJ
 2020-12-02 21:16 UTC  (3+ messages)
` [PATCH 1/2 "

[GIT PULL] vdpa: last minute bugfixes
 2020-12-02 20:48 UTC  (2+ messages)

[PATCH] KVM: x86: Reinstate userspace hypercall support
 2020-12-02 14:23 UTC  (5+ messages)

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2020-12-02 14:17 UTC  (10+ messages)

[Call for Presentations] FOSDEM 2021: Virt & IaaS Devroom
 2020-12-02 11:49 UTC 

[PATCH] vhost_vdpa: return -EFAULT if copy_to_user() fails
 2020-12-02  9:14 UTC  (3+ messages)

Bad performance since 5.9-rc1
 2020-12-02  0:31 UTC  (2+ messages)

[GIT PULL] vhost,vdpa: bugfixes
 2020-12-01 23:49 UTC  (2+ messages)

[PATCH v12 00/17] s390/vfio-ap: dynamic configuration support
 2020-12-01 23:14 UTC  (8+ messages)
` [PATCH v12 12/17] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device

[PATCH 00/11] Add QEMU debug support for SEV guests
 2020-12-01 18:57 UTC  (6+ messages)
` [PATCH 01/11] memattrs: add debug attribute

[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
 2020-12-01 18:00 UTC  (8+ messages)
          ` [PATCH v3] "


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