libxl: fix device model timeout in libxl__dm_resume()
authorJuergen Gross <jgross@suse.com>
Fri, 15 Nov 2019 07:04:14 +0000 (08:04 +0100)
committerWei Liu <wl@xen.org>
Fri, 15 Nov 2019 10:37:44 +0000 (10:37 +0000)
commitf43afb079031d90a7810dce380ad0d224b895ea3
tree9b73e547ea7f43f19a4ec33d62cba7eec4bd31bb
parent7b4c3d0443b59a0c9d74b50000a97467a8d3236f
libxl: fix device model timeout in libxl__dm_resume()

libxl__dm_resume() is using a wrong timeout for the start of the
device model. Instead of 60 seconds the timeout is set to 60
milliseconds.

Reported-by: Roman Shaposhnik <roman@zededa.com>
Fixes: 6298f0eb8f4437 ("libxl: Re-introduce libxl__domain_resume")
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
Release-acked-by: Juergen Gross <jgross@suse.com>
tools/libxl/libxl_dom_suspend.c