From: "Roger Pau Monné" <roger.pau@citrix.com>
To: rwxybh <rwxybh@126.com>
Cc: rwxybh@123.com, xen-devel@lists.xen.org
Subject: Re: [PATCH] Fix function libxl__domain_resume_device_model
Date: Tue, 30 Jul 2013 10:22:26 +0200 [thread overview]
Message-ID: <51F777C2.1090106@citrix.com> (raw)
In-Reply-To: <1375144646-3780-1-git-send-email-rwxybh@126.com>
On 30/07/13 02:37, rwxybh wrote:
> 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;
Thanks, the patch looks OK, but the indentation is wrong, libxl uses
spaces to indent, please read the CODING_STYLE.
next prev parent reply other threads:[~2013-07-30 8:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-30 0:37 [PATCH] Fix function libxl__domain_resume_device_model rwxybh
2013-07-30 8:22 ` Roger Pau Monné [this message]
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
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=51F777C2.1090106@citrix.com \
--to=roger.pau@citrix.com \
--cc=rwxybh@123.com \
--cc=rwxybh@126.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.