All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix function libxl__domain_resume_device_model
@ 2013-07-30  0:37 rwxybh
  2013-07-30  8:22 ` Roger Pau Monné
  2013-07-30 12:00 ` Wei Liu
  0 siblings, 2 replies; 6+ messages in thread
From: rwxybh @ 2013-07-30  0:37 UTC (permalink / raw)
  To: xen-devel; +Cc: rwxybh, rwxybh

Add a break point in function libxl__domain_resume_device_model

Signed-off-by: rwxybh <rwxybh@126.com>
---
 tools/libxl/libxl_dom.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/libxl/libxl_dom.c b/tools/libxl/libxl_dom.c
index b38d0a7..3eaf3ae 100644
--- a/tools/libxl/libxl_dom.c
+++ b/tools/libxl/libxl_dom.c
@@ -985,6 +985,7 @@ int libxl__domain_resume_device_model(libxl__gc *gc, uint32_t domid)
     case LIBXL_DEVICE_MODEL_VERSION_QEMU_XEN:
         if (libxl__qmp_resume(gc, domid))
             return ERROR_FAIL;
+	break;
     default:
         return ERROR_INVAL;
     }
-- 
1.7.1

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

end of thread, other threads:[~2013-07-30 13:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-30  0:37 [PATCH] Fix function libxl__domain_resume_device_model rwxybh
2013-07-30  8:22 ` Roger Pau Monné
2013-07-30 12:00 ` Wei Liu
2013-07-30 12:28   ` Ian Campbell
2013-07-30 12:39     ` rwxybh
2013-07-30 13:04       ` Ian Campbell

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.