Skip to content

test-cd-emu: Avoid deadlock waiting for libusb event thread

Frediano Ziglio requested to merge fziglio/spice-gtk:mr_deadlock into master

Remove a race condition testing code with no libusb enabled. Setting libusb_context field while the libusb event thread was using causes a potential deadlock in the test.

Signed-off-by: Frediano Ziglio fziglio@redhat.com

Merge request reports