summary refs log tree commit diff stats
path: root/hw/display/virtio-gpu.c
diff options
context:
space:
mode:
authorVivek Kasireddy <vivek.kasireddy@intel.com>2021-05-26 16:14:18 -0700
committerGerd Hoffmann <kraxel@redhat.com>2021-05-27 12:06:37 +0200
commit9b60cdf98723b52d32fdd131f709923e05c0000f (patch)
tree9ae8590f80a311df9f74a04049ad16da150a1ddf /hw/display/virtio-gpu.c
parent4d010861611641c225a889d777e2670e3b8e4b3c (diff)
downloadfocaccia-qemu-9b60cdf98723b52d32fdd131f709923e05c0000f.tar.gz
focaccia-qemu-9b60cdf98723b52d32fdd131f709923e05c0000f.zip
virtio-gpu: Add udmabuf helpers
Add helper functions to create a dmabuf for a resource and mmap it.
Also, introduce the fields blob and blob_size so that these helpers
can start to use them but the full picture will emerge only after
adding create_blob API in patch 8 of this series.

To be able to create a dmabuf using the udmabuf driver, Qemu needs
to be lauched with the memfd memory backend like this:

qemu-system-x86_64 -m 8192m -object memory-backend-memfd,id=mem1,size=8192M
-machine memory-backend=mem1

Based-on-patch-by: Gerd Hoffmann <kraxel@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Vivek Kasireddy <vivek.kasireddy@intel.com>
Message-Id: <20210526231429.1045476-4-vivek.kasireddy@intel.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/display/virtio-gpu.c')
0 files changed, 0 insertions, 0 deletions