diff options
author | Vivek Kasireddy <vivek.kasireddy@intel.com> | 2021-05-26 16:14:16 -0700 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-27 12:06:01 +0200 |
commit | 87f12216d9268ed90e6114a22cbc3f53b0fd8457 (patch) | |
tree | d63c5588b99b1f856f7d4ee9438fef50b6d58771 /ui/meson.build | |
parent | ce7015d9e8669e2a45aba7a95fe6ef8a8f55bfe0 (diff) | |
download | qemu-87f12216d9268ed90e6114a22cbc3f53b0fd8457.zip qemu-87f12216d9268ed90e6114a22cbc3f53b0fd8457.tar.gz qemu-87f12216d9268ed90e6114a22cbc3f53b0fd8457.tar.bz2 |
ui: Get the fd associated with udmabuf driver
Try to open the udmabuf dev node for the first time or return the
fd if the device was previously opened.
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-2-vivek.kasireddy@intel.com>
[ kraxel: fixup fcntl.h include ]
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/meson.build')
-rw-r--r-- | ui/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/meson.build b/ui/meson.build index b5aed14..a3a187d 100644 --- a/ui/meson.build +++ b/ui/meson.build @@ -12,6 +12,7 @@ softmmu_ss.add(files( 'kbd-state.c', 'keymaps.c', 'qemu-pixman.c', + 'udmabuf.c', )) softmmu_ss.add([spice_headers, files('spice-module.c')]) softmmu_ss.add(when: spice_protocol, if_true: files('vdagent.c')) |