kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-09 06:57:55 to 2020-03-10 14:47:08 UTC [more...]

[PATCH v5 05/14] KVM: X86: Implement ring-based dirty memory tracking
 2020-03-10 14:46 UTC  (8+ messages)

[PATCH v4 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-10 14:23 UTC  (11+ messages)
` [PATCH v4 1/5] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v4 2/5] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v4 3/5] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v4 4/5] x86/kvm/hyper-v: enable hypercalls regardless of hypercall page
` [PATCH v4 5/5] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[PATCH v2 kvmtool 00/30] Add reassignable BARs and PCIE 1.1 support
 2020-03-10 14:17 UTC  (15+ messages)
` [PATCH v2 kvmtool 22/30] vfio: Destroy memslot when unmapping the associated VAs
` [PATCH v2 kvmtool 24/30] vfio/pci: Don't write configuration value twice
` [PATCH v2 kvmtool 26/30] pci: Toggle BAR I/O and memory space emulation
` [PATCH v2 kvmtool 27/30] pci: Implement reassignable BARs

[PATCH v2] KVM: s390: Also reset registers in sync regs for initial cpu reset
 2020-03-10 13:23 UTC  (3+ messages)

[PATCH 0/5] selftests: KVM: s390: Accumulated fixes and extensions
 2020-03-10 13:01 UTC  (6+ messages)
` [PATCH 1/5] selftests: KVM: s390: fix early guest crash
` [PATCH 2/5] selftests: KVM: s390: test more register variants for the reset ioctl
` [PATCH 3/5] selftests: KVM: s390: check for registers to NOT change on reset
` [PATCH 4/5] selftests: KVM: s390: fixup fprintf format error in reset.c
` [PATCH 5/5] selftests: KVM: s390: fix format strings for access reg test

[PATCH 0/4] KVM: selftests: Various cleanups and fixes
 2020-03-10 13:18 UTC  (11+ messages)
` [PATCH 1/4] fixup! selftests: KVM: SVM: Add vmcall test
` [PATCH 2/4] KVM: selftests: Share common API documentation
` [PATCH 3/4] KVM: selftests: Enable printf format warnings for TEST_ASSERT
` [PATCH 4/4] KVM: selftests: Use consistent message for test skipping

[RFC] KVM: arm64: support enabling dirty log graually in small chunks
 2020-03-10 13:16 UTC  (4+ messages)

[PATCH v1 00/11] virtio-mem: paravirtualized memory
 2020-03-10 12:09 UTC  (9+ messages)
` [PATCH v1 06/11] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v1 07/11] virtio-mem: Allow to offline partially unplugged memory blocks

[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add ITS tests
 2020-03-10 11:56 UTC  (27+ messages)
` [kvm-unit-tests PATCH v4 01/13] libcflat: Add other size defines
` [kvm-unit-tests PATCH v4 02/13] page_alloc: Introduce get_order()
` [kvm-unit-tests PATCH v4 03/13] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH v4 04/13] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests PATCH v4 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v4 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v4 07/13] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v4 08/13] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v4 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v4 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v4 11/13] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH v4 12/13] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v4 13/13] arm/arm64: ITS: pending table migration test

[PATCH v2 0/2] KVM: arm64: Filtering PMU events
 2020-03-10 11:54 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: arm64: Add PMU event filtering infrastructure
` [PATCH v2 2/2] KVM: arm64: Document PMU filtering API

KVM call today 2020-03-10
 2020-03-10 11:20 UTC 

[PATCH v6 00/14] KVM: Dirty ring interface
 2020-03-10  8:27 UTC  (18+ messages)
` [PATCH v6 01/14] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v6 02/14] KVM: Cache as_id in kvm_memory_slot
` [PATCH v6 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v6 04/14] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v6 05/14] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v6 06/14] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH v6 07/14] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH v6 08/14] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH v6 09/14] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH v6 10/14] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH v6 11/14] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH v6 12/14] KVM: selftests: Add dirty ring buffer test
` [PATCH v6 13/14] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH v6 14/14] KVM: selftests: Add "-c" parameter to dirty log test

[PATCH] KVM: X86: Don't load/put guest FPU context for sleeping AP
 2020-03-10  7:01 UTC 

[PATCH 0/6] KVM: x86: CPUID emulation and tracing fixes
 2020-03-10  4:00 UTC  (4+ messages)
` [PATCH 6/6] KVM: x86: Add requested index to the CPUID tracepoint

[kvm-unit-tests PATCH] x86: access: Shadow CR0, CR4 and EFER to avoid unnecessary VM-Exits
 2020-03-10  3:54 UTC 

[kvm-unit-tests PATCH] x86: Reload SS when switching to 5-level page tables
 2020-03-10  3:47 UTC 

[kvm-unit-tests PATCH] x86: Run unit tests with --no-reboot so shutdowns show up as failures
 2020-03-10  2:52 UTC 

[PATCH v2 0/2] kvm: selftests: Introduce TEST_FAIL and convert
 2020-03-10  2:50 UTC  (3+ messages)
` [PATCH v2 1/2] selftests: kvm: Introduce the TEST_FAIL macro
` [PATCH v2 2/2] selftests: kvm: Uses TEST_FAIL in tests/utilities

Re[PATCH 3/6] KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()
 2020-03-10  2:38 UTC 

[PATCH 1/6] KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAs
 2020-03-10  2:15 UTC 

[PATCH 00/12] SEV Live Migration Patchset
 2020-03-10  1:41 UTC  (10+ messages)
` [PATCH 01/12] KVM: SVM: Add KVM_SEV SEND_START command
` [PATCH 02/12] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
` [PATCH 03/12] KVM: SVM: Add KVM_SEV_SEND_FINISH command
` [PATCH 04/12] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command

[GIT PULL] virtio: fixes
 2020-03-09 23:40 UTC  (2+ messages)

[Patch v1] x86: Fix the logical destination mode test
 2020-03-09 23:25 UTC 

[PATCH v2] x86/kvm: Disable KVM_ASYNC_PF_SEND_ALWAYS
 2020-03-09 20:22 UTC  (12+ messages)

[PATCH v2 00/66] KVM: x86: Introduce KVM cpu caps
 2020-03-09 20:11 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86: Bump apicv timeout to 30s to play nice with running in L1
 2020-03-09 20:09 UTC 

[PATCH v1 00/11] PEBS virtualization enabling via DS
 2020-03-09 19:28 UTC  (9+ messages)
` [PATCH v1 01/11] perf/x86/core: Support KVM to assign a dedicated counter for guest PEBS

[PATCH 0/4] KVM: s390: reset selftest and fixes
 2020-03-09 18:29 UTC  (7+ messages)
` [PATCH 1/4] selftests: KVM: s390: fix early guest crash
` [PATCH 2/4] selftests: KVM: s390: test more register variants for the reset ioctl
` [PATCH 3/4] KVM: s390: Also reset registers in sync regs for initial cpu reset
` [PATCH 4/4] selftests: KVM: s390: check for registers to NOT change on reset

[PATCH v3 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-09 18:20 UTC  (7+ messages)
` [PATCH v3 1/5] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v3 3/5] x86/kvm/hyper-v: Add support for synthetic debugger capability

[PATCH 0/6] KVM: nVMX: propperly handle enlightened vmptrld failure conditions
 2020-03-09 15:52 UTC  (7+ messages)
` [PATCH 1/6] KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAs
` [PATCH 2/6] KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mapping
` [PATCH 3/6] KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()
` [PATCH 4/6] KVM: selftests: define and use EVMCS_VERSION
` [PATCH 5/6] KVM: selftests: test enlightened vmenter with wrong eVMCS version
` [PATCH 6/6] KVM: selftests: enlightened VMPTRLD with an incorrect GPA

[PATCH v2 0/7] vfio/pci: SR-IOV support
 2020-03-09 15:35 UTC  (26+ messages)
` [PATCH v2 3/7] vfio/pci: Introduce VF token
` [PATCH v2 5/7] vfio/pci: Add sriov_configure support

[Bug 206799] New: Strange help text for KVM_WERROR ("i915")
 2020-03-09 15:24 UTC  (2+ messages)
` [Bug 206799] "

[PATCH v3 0/2] KVM: VMX: cleanup VMXON region allocation
 2020-03-09  9:31 UTC  (7+ messages)
` [PATCH v3 2/2] KVM: VMX: untangle VMXON revision_id setting when using eVMCS

[GIT PULL 00/36] KVM: s390: Features and Enhancements for 5.7 part1
 2020-03-09  8:51 UTC  (37+ messages)
` [GIT PULL 01/36] s390/protvirt: introduce host side setup
` [GIT PULL 02/36] s390/protvirt: add ultravisor initialization
` [GIT PULL 03/36] s390/mm: provide memory management functions for protected KVM guests
` [GIT PULL 04/36] s390/mm: add (non)secure page access exceptions handlers
` [GIT PULL 05/36] s390/protvirt: Add sysfs firmware interface for Ultravisor information
` [GIT PULL 06/36] KVM: s390/interrupt: do not pin adapter interrupt pages
` [GIT PULL 07/36] KVM: s390: protvirt: Add UV debug trace
` [GIT PULL 08/36] KVM: s390: add new variants of UV CALL
` [GIT PULL 09/36] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
` [GIT PULL 10/36] KVM: s390: protvirt: Secure memory is not mergeable
` [GIT PULL 11/36] KVM: s390/mm: Make pages accessible before destroying the guest
` [GIT PULL 12/36] KVM: s390: protvirt: Handle SE notification interceptions
` [GIT PULL 13/36] KVM: s390: protvirt: Instruction emulation
` [GIT PULL 14/36] KVM: s390: protvirt: Implement interrupt injection
` [GIT PULL 15/36] KVM: s390: protvirt: Add SCLP interrupt handling
` [GIT PULL 16/36] KVM: s390: protvirt: Handle spec exception loops
` [GIT PULL 17/36] KVM: s390: protvirt: Add new gprs location handling
` [GIT PULL 18/36] KVM: S390: protvirt: Introduce instruction data area bounce buffer
` [GIT PULL 19/36] KVM: s390: protvirt: handle secure guest prefix pages
` [GIT PULL 20/36] KVM: s390/mm: handle guest unpin events
` [GIT PULL 21/36] KVM: s390: protvirt: Write sthyi data to instruction data area
` [GIT PULL 22/36] KVM: s390: protvirt: STSI handling
` [GIT PULL 23/36] KVM: s390: protvirt: disallow one_reg
` [GIT PULL 24/36] KVM: s390: protvirt: Do only reset registers that are accessible
` [GIT PULL 25/36] KVM: s390: protvirt: Only sync fmt4 registers
` [GIT PULL 26/36] KVM: s390: protvirt: Add program exception injection
` [GIT PULL 27/36] KVM: s390: protvirt: UV calls in support of diag308 0, 1
` [GIT PULL 28/36] KVM: s390: protvirt: Report CPU state to Ultravisor
` [GIT PULL 29/36] KVM: s390: protvirt: Support cmd 5 operation state
` [GIT PULL 30/36] KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
` [GIT PULL 31/36] KVM: s390: protvirt: do not inject interrupts after start
` [GIT PULL 32/36] KVM: s390: protvirt: Add UV cpu reset calls
` [GIT PULL 33/36] DOCUMENTATION: Protected virtual machine introduction and IPL
` [GIT PULL 34/36] KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED
` [GIT PULL 35/36] KVM: s390: protvirt: Add KVM api documentation
` [GIT PULL 36/36] KVM: s390: introduce module parameter kvm.use_gisa

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-09  8:46 UTC  (3+ messages)

[PATCH v12 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-09  7:46 UTC  (2+ messages)

[Bug 206795] New: 4.19.108 Ryzen 1600X , kvm BUG kvm_mmu_set_mmio_spte_mask
 2020-03-09  7:30 UTC 


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