All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]libxl: fix domain suspend debug typo
@ 2010-05-31  8:37 Zhigang Wang
  2010-05-31  9:43 ` Stefano Stabellini
  0 siblings, 1 reply; 2+ messages in thread
From: Zhigang Wang @ 2010-05-31  8:37 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: xen-devel

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH]libxl: fix domain suspend debug typo
  2010-05-31  8:37 [PATCH]libxl: fix domain suspend debug typo Zhigang Wang
@ 2010-05-31  9:43 ` Stefano Stabellini
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Stabellini @ 2010-05-31  9:43 UTC (permalink / raw)
  To: Zhigang Wang; +Cc: xen-devel, Stefano Stabellini

On Mon, 31 May 2010, Zhigang Wang wrote:
> Hi Stefano,
> 
> I think this is a typo.
> 
> libxl: fix domain suspend debug typo.
> 

Yes, this is a typo. Thanks for the fix!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-31  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-31  8:37 [PATCH]libxl: fix domain suspend debug typo Zhigang Wang
2010-05-31  9:43 ` Stefano Stabellini

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.