From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: [PATCH] Fix function libxl__domain_resume_device_model Date: Tue, 30 Jul 2013 10:22:26 +0200 Message-ID: <51F777C2.1090106@citrix.com> References: <1375144646-3780-1-git-send-email-rwxybh@126.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1375144646-3780-1-git-send-email-rwxybh@126.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: rwxybh Cc: rwxybh@123.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 30/07/13 02:37, rwxybh wrote: > Add a break point in function libxl__domain_resume_device_model > > Signed-off-by: rwxybh > --- > 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.