[Spice-devel] [spice-gtk v2 7/8] usb-redir: enable redirection of emulated CD drive

Yuri Benditovich yuri.benditovich at daynix.com
Sun Aug 4 19:16:23 UTC 2019


Add implementation of emulated device to build.
Now it is possible to create emulated CD devices.

Signed-off-by: Yuri Benditovich <yuri.benditovich at daynix.com>
---
 src/meson.build | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/meson.build b/src/meson.build
index fe19c16..3837a9d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -124,6 +124,13 @@ spice_client_glib_sources = [
   'usb-backend.c',
   'usb-emulation.h',
   'usb-backend.h',
+  'usb-device-cd.c',
+  'usb-device-cd.h',
+  'cd-scsi.c',
+  'cd-scsi.h',
+  'cd-scsi-dev-params.h',
+  'cd-usb-bulk-msd.c',
+  'cd-usb-bulk-msd.h',
   'vmcstream.c',
   'vmcstream.h',
 ]
-- 
2.17.1



More information about the Spice-devel mailing list