kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-30 07:19:09 to 2020-03-31 02:38:30 UTC [more...]

[PATCH v16 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking
 2020-03-31  2:38 UTC  (17+ messages)

[PATCH] vhost: vdpa: remove unnecessary null check
 2020-03-31  2:35 UTC  (2+ messages)

[PATCH] vhost: make CONFIG_VHOST depend on CONFIG_EVENTFD
 2020-03-31  2:29 UTC 

linux-next: Tree for Mar 30 (vhost)
 2020-03-31  2:27 UTC  (2+ messages)

[PATCH v8 00/81] VM introspection
 2020-03-31  1:16 UTC  (83+ messages)
` [PATCH v8 01/81] sched/swait: add swait_event_killable_exclusive()
` [PATCH v8 02/81] export kill_pid_info()
` [PATCH v8 03/81] KVM: add new error codes for VM introspection
` [PATCH v8 04/81] KVM: add kvm_vcpu_kick_and_wait()
` [PATCH v8 05/81] KVM: add kvm_get_max_gfn()
` [PATCH v8 06/81] KVM: doc: fix the hypercall numbering
` [PATCH v8 07/81] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [PATCH v8 08/81] KVM: x86: add kvm_arch_vcpu_set_regs()
` [PATCH v8 09/81] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [PATCH v8 10/81] KVM: x86: add .bp_intercepted() to struct kvm_x86_ops
` [PATCH v8 11/81] KVM: x86: add .control_cr3_intercept() "
` [PATCH v8 12/81] KVM: x86: add .cr3_write_intercepted()
` [PATCH v8 13/81] KVM: x86: add .desc_ctrl_supported()
` [PATCH v8 14/81] KVM: svm: add support for descriptor-table exits
` [PATCH v8 15/81] KVM: x86: add .control_desc_intercept()
` [PATCH v8 16/81] KVM: x86: add .desc_intercepted()
` [PATCH v8 17/81] KVM: x86: export .msr_write_intercepted()
` [PATCH v8 18/81] KVM: x86: use MSR_TYPE_R, MSR_TYPE_W and MSR_TYPE_RW with AMD code too
` [PATCH v8 19/81] KVM: svm: pass struct kvm_vcpu to set_msr_interception()
` [PATCH v8 20/81] KVM: vmx: pass struct kvm_vcpu to the intercept msr related functions
` [PATCH v8 21/81] KVM: x86: add .control_msr_intercept()
` [PATCH v8 22/81] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [PATCH v8 23/81] KVM: x86: save the error code during EPT/NPF exits handling
` [PATCH v8 24/81] KVM: x86: add .fault_gla()
` [PATCH v8 25/81] KVM: x86: add .spt_fault()
` [PATCH v8 26/81] KVM: x86: add .gpt_translation_fault()
` [PATCH v8 27/81] KVM: x86: add .control_singlestep()
` [PATCH v8 28/81] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [PATCH v8 29/81] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [PATCH v8 30/81] KVM: x86: export kvm_inject_pending_exception()
` [PATCH v8 31/81] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave()
` [PATCH v8 32/81] KVM: x86: page track: provide all page tracking hooks with the guest virtual address
` [PATCH v8 33/81] KVM: x86: page track: add track_create_slot() callback
` [PATCH v8 34/81] KVM: x86: page_track: add support for preread, prewrite and preexec
` [PATCH v8 35/81] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [PATCH v8 36/81] KVM: x86: intercept the write access on sidt and other emulated instructions
` [PATCH v8 37/81] KVM: x86: disable gpa_available optimization for fetch and page-walk NPF/EPT violations
` [PATCH v8 38/81] KVM: introduce VM introspection
` [PATCH v8 39/81] KVM: introspection: add hook/unhook ioctls
` [PATCH v8 40/81] KVM: introspection: add permission access ioctls
` [PATCH v8 41/81] KVM: introspection: add the read/dispatch message function
` [PATCH v8 42/81] KVM: introspection: add KVMI_GET_VERSION
` [PATCH v8 43/81] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [PATCH v8 44/81] KVM: introspection: add KVMI_VM_GET_INFO
` [PATCH v8 45/81] KVM: introspection: add KVMI_EVENT_UNHOOK
` [PATCH v8 46/81] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [PATCH v8 47/81] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [PATCH v8 48/81] KVM: introspection: add vCPU related data
` [PATCH v8 49/81] KVM: introspection: add a jobs list to every introspected vCPU
` [PATCH v8 50/81] KVM: introspection: handle vCPU introspection requests
` [PATCH v8 51/81] KVM: introspection: handle vCPU commands
` [PATCH v8 52/81] KVM: introspection: add KVMI_VCPU_GET_INFO
` [PATCH v8 53/81] KVM: introspection: add KVMI_VCPU_PAUSE
` [PATCH v8 54/81] KVM: introspection: add KVMI_EVENT_PAUSE_VCPU
` [PATCH v8 55/81] KVM: introspection: add crash action handling on event reply
` [PATCH v8 56/81] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [PATCH v8 57/81] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [PATCH v8 58/81] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [PATCH v8 59/81] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [PATCH v8 60/81] KVM: introspection: add KVMI_EVENT_HYPERCALL
` [PATCH v8 61/81] KVM: introspection: add KVMI_EVENT_BREAKPOINT
` [PATCH v8 62/81] KVM: introspection: restore the state of #BP interception on unhook
` [PATCH v8 63/81] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_EVENT_CR
` [PATCH v8 64/81] KVM: introspection: restore the state of CR3 interception on unhook
` [PATCH v8 65/81] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_EVENT_TRAP
` [PATCH v8 66/81] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [PATCH v8 67/81] KVM: introspection: add KVMI_EVENT_XSETBV
` [PATCH v8 68/81] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [PATCH v8 69/81] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [PATCH v8 70/81] KVM: introspection: add KVMI_EVENT_DESCRIPTOR
` [PATCH v8 71/81] KVM: introspection: restore the state of descriptor-table register interception on unhook
` [PATCH v8 72/81] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_EVENT_MSR
` [PATCH v8 73/81] KVM: introspection: restore the state of MSR interception on unhook
` [PATCH v8 74/81] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [PATCH v8 75/81] KVM: introspection: add KVMI_EVENT_PF
` [PATCH v8 76/81] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [PATCH v8 77/81] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [PATCH v8 78/81] KVM: introspection: add KVMI_EVENT_SINGLESTEP
` [PATCH v8 79/81] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [PATCH v8 80/81] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [PATCH v8 81/81] KVM: x86: call the page tracking code on emulation failure

[PATCH v17 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-31  0:10 UTC  (12+ messages)
` [PATCH v17 Kernel 1/7] vfio: UAPI for migration interface for device state
` [PATCH v17 Kernel 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH v17 Kernel 3/7] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH v17 Kernel 4/7] vfio iommu: Implementation of ioctl "
` [PATCH v17 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH v17 Kernel 6/7] vfio iommu: Adds flag to indicate dirty pages tracking capability support
` [PATCH v17 Kernel 7/7] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[GIT PULL] Please pull my kvm-ppc-next-5.7-1 tag
 2020-03-30 23:08 UTC 

[PATCH v6 00/14] Add AMD SEV guest live migration support
 2020-03-30 21:52 UTC  (11+ messages)
` [PATCH v6 13/14] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR
` [PATCH v6 14/14] KVM: x86: Add kexec support for SEV Live Migration

[PATCH] selftests: kvm: Update .gitignore with missing binaries
 2020-03-30 21:19 UTC 

[PATCH 0/2] selftests: kvm: Introduce the mem_slot_test test
 2020-03-30 20:43 UTC  (3+ messages)
` [PATCH 1/2] selftests: kvm: Add vm_get_fd() in kvm_util
` [PATCH 2/2] selftests: kvm: Add mem_slot_test test

[PATCH v2 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-03-30 20:23 UTC  (13+ messages)
` [PATCH v2 03/22] vfio: check VFIO_TYPE1_NESTING_IOMMU support
` [PATCH v2 04/22] hw/iommu: introduce HostIOMMUContext
` [PATCH v2 05/22] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
` [PATCH v2 06/22] hw/pci: introduce pci_device_set/unset_iommu_context()
` [PATCH v2 07/22] intel_iommu: add set/unset_iommu_context callback

[PATCH 0/3] KVM: x86: sync SPTEs on page/EPT fault injection
 2020-03-30 18:47 UTC  (5+ messages)
` [PATCH 1/3] KVM: x86: introduce kvm_mmu_invalidate_gva

[PATCH v3 00/37] KVM: x86: TLB flushing fixes and enhancements
 2020-03-30 18:38 UTC  (9+ messages)
` [PATCH v3 03/37] KVM: nVMX: Invalidate all EPTP contexts when emulating INVEPT for L1

[PATCH] KVM: VMX: Disable Intel PT before VM-entry
 2020-03-30 17:21 UTC  (4+ messages)

[kvm-unit-tests PATCH v2] s390x: Add stsi 3.2.2 tests
 2020-03-30 16:19 UTC  (3+ messages)

[PATCH 0/9] vfio/fsl-mc: VFIO support for FSL-MC devices
 2020-03-30 15:32 UTC  (3+ messages)

[PATCH v1 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-03-30 14:36 UTC  (20+ messages)
` [PATCH v1 1/8] vfio: Add VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [PATCH v1 2/8] vfio/type1: Add vfio_iommu_type1 parameter for quota tuning
` [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace
` [PATCH v1 5/8] vfio/type1: Report 1st-level/stage-1 format "
` [PATCH v1 6/8] vfio/type1: Bind guest page tables to host
` [PATCH v1 7/8] vfio/type1: Add VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v1 8/8] vfio/type1: Add vSVA support for IOMMU-backed mdevs

[kvm-unit-tests PATCH] s390x: Add stsi 3.2.2 tests
 2020-03-30 14:13 UTC  (11+ messages)

[kvm-unit-tests PATCH v7 00/13] arm/arm64: Add ITS tests
 2020-03-30 13:17 UTC  (24+ messages)
` [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v7 08/13] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v7 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v7 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v7 12/13] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v7 13/13] arm/arm64: ITS: pending table migration test

[PATCH 0/7] tools/kvm_stat: add logfile support
 2020-03-30 12:35 UTC  (10+ messages)

[GIT PULL 0/1] KVM: s390: Fix for 5.7 merge window
 2020-03-30 12:19 UTC  (2+ messages)
` [GIT PULL 1/1] s390/gmap: return proper error code on ksm unsharing

[PATCH v3 kvmtool 00/32] Add reassignable BARs and PCIE 1.1 support
 2020-03-30 11:13 UTC  (13+ messages)
` [PATCH v3 kvmtool 08/32] pci: Fix ioport allocation size
` [PATCH v3 kvmtool 12/32] vfio/pci: Ignore expansion ROM BAR writes
` [PATCH v3 kvmtool 13/32] vfio/pci: Don't access unallocated regions
` [PATCH v3 kvmtool 14/32] virtio: Don't ignore initialization failures
` [PATCH v3 kvmtool 16/32] hw/vesa: Don't ignore fatal errors
` [PATCH v3 kvmtool 18/32] ioport: Fail when registering overlapping ports

[PATCH v2 00/10] virtio-mem: paravirtualized memory
 2020-03-30 11:04 UTC  (9+ messages)
` [PATCH v2 02/10] virtio-mem: Allow to specify an ACPI PXM as nid

[kvm-unit-tests 0/2] s390x/smp fix and enhancement
 2020-03-30 10:58 UTC  (6+ messages)
` [kvm-unit-tests 1/2] s390x/smp: fix detection of "running"
` [kvm-unit-tests 2/2] s390x/smp: add minimal test for sigp sense running status

[PATCH v2 kvmtool 00/30] Add reassignable BARs and PCIE 1.1 support
 2020-03-30  9:27 UTC  (5+ messages)
` [PATCH v2 kvmtool 15/30] virtio: Don't ignore initialization failures

[PATCH 0/6] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-03-30  9:15 UTC  (5+ messages)

[1/1] s390x/smp: fix detection of "running"
 2020-03-30  7:37 UTC  (4+ 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).