All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russ Blaine <russell.blaine@sun.com>
To: Jimi Xenidis <jimix@watson.ibm.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH][TOOLS] Fix typo in error
Date: Tue, 14 Nov 2006 15:39:36 -0800	[thread overview]
Message-ID: <455A53B8.2020100@sun.com> (raw)
In-Reply-To: <E1Gk7nq-0000qC-Hn@localhost.localdomain>

The third diff has "externs" instead of "extents" - was that intentional?

Jimi Xenidis wrote:
> We increase reservations by exentes not pages.
> 
> Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
> 
> --
> diff -r e7a54ea14057 tools/libxc/xc_domain.c
> --- a/tools/libxc/xc_domain.c	Mon Nov 13 12:35:17 2006 -0600
> +++ b/tools/libxc/xc_domain.c	Tue Nov 14 18:34:15 2006 -0500
> @@ -352,7 +352,7 @@ int xc_domain_memory_increase_reservatio
>      if ( err >= 0 )
>      {
>          DPRINTF("Failed allocation for dom %d: "
> -                "%ld pages order %d addr_bits %d\n",
> +                "%ld extents of order %d addr_bits %d\n",
>                  domid, nr_extents, extent_order, address_bits);
>          errno = ENOMEM;
>          err = -1;
> @@ -390,7 +390,7 @@ int xc_domain_memory_decrease_reservatio
>  
>      if ( err >= 0 )
>      {
> -        DPRINTF("Failed deallocation for dom %d: %ld pages order %d\n",
> +        DPRINTF("Failed deallocation for dom %d: %ld extents of order %d\n",
>                  domid, nr_extents, extent_order);
>          errno = EINVAL;
>          err = -1;
> @@ -421,7 +421,7 @@ int xc_domain_memory_populate_physmap(in
>  
>      if ( err >= 0 )
>      {
> -        DPRINTF("Failed allocation for dom %d: %ld pages order %d\n",
> +        DPRINTF("Failed allocation for dom %d: %ld externs of order %d\n",
>                  domid, nr_extents, extent_order);
>          errno = EBUSY;
>          err = -1;
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

-- 

-----------------------------------------------------
Russ Blaine | Solaris Kernel | russell.blaine@sun.com

  reply	other threads:[~2006-11-14 23:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-14 23:34 [PATCH][TOOLS] Fix typo in error Jimi Xenidis
2006-11-14 23:39 ` Russ Blaine [this message]
2006-11-14 23:41   ` Jimi Xenidis

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=455A53B8.2020100@sun.com \
    --to=russell.blaine@sun.com \
    --cc=jimix@watson.ibm.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 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.