virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-30 10:13:04 to 2020-04-06 12:56:56 UTC [more...]

[PATCH v2 1/2] vdpa-sim: depend on HAS_DMA
 2020-04-06 12:56 UTC  (5+ messages)
` [PATCH v2 2/2] vhost: disable for OABI

[PATCH] vhost: force spec specified alignment on types
 2020-04-06 12:50 UTC 

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-04-06 12:41 UTC  (9+ messages)
` [PATCH 11/70] x86/boot/compressed/64: Disable red-zone usage
` [PATCH 14/70] x86/boot/compressed/64: Add page-fault handler
` [PATCH 15/70] x86/boot/compressed/64: Always switch to own page-table
` [PATCH 18/70] x86/boot/compressed/64: Add stage1 #VC handler

upstream boot error: KASAN: slab-out-of-bounds Write in virtio_gpu_object_create
 2020-04-06 12:41 UTC  (3+ messages)

[PATCH 30/44] drm/qxl: Use devm_drm_dev_alloc
 2020-04-06 12:11 UTC  (10+ messages)
` [PATCH 31/44] drm/qxl: Don't use drm_device->dev_private
` [PATCH 39/44] drm/cirrus: Use devm_drm_dev_alloc
` [PATCH 40/44] drm/cirrus: Don't use drm_device->dev_private

[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
 2020-04-06  9:05 UTC  (11+ messages)
` [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands
` [PATCH RFC v2 12/24] hpsa: use "

[PATCH] Fix: buffer overflow during hvc_alloc()
 2020-04-06  8:05 UTC  (3+ messages)

[PATCH] vdpa-sim: depend on HAS_DMA
 2020-04-06  0:34 UTC  (2+ messages)

[PATCH] virtio-mmio: Delete an error message in vm_find_vqs()
 2020-04-05 17:19 UTC 

improve use_mm / unuse_mm
 2020-04-04 13:07 UTC  (9+ messages)
` [PATCH 1/6] amdgpu: a NULL ->mm does not mean a thread is a kthread
` [PATCH 2/6] i915/gvt/kvm: "
` [PATCH 3/6] i915/gvt: remove unused xen bits
` [PATCH 4/6] kernel: move use_mm/unuse_mm to kthread.c
` [PATCH 5/6] kernel: better document the use_mm/unuse_mm API contract
` [PATCH 6/6] kernel: set USER_DS in kthread_use_mm

[PATCH 0/8] tools/vhost: Reset virtqueue on tests
 2020-04-03 16:51 UTC  (9+ messages)
` [PATCH 1/8] tools/virtio: fix virtio_test.c indentation
` [PATCH 2/8] vhost: Not cleaning batched descs in VHOST_SET_VRING_BASE ioctl
` [PATCH 3/8] vhost: Replace vq->private_data access by backend accesors
` [PATCH 4/8] vhost: Fix bad order in vhost_test_set_backend at enable
` [PATCH 5/8] tools/virtio: Use __vring_new_virtqueue in virtio_test.c
` [PATCH 6/8] tools/virtio: Extract virtqueue initialization in vq_reset
` [PATCH 7/8] tools/virtio: Reset index in virtio_test --reset
` [PATCH 8/8] tools/virtio: Use tools/include/list.h instead of stubs

[PATCH v3 1/2] virtio/test: fix up after IOTLB changes
 2020-04-03 16:10 UTC  (2+ messages)
` [PATCH v3 2/2] vhost: drop vring dependency on iotlb

[PATCH v2] vhost: drop vring dependency on iotlb
 2020-04-03  6:38 UTC  (4+ messages)

[RFC PATCH v4] iommu/virtio: Use page size bitmap supported by endpoint
 2020-04-03  4:34 UTC 

[RFC PATCH v3] iommu/virtio: Use page size bitmap supported by endpoint
 2020-04-03  4:29 UTC 

Stacktrace from 5.4.26 kernel
 2020-04-02 16:16 UTC 

[PATCH] vhost: drop vring dependency on iotlb
 2020-04-02 14:59 UTC  (4+ messages)

[PATCH V9 0/9] vDPA support
 2020-04-02 14:56 UTC  (29+ messages)
` [PATCH V9 1/9] vhost: refine vhost and vringh kconfig

[PATCH v2] virtio/test: fix up after IOTLB changes
 2020-04-02 14:21 UTC  (2+ messages)

[PATCH] virtio/test: fix up after IOTLB changes
 2020-04-02 14:18 UTC  (4+ messages)

[vhost:vhost 22/22] drivers/vdpa/vdpa_sim/vdpa_sim.c:94:8: error: implicit declaration of function 'vringh_init_iotlb'; did you mean 'vringh_init_kern'?
 2020-04-02 13:50 UTC 

[PATCH -next] virtio-balloon: Make virtballoon_free_page_report static
 2020-04-02 13:27 UTC  (3+ messages)

[PATCH v4 0/7] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-04-02 13:27 UTC  (9+ messages)
` [PATCH v4 1/7] vhost: option to fetch descriptors through an independent struct
` [PATCH v4 2/7] vhost: use batched version by default
` [PATCH v4 3/7] vhost: batching fetches
` [PATCH v4 4/7] tools/virtio: Add --batch option
` [PATCH v4 5/7] tools/virtio: Add --batch=random option
` [PATCH v4 6/7] tools/virtio: Add --reset=random
` [PATCH v4 7/7] tools/virtio: Make --reset reset ring idx

[RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue
 2020-04-02 12:37 UTC  (21+ messages)

[RFC PATCH v2] iommu/virtio: Use page size bitmap supported by endpoint
 2020-04-02  9:24 UTC  (5+ messages)
    ` [EXT] "

[PATCH v3 0/8] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-04-02  8:17 UTC  (15+ messages)
` [PATCH v3 1/8] vhost: Create accessors for virtqueues private_data
` [PATCH v3 2/8] vhost: option to fetch descriptors through an independent struct
` [PATCH v3 3/8] vhost: use batched version by default
` [PATCH v3 4/8] vhost: batching fetches
` [PATCH v3 5/8] tools/virtio: Add --batch option
` [PATCH v3 6/8] tools/virtio: Add --batch=random option
` [PATCH v3 7/8] tools/virtio: Add --reset=random
` [PATCH v3 8/8] tools/virtio: Make --reset reset ring idx

[PATCH -next] vhost: remove set but not used variable 'status'
 2020-04-02  6:51 UTC 

[PATCH -next] vdpasim: Rerun status in vdpasim_get_status
 2020-04-02  2:49 UTC  (4+ messages)
` [PATCH v2 -next] vdpasim: Return "
  ` [PATCH v3 "

[PATCH -next] virtio: vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'
 2020-04-02  2:46 UTC  (3+ messages)
` [PATCH v2 -next] "

[vhost:vhost 22/22] vdpa_sim.c:undefined reference to `vringh_iov_push_iotlb'
 2020-04-02  1:56 UTC 

[vhost:vhost 22/22] riscv64-linux-ld: vdpa_sim.c:undefined reference to `vringh_getdesc_iotlb'
 2020-04-02  0:50 UTC 

mmotm 2020-03-30-18-46 uploaded (VDPA + vhost)
 2020-04-01 17:13 UTC  (7+ messages)

[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
 2020-04-01  7:17 UTC  (5+ messages)
` [PATCH 20/22] drm/vkms: Use simple encoder

[PATCH] vdpa: move to drivers/vdpa
 2020-04-01  6:32 UTC  (3+ messages)

[PATCH v2 0/8] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-03-31 19:29 UTC  (13+ messages)
` [PATCH v2 1/8] vhost: Create accessors for virtqueues private_data
` [PATCH v2 2/8] vhost: option to fetch descriptors through an independent struct
` [PATCH v2 3/8] vhost: use batched version by default
` [PATCH v2 4/8] vhost: batching fetches
` [PATCH v2 5/8] tools/virtio: Add --batch option
` [PATCH v2 6/8] tools/virtio: Add --batch=random option
` [PATCH v2 7/8] tools/virtio: Add --reset=random
` [PATCH v2 8/8] tools/virtio: Make --reset reset ring idx

[PATCH Resend] drm/qxl: Use correct notify port address when creating cursor ring
 2020-03-31 14:53 UTC  (2+ messages)

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

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

[vhost:linux-next 8/13] include/linux/vringh.h:18:10: fatal error: linux/vhost_iotlb.h: No such file or directory
 2020-03-31  8:10 UTC  (4+ messages)

[PATCH] vhost: make CONFIG_VHOST depend on CONFIG_EVENTFD
 2020-03-31  2:52 UTC  (2+ messages)

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

[PATCH v8 00/81] VM introspection
 2020-03-30 10:13 UTC  (6+ messages)
` [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


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