virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-21 10:52:36 to 2020-07-23 21:58:43 UTC [more...]

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-23 21:58 UTC  (25+ messages)
` [PATCH v3 4/6] powerpc/64s: implement "
` [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR

Interesting qemu/virt-manager bug about the "rotational" attribute on virtio-blk disks
 2020-07-23 11:15 UTC  (4+ messages)

[PATCH 00/10] RFC: move logical block size checking to the block core
 2020-07-23  9:13 UTC  (31+ messages)
` [PATCH 01/10] block: introduce blk_is_valid_logical_block_size
  ` [block] 4c873fbf07: WARNING:at_block/blk-settings.c:#blk_queue_logical_block_size
` [PATCH 02/10] block: virtio-blk: check logical block size
` [PATCH 03/10] block: loop: use blk_is_valid_logical_block_size
` [PATCH 04/10] block: nbd: "
` [PATCH 05/10] block: null: "
` [PATCH 06/10] block: ms_block: "
` [PATCH 07/10] block: mspro_blk: "
` [PATCH 08/10] block: nvme: "
` [PATCH 09/10] block: scsi: sd: "
` [PATCH 10/10] block: scsi: sr: "

[PATCH 1/2] vdpa: ifcvf: return err when fail to request config irq
 2020-07-23  9:12 UTC  (2+ messages)
` [PATCH 2/2] vdpa: ifcvf: free config irq in ifcvf_free_irq()

[PATCH v4 0/4] Add a vhost RPMsg API
 2020-07-23  8:34 UTC  (6+ messages)
` [PATCH v4 1/4] vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
` [PATCH v4 2/4] rpmsg: move common structures and defines to headers
` [PATCH v4 3/4] rpmsg: update documentation
` [PATCH v4 4/4] vhost: add an RPMsg API

[PATCH v4 00/75] x86: SEV-ES Guest Support
 2020-07-23  7:21 UTC  (17+ messages)
` [PATCH v4 51/75] x86/sev-es: Handle MMIO events

[PATCH V3 0/6] IRQ offloading for vDPA
 2020-07-23  4:19 UTC  (8+ messages)
` [PATCH V3 1/6] vhost: introduce vhost_vring_call
` [PATCH V3 2/6] kvm: detect assigned device via irqbypass manager
` [PATCH V3 3/6] vDPA: implement vq IRQ allocate/free helpers in vDPA core
` [PATCH V3 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
` [PATCH V3 5/6] ifcvf: replace irq_request/free with vDPA helpers
` [PATCH V3 6/6] irqbypass: do not start cons/prod when failed connect

[RFC PATCH v1 00/34] VM introspection - EPT Views and Virtualization Exceptions
 2020-07-22 16:01 UTC  (35+ messages)
` [RFC PATCH v1 01/34] KVM: x86: export .get_vmfunc_status()
` [RFC PATCH v1 02/34] KVM: x86: export .get_eptp_switching_status()
` [RFC PATCH v1 03/34] KVM: x86: add kvm_get_ept_view()
` [RFC PATCH v1 04/34] KVM: x86: mmu: reindent to avoid lines longer than 80 chars
` [RFC PATCH v1 05/34] KVM: x86: mmu: add EPT view parameter to kvm_mmu_get_page()
` [RFC PATCH v1 06/34] KVM: x86: mmu: add support for EPT switching
` [RFC PATCH v1 07/34] KVM: x86: mmu: increase mmu_memory_cache size
` [RFC PATCH v1 08/34] KVM: x86: add .set_ept_view()
` [RFC PATCH v1 09/34] KVM: x86: add .control_ept_view()
` [RFC PATCH v1 10/34] KVM: x86: page track: allow page tracking for different EPT views
` [RFC PATCH v1 11/34] KVM: x86: mmu: allow zapping shadow pages for specific "
` [RFC PATCH v1 12/34] KVM: introspection: extend struct kvmi_features with the EPT views status support
` [RFC PATCH v1 13/34] KVM: introspection: add KVMI_VCPU_GET_EPT_VIEW
` [RFC PATCH v1 14/34] KVM: introspection: add 'view' field to struct kvmi_event_arch
` [RFC PATCH v1 15/34] KVM: introspection: add KVMI_VCPU_SET_EPT_VIEW
` [RFC PATCH v1 16/34] KVM: introspection: add KVMI_VCPU_CONTROL_EPT_VIEW
` [RFC PATCH v1 17/34] KVM: introspection: extend the access rights database with EPT view info
` [RFC PATCH v1 18/34] KVM: introspection: extend KVMI_VM_SET_PAGE_ACCESS "
` [RFC PATCH v1 19/34] KVM: introspection: clean non-default EPTs on unhook
` [RFC PATCH v1 20/34] KVM: x86: vmx: add support for virtualization exceptions
` [RFC PATCH v1 21/34] KVM: VMX: Define EPT suppress #VE bit (bit 63 in EPT leaf entries)
` [RFC PATCH v1 22/34] KVM: VMX: Suppress EPT violation #VE by default (when enabled)
` [RFC PATCH v1 23/34] KVM: x86: mmu: fix: update present_mask in spte_read_protect()
` [RFC PATCH v1 24/34] KVM: vmx: trigger vm-exits for mmio sptes by default when #VE is enabled
` [RFC PATCH v1 25/34] KVM: x86: svm: set .clear_page()
` [RFC PATCH v1 26/34] KVM: x86: add .set_ve_info()
` [RFC PATCH v1 27/34] KVM: x86: add .disable_ve()
` [RFC PATCH v1 28/34] KVM: x86: page_track: add support for suppress #VE bit
` [RFC PATCH v1 29/34] KVM: vmx: make use of EPTP_INDEX in vmx_handle_exit()
` [RFC PATCH v1 30/34] KVM: vmx: make use of EPTP_INDEX in vmx_set_ept_view()
` [RFC PATCH v1 31/34] KVM: introspection: add #VE host capability checker
` [RFC PATCH v1 32/34] KVM: introspection: add KVMI_VCPU_SET_VE_INFO/KVMI_VCPU_DISABLE_VE
` [RFC PATCH v1 33/34] KVM: introspection: mask out non-rwx flags when reading/writing from/to the internal database
` [RFC PATCH v1 34/34] KVM: introspection: add KVMI_VM_SET_PAGE_SVE

[PATCH v7 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-22 11:48 UTC  (6+ messages)
` [PATCH v7 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH 2/2] virtio-mmio: Reject invalid IRQ 0 command line argument
 2020-07-22 11:46 UTC  (2+ messages)

[PATCH V3 0/6] IRQ offloading for vDPA
 2020-07-22  9:59 UTC  (3+ messages)
` [PATCH V3 1/6] vhost: introduce vhost_vring_call

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

[PATCH V2 vhost next 10/10] vdpa/mlx5: Add VDPA driver for supported mlx5 devices
 2020-07-22  7:46 UTC  (3+ messages)

[PATCH] drm/virtio: fix memory leak in virtio_gpu_cleanup_object()
 2020-07-22  5:18 UTC 

[PATCH 2/2] virtio-mmio: Reject invalid IRQ 0 command line argument
 2020-07-21 22:12 UTC  (2+ messages)

[PATCH v2] virtio_ring: use alloc_pages_node for NUMA-aware allocation
 2020-07-21 11:28 UTC  (3+ 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).