aboutsummaryrefslogtreecommitdiff
path: root/include/ui
diff options
context:
space:
mode:
authorVivek Kasireddy <vivek.kasireddy@intel.com>2021-05-26 16:14:16 -0700
committerGerd Hoffmann <kraxel@redhat.com>2021-05-27 12:06:01 +0200
commit87f12216d9268ed90e6114a22cbc3f53b0fd8457 (patch)
treed63c5588b99b1f856f7d4ee9438fef50b6d58771 /include/ui
parentce7015d9e8669e2a45aba7a95fe6ef8a8f55bfe0 (diff)
downloadqemu-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 'include/ui')
-rw-r--r--include/ui/console.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ui/console.h b/include/ui/console.h
index ca3c7af..b30b639 100644
--- a/include/ui/console.h
+++ b/include/ui/console.h
@@ -471,4 +471,7 @@ bool vnc_display_reload_certs(const char *id, Error **errp);
/* input.c */
int index_from_key(const char *key, size_t key_length);
+/* udmabuf.c */
+int udmabuf_fd(void);
+
#endif