From: Zhigang Wang <zhigang.x.wang@oracle.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH]libxl: fix domain suspend debug typo
Date: Mon, 31 May 2010 16:37:43 +0800 [thread overview]
Message-ID: <4C037557.9040303@oracle.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 155 bytes --]
Hi Stefano,
I think this is a typo.
libxl: fix domain suspend debug typo.
Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
Thanks,
Zhigang
[-- Attachment #2: xen-libxl-fix-domain-suspend-debug.patch --]
[-- Type: text/plain, Size: 474 bytes --]
diff -r 96917cf25bf3 tools/libxl/libxl.c
--- a/tools/libxl/libxl.c Fri May 28 10:54:07 2010 +0100
+++ b/tools/libxl/libxl.c Mon May 31 16:34:12 2010 +0800
@@ -495,7 +495,7 @@
{
int hvm = is_hvm(ctx, domid);
int live = info != NULL && info->flags & XL_SUSPEND_LIVE;
- int debug = info != NULL && info->flags & XL_SUSPEND_LIVE;
+ int debug = info != NULL && info->flags & XL_SUSPEND_DEBUG;
core_suspend(ctx, domid, fd, hvm, live, debug);
if (hvm)
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next reply other threads:[~2010-05-31 8:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-31 8:37 Zhigang Wang [this message]
2010-05-31 9:43 ` [PATCH]libxl: fix domain suspend debug typo Stefano Stabellini
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=4C037557.9040303@oracle.com \
--to=zhigang.x.wang@oracle.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/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.