From: Anthony PERARD <anthony.perard@citrix.com>
To: xen-devel@lists.xen.org
Cc: Anthony PERARD <anthony.perard@citrix.com>,
Wei Liu <wei.liu2@citrix.com>,
Ian Jackson <ian.jackson@eu.citrix.com>,
Ian Campbell <ian.campbell@citrix.com>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: [PATCH] libxl: Increase device model startup timeout to 1min.
Date: Fri, 26 Jun 2015 12:57:20 +0100 [thread overview]
Message-ID: <1435319840-25020-1-git-send-email-anthony.perard@citrix.com> (raw)
On a busy host, QEMU may take more than 10s to start.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
tools/libxl/libxl_internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
index e96d6b5..3a604f7 100644
--- a/tools/libxl/libxl_internal.h
+++ b/tools/libxl/libxl_internal.h
@@ -85,7 +85,7 @@
#define LIBXL_INIT_TIMEOUT 10
#define LIBXL_DESTROY_TIMEOUT 10
#define LIBXL_HOTPLUG_TIMEOUT 10
-#define LIBXL_DEVICE_MODEL_START_TIMEOUT 10
+#define LIBXL_DEVICE_MODEL_START_TIMEOUT 60
#define LIBXL_STUBDOM_START_TIMEOUT 30
#define LIBXL_QEMU_BODGE_TIMEOUT 2
#define LIBXL_XENCONSOLE_LIMIT 1048576
--
Anthony PERARD
next reply other threads:[~2015-06-26 11:57 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-26 11:57 Anthony PERARD [this message]
2015-06-26 16:41 ` [PATCH] libxl: Increase device model startup timeout to 1min Ian Campbell
2015-06-29 14:23 ` Anthony PERARD
2015-06-29 14:51 ` Ian Campbell
2015-06-29 16:09 ` Anthony PERARD
2015-06-30 3:08 ` Dario Faggioli
2015-06-30 14:04 ` Ian Jackson
2015-06-30 15:58 ` Stefano Stabellini
2015-06-30 16:40 ` Ian Jackson
2015-07-01 15:03 ` Stefano Stabellini
2015-07-02 11:11 ` Anthony PERARD
2015-07-02 12:38 ` Ian Jackson
2015-07-03 11:21 ` Anthony PERARD
2015-07-03 11:30 ` Ian Jackson
2015-07-07 13:44 ` Ian Campbell
2015-07-07 13:47 ` Ian Jackson
2015-07-07 14:37 ` [PATCH V2] " Anthony PERARD
2015-07-07 14:41 ` Ian Jackson
2015-07-07 15:09 ` [PATCH V3] " Anthony PERARD
2015-07-07 15:14 ` Ian Jackson
2015-07-07 15:41 ` Ian Campbell
2015-07-14 6:17 ` Jan Beulich
2015-07-14 7:55 ` Ian Campbell
2015-07-14 9:25 ` Dario Faggioli
2015-07-14 9:37 ` Ian Campbell
2015-07-14 10:52 ` Dario Faggioli
2015-07-14 14:23 ` Dario Faggioli
2015-07-14 14:48 ` Ian Campbell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1435319840-25020-1-git-send-email-anthony.perard@citrix.com \
--to=anthony.perard@citrix.com \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).