qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] vdpa: Check iova range on memory regions ops


From: Eugenio Pérez
Subject: [PATCH 0/3] vdpa: Check iova range on memory regions ops
Date: Tue, 5 Oct 2021 10:01:28 +0200

At this moment vdpa will not send memory regions bigger than 1<<63.
However, actual iova range could be way more restrictive than that.

Since we can obtain the range through vdpa ioctl call, just save it
from the beginning of the operation and check against it.

Eugenio Pérez (3):
  vdpa: Skip protected ram IOMMU mappings
  vdpa: Add vhost_vdpa_section_end
  vdpa: Check for iova range at mappings changes

 include/hw/virtio/vhost-vdpa.h |  2 +
 hw/virtio/vhost-vdpa.c         | 83 +++++++++++++++++++++++++---------
 hw/virtio/trace-events         |  1 +
 3 files changed, 65 insertions(+), 21 deletions(-)

-- 
2.27.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]