From: Kouya Shimura <kouya@jp.fujitsu.com>
To: xen-devel@lists.xen.org
Subject: [PATCH] libxl: fix reboot failure of migrated domain
Date: Fri, 9 Nov 2012 16:51:23 +0900 [thread overview]
Message-ID: <509CB5FB.7020404@jp.fujitsu.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]
The same problem was once fixed by c/s 23878:59c7213b5949
but c/s 25344:0f3b1e13d6af broke it.
Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
[-- Attachment #2: fix_reboot.patch --]
[-- Type: text/x-patch, Size: 525 bytes --]
diff -r 62885b3c34c8 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c Thu Nov 08 17:58:19 2012 +0100
+++ b/tools/libxl/xl_cmdimpl.c Fri Nov 09 16:11:04 2012 +0900
@@ -1927,7 +1927,7 @@ start:
* On subsequent reboot etc we should create the domain, not
* restore/migrate-receive it again.
*/
- restore_file = NULL;
+ restoring = 0;
}else{
ret = libxl_domain_create_new(ctx, &d_config, &domid,
0, autoconnect_console_how);
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next reply other threads:[~2012-11-09 7:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-09 7:51 Kouya Shimura [this message]
2012-11-12 17:04 ` [PATCH] libxl: fix reboot failure of migrated domain Ian Campbell
2012-11-13 16:23 ` Ian Jackson
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=509CB5FB.7020404@jp.fujitsu.com \
--to=kouya@jp.fujitsu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.