From 9192a40655140b743dfe0b1f921ab3b8b51579bf Mon Sep 17 00:00:00 2001 From: Vivek Kasireddy Date: Wed, 26 May 2021 16:14:19 -0700 Subject: stubs: Add stubs for udmabuf helpers This is needed to ensure that virtio-gpu device works for non-linux builds. Cc: Gerd Hoffmann Signed-off-by: Vivek Kasireddy Message-Id: <20210526231429.1045476-5-vivek.kasireddy@intel.com> [ kraxel: add virtio-gpu-udmabuf.c stubs only when building system emulation ] Signed-off-by: Gerd Hoffmann --- stubs/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'stubs/meson.build') diff --git a/stubs/meson.build b/stubs/meson.build index 3faef16892..c32d182585 100644 --- a/stubs/meson.build +++ b/stubs/meson.build @@ -52,6 +52,7 @@ if have_system stub_ss.add(files('semihost.c')) stub_ss.add(files('usb-dev-stub.c')) stub_ss.add(files('xen-hw-stub.c')) + stub_ss.add(files('virtio-gpu-udmabuf.c')) else stub_ss.add(files('qdev.c')) endif -- cgit v1.2.3