kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-29 23:48:15 to 2020-01-31 11:42:19 UTC [more...]

[RFC v3 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-01-31 11:42 UTC  (13+ messages)
` [RFC v3 02/25] hw/iommu: introduce DualStageIOMMUObject
` [RFC v3 03/25] hw/iommu: introduce IOMMUContext
` [RFC v3 06/25] scripts/update-linux-headers: Import iommu.h
` [RFC v3 07/25] header file update VFIO/IOMMU vSVA APIs

[PATCH v10 0/6] KVM: s390: Add new reset vcpu API
 2020-01-31 11:31 UTC  (10+ messages)
` [PATCH v10 1/6] KVM: s390: do not clobber registers during guest reset/store status
` [PATCH v10 2/6] KVM: s390: Cleanup initial cpu reset
` [PATCH v10 3/6] KVM: s390: Add new reset vcpu API
` [PATCH v10 4/6] selftests: KVM: Add fpu and one reg set/get library functions
` [PATCH v10 5/6] selftests: KVM: s390x: Add reset tests
` [PATCH v10 6/6] selftests: KVM: testing the local IRQs resets

[kvm-unit-tests RFC PATCH v3 0/7] arm64: Run at EL2
 2020-01-31 11:26 UTC  (5+ messages)
` [kvm-unit-tests RFC PATCH v3 5/7] lib: arm64: Add support for disabling and re-enabling VHE

[PATCH 0/2] kvm: split_lock: Fix emulator and extend #AC handler
 2020-01-31  7:22 UTC  (9+ messages)
` [PATCH 1/2] KVM: x86: Emulate split-lock access as a write
` [PATCH 2/2] KVM: VMX: Extend VMX's #AC handding

[PATCH] vhost: introduce vDPA based backend
 2020-01-31  5:54 UTC  (5+ messages)

[PATCH v4 11/12] samples: add vfio-mdev-pci driver
 2020-01-31  2:26 UTC  (11+ messages)

[RFC PATCH v2 0/9] Introduce vendor ops in vfio-pci
 2020-01-31  2:13 UTC  (10+ messages)
` [RFC PATCH v2 1/9] vfio/pci: split vfio_pci_device into public and private parts
` [RFC PATCH v2 2/9] vfio/pci: export functions in vfio_pci_ops
` [RFC PATCH v2 3/9] vfio/pci: register/unregister vfio_pci_vendor_driver_ops
` [RFC PATCH v2 4/9] vfio/pci: macros to generate module_init and module_exit for vendor modules
` [RFC PATCH v2 5/9] vfio/pci: let vfio_pci know how many vendor regions are registered
` [RFC PATCH v2 6/9] vfio/pci: export vfio_pci_setup_barmap
` [RFC PATCH v2 7/9] samples/vfio-pci: add a sample vendor module of vfio-pci for IGD devices
` [RFC PATCH v2 8/9] vfio: header for vfio live migration region
` [RFC PATCH v2 9/9] i40e/vf_migration: vfio-pci vendor driver for VF live migration

[PATCH v8 00/14] Guest LBR Enabling
 2020-01-31  1:01 UTC  (3+ messages)

[PATCH v2 00/12] python: Explicit usage of Python 3
 2020-01-30 23:47 UTC  (14+ messages)
` [PATCH v2 01/12] scripts/checkpatch.pl: Only allow Python 3 interpreter
` [PATCH v2 02/12] tests/qemu-iotests/check: Allow use of python3 interpreter
` [PATCH v2 03/12] tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)
` [PATCH v2 04/12] tests: Explicit usage of Python 3
` [PATCH v2 05/12] scripts: Explicit usage of Python 3 (scripts with __main__)
` [PATCH v2 06/12] scripts/minikconf: Explicit usage of Python 3
` [PATCH v2 07/12] tests/acceptance: Remove shebang header
` [PATCH v2 08/12] scripts/tracetool: "
` [PATCH v2 09/12] tests/vm: "
` [PATCH v2 10/12] tests/qemu-iotests: Explicit usage of Python3 (scripts without __main__)
` [PATCH v2 11/12] scripts: Explicit usage of Python 3 "
` [PATCH v2 12/12] tests/qemu-iotests/check: Only check for Python 3 interpreter

[GIT PULL] First batch of KVM changes for 5.6 merge window
 2020-01-30 18:20 UTC 

[FYI PATCH 0/5] Missing TLB flushes
 2020-01-30 18:01 UTC  (6+ messages)
` [FYI PATCH 1/5] x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bit
` [FYI PATCH 2/5] x86/kvm: Introduce kvm_(un)map_gfn()
` [FYI PATCH 3/5] x86/kvm: Cache gfn to pfn translation
` [FYI PATCH 4/5] x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missed
` [FYI PATCH 5/5] x86/KVM: Clean up host's steal time structure

[GIT PULL 00/23] KVM/arm updates for 5.6
 2020-01-30 17:13 UTC  (27+ messages)
` [PATCH 01/23] KVM: arm64: Only sign-extend MMIO up to register width
` [PATCH 02/23] KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections
` [PATCH 03/23] KVM: arm/arm64: vgic: Handle GICR_PENDBASER.PTZ filed as RAZ
` [PATCH 04/23] arm64: kvm: Fix IDMAP overlap with HYP VA
` [PATCH 05/23] KVM: ARM: Call hyp_cpu_pm_exit at the right place
` [PATCH 06/23] KVM: arm: Remove duplicate include
` [PATCH 07/23] KVM: arm/arm64: Re-check VMA on detecting a poisoned page
` [PATCH 08/23] KVM: arm64: Correct PSTATE on exception entry
` [PATCH 09/23] KVM: arm/arm64: Correct CPSR "
` [PATCH 10/23] KVM: arm/arm64: Correct AArch32 SPSR "
` [PATCH 11/23] KVM: arm/arm64: vgic-its: Properly check the unmapped coll in DISCARD handler
` [PATCH 12/23] KVM: arm/arm64: vgic: Drop the kvm_vgic_register_mmio_region()
` [PATCH 13/23] KVM: arm/arm64: Cleanup MMIO handling
` [PATCH 14/23] arm64: KVM: Add UAPI notes for swapped registers
` [PATCH 15/23] arm64: KVM: Annotate guest entry/exit as a single function
` [PATCH 16/23] KVM: arm/arm64: Fix young bit from mmu notifier
` [PATCH 17/23] KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests
` [PATCH 18/23] KVM: arm: Make inject_abt32() inject an external abort instead
` [PATCH 19/23] KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
` [PATCH 20/23] KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabled
` [PATCH 21/23] KVM: arm64: pmu: Fix chained SW_INCR counters
` [PATCH 22/23] KVM: arm64: pmu: Only handle supported event counters
` [PATCH 23/23] KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integer

[kvm-unit-tests PULL 0/6] s390x updates
 2020-01-30 17:12 UTC  (8+ messages)
` [kvm-unit-tests PULL 1/6] s390x: export sclp_setup_int
` [kvm-unit-tests PULL 2/6] s390x: sclp: add service call instruction wrapper
` [kvm-unit-tests PULL 3/6] s390x: lib: fix stfl wrapper asm
` [kvm-unit-tests PULL 4/6] s390x: lib: add SPX and STPX instruction wrapper
` [kvm-unit-tests PULL 5/6] s390x: lib: fix program interrupt handler if sclp_busy was set
` [kvm-unit-tests PULL 6/6] s390x: SCLP unit test

[PATCH v9 0/6] KVM: s390: Add new reset vcpu API
 2020-01-30 16:27 UTC  (21+ messages)
` [PATCH v9 1/6] KVM: s390: do not clobber registers during guest reset/store status
` [PATCH v9 2/6] KVM: s390: Cleanup initial cpu reset
` [PATCH v9 3/6] KVM: s390: Add new reset vcpu API
    ` [PATCH v9] "
` [PATCH v9 4/6] selftests: KVM: Add fpu and one reg set/get library functions
` [PATCH v9 5/6] selftests: KVM: s390x: Add reset tests
` [PATCH v9 6/6] selftests: KVM: testing the local IRQs resets

[PATCH 00/10] python: Explicit usage of Python 3
 2020-01-30 16:18 UTC  (10+ messages)
` [PATCH 05/10] tests/acceptance: Remove shebang header
` [PATCH 10/10] tests/qemu-iotests/check: Update to match Python 3 interpreter

[PATCH v2 kvmtool 00/30] Add reassignable BARs and PCIE 1.1 support
 2020-01-30 15:52 UTC  (12+ messages)
` [PATCH v2 kvmtool 12/30] vfio/pci: Don't assume that only even numbered BARs are 64bit
` [PATCH v2 kvmtool 13/30] vfio/pci: Ignore expansion ROM BAR writes
` [PATCH v2 kvmtool 15/30] virtio: Don't ignore initialization failures
` [PATCH v2 kvmtool 16/30] Don't ignore errors registering a device, ioport or mmio emulation
` [PATCH v2 kvmtool 17/30] hw/vesa: Don't ignore fatal errors

[PATCH v8 0/4] KVM: s390: Add new reset vcpu API
 2020-01-30 15:04 UTC  (36+ messages)
` [PATCH v8 1/4] "
  ` [PATCH/FIXUP FOR STABLE BEFORE THIS SERIES] KVM: s390: do not clobber user space fpc during guest reset
              ` [PATCH v2] KVM: s390: do not clobber user space registers during guest reset/store status
` [PATCH v8 2/4] selftests: KVM: Add fpu and one reg set/get library functions
` [PATCH v8 3/4] selftests: KVM: s390x: Add reset tests
` [PATCH v8 4/4] selftests: KVM: testing the local IRQs resets
` [PATCH] KVM: s390: Cleanup initial cpu reset

[kvm-unit-tests PATCH v2 0/9] KVM: arm64: PMUv3 Event Counter Tests
 2020-01-30 11:25 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 1/9] arm64: Provide read/write_sysreg_s
` [kvm-unit-tests PATCH v2 2/9] arm: pmu: Let pmu tests take a sub-test parameter
` [kvm-unit-tests PATCH v2 3/9] arm: pmu: Add a pmu struct
` [kvm-unit-tests PATCH v2 4/9] arm: pmu: Check Required Event Support
` [kvm-unit-tests PATCH v2 5/9] arm: pmu: Basic event counter Tests
` [kvm-unit-tests PATCH v2 6/9] arm: pmu: Test chained counter
` [kvm-unit-tests PATCH v2 7/9] arm: pmu: test 32-bit <-> 64-bit transitions
` [kvm-unit-tests PATCH v2 8/9] arm: gic: Provide per-IRQ helper functions
` [kvm-unit-tests PATCH v2 9/9] arm: pmu: Test overflow interrupts

Node not reachable on vlan, after vlan is used by virtual machine
 2020-01-30  8:43 UTC 

[PATCH 0/5] KVM: Move x86 init ops to separate struct
 2020-01-30  5:44 UTC  (7+ messages)
` [PATCH 1/5] KVM: Pass kvm_init()'s opaque param to additional arch funcs
` [PATCH 2/5] KVM: x86: Move init-only kvm_x86_ops to separate struct
` [PATCH 3/5] KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
` [PATCH 4/5] KVM: VMX: Configure runtime hooks using vmx_x86_ops
` [PATCH 5/5] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes

[PATCH] KVM: x86: Fix perfctr WRMSR for running counters
 2020-01-30  1:09 UTC  (3+ messages)

[GIT PULL] Please pull my kvm-ppc-next-5.6-2 tag
 2020-01-30  0:54 UTC 

[PATCH 00/26] KVM: x86: Purge kvm_x86_ops->*_supported()
 2020-01-30  0:38 UTC  (11+ messages)
` [PATCH 01/26] KVM: x86: Remove superfluous brackets from case statement
` [PATCH 02/26] KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index
` [PATCH 03/26] KVM: x86: Snapshot MSR index in a local variable when processing lists
` [PATCH 05/26] KVM: x86: Move MSR_TSC_AUX existence checks into vendor code
` [PATCH 06/26] KVM: x86: Move MSR_IA32_BNDCFGS "
` [PATCH 08/26] KVM: x86: Move RTIT (Intel PT) MSR "
` [PATCH 10/26] KVM: x86: Use supported_xcr0 to detect MPX support
` [PATCH 12/26] KVM: x86: Drop explicit @func param from ->set_supported_cpuid()
` [PATCH 25/26] KVM: x86: Handle main Intel PT CPUID leaf in vendor code

[RFC v3 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-01-29 23:56 UTC  (9+ messages)
` [RFC v3 1/8] vfio: Add VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [RFC v3 2/8] vfio/type1: Make per-application (VM) PASID quota tunable
` [RFC v3 3/8] vfio: Reclaim PASIDs when application is down
` [RFC v3 4/8] vfio/type1: Add VFIO_NESTING_GET_IOMMU_UAPI_VERSION


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