summaryrefslogtreecommitdiffstats
path: root/hw/usb/xen-usb.c
diff options
context:
space:
mode:
authorAlex Bennée2019-01-11 14:50:02 +0100
committerAlex Bennée2019-01-14 15:52:30 +0100
commiteb4f8e100f1ffce3be797ac56dcad031ffef3b8f (patch)
tree37f67443b0160e101cf814b728f7bb8a08f052b0 /hw/usb/xen-usb.c
parenttests/docker: remove SID_AGE test hack (diff)
downloadqemu-eb4f8e100f1ffce3be797ac56dcad031ffef3b8f.tar.gz
qemu-eb4f8e100f1ffce3be797ac56dcad031ffef3b8f.tar.xz
qemu-eb4f8e100f1ffce3be797ac56dcad031ffef3b8f.zip
tests: use g_usleep instead of rem = sleep(time)
Relying on sleep to always return having slept isn't safe as a signal may have occurred. If signals are constantly incoming the program will never reach its termination condition. This is believed to be the mechanism causing time outs for qht-test in Travis. The glib g_usleep() deals with all of this for us so lets use it instead. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/usb/xen-usb.c')
0 files changed, 0 insertions, 0 deletions