From: Juergen Gross <juergen.gross@ts.fujitsu.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH 4 of 5] Correct error message in libxl_sched_credit_domain_get()
Date: Thu, 17 Nov 2011 13:00:38 +0100 [thread overview]
Message-ID: <3a5111f4c9b6d4080db6.1321531238@nehalem1> (raw)
In-Reply-To: <patchbomb.1321531234@nehalem1>
[-- Attachment #1: Type: text/plain, Size: 140 bytes --]
Just a typo...
Signed-off-by: juergen.gross@ts.fujitsu.com
1 file changed, 1 insertion(+), 1 deletion(-)
tools/libxl/libxl.c | 2 +-
[-- Attachment #2: xen-staging.hg-5.patch --]
[-- Type: text/x-patch, Size: 835 bytes --]
# HG changeset patch
# User Juergen Gross <juergen.gross@ts.fujitsu.com>
# Date 1321531188 -3600
# Node ID 3a5111f4c9b6d4080db6b7d6415d4240140a44f9
# Parent 4760199abd593cf88b082392878689c1b22c391c
Correct error message in libxl_sched_credit_domain_get()
Just a typo...
Signed-off-by: juergen.gross@ts.fujitsu.com
diff -r 4760199abd59 -r 3a5111f4c9b6 tools/libxl/libxl.c
--- a/tools/libxl/libxl.c Thu Nov 17 12:59:40 2011 +0100
+++ b/tools/libxl/libxl.c Thu Nov 17 12:59:48 2011 +0100
@@ -2679,7 +2679,7 @@ int libxl_sched_credit_domain_get(libxl_
rc = xc_sched_credit_domain_get(ctx->xch, domid, &sdom);
if (rc != 0) {
- LIBXL__LOG_ERRNO(ctx, LIBXL__LOG_ERROR, "setting domain sched credit");
+ LIBXL__LOG_ERRNO(ctx, LIBXL__LOG_ERROR, "getting domain sched credit");
return ERROR_FAIL;
}
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2011-11-17 12:00 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-17 12:00 [PATCH 0 of 5] xl scheduler support Juergen Gross
2011-11-17 12:00 ` [PATCH 1 of 5] xl sched-credit: support long options Juergen Gross
2011-11-17 12:00 ` [PATCH 2 of 5] Support cpupools in xl sched-credit Juergen Gross
2011-11-17 12:00 ` [PATCH 3 of 5] Support of xl sched-credit2 Juergen Gross
2011-11-17 12:00 ` Juergen Gross [this message]
2011-11-17 12:00 ` [PATCH 5 of 5] Support of xl sched-sedf Juergen Gross
2011-11-23 9:11 ` [PATCH 0 of 5] xl scheduler support Dario Faggioli
2011-11-23 9:21 ` Juergen Gross
2011-11-23 10:23 ` Dario Faggioli
2011-11-23 9:24 ` Ian Campbell
2011-11-23 10:24 ` Dario Faggioli
2011-11-23 10:55 ` Dario Faggioli
2011-11-23 11:38 ` Ian Campbell
2011-11-23 12:07 ` Dario Faggioli
-- strict thread matches above, loose matches on Subject: below --
2011-11-28 12:45 [PATCH 0 of 5] v2: " Juergen Gross
2011-11-28 12:46 ` [PATCH 4 of 5] Correct error message in libxl_sched_credit_domain_get() Juergen Gross
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=3a5111f4c9b6d4080db6.1321531238@nehalem1 \
--to=juergen.gross@ts.fujitsu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).