All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@hp.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel <xen-devel@lists.xensource.com>,
	xen-ia64-devel <xen-ia64-devel@lists.xensource.com>
Subject: Re: [Xen-ia64-devel] [PATCH] diable HVM auto-balloon on ia64
Date: Sun, 21 May 2006 16:29:58 -0600	[thread overview]
Message-ID: <1148250598.13851.72.camel@localhost> (raw)
In-Reply-To: <1148245639.13851.65.camel@localhost>

On Sun, 2006-05-21 at 15:07 -0600, Alex Williamson wrote:
> diff -r 4dcb93547710 tools/python/xen/xend/image.py
> --- a/tools/python/xen/xend/image.py	Sun May 21 09:55:15 2006 +0100
> +++ b/tools/python/xen/xend/image.py	Sun May 21 14:25:19 2006 -0600
> @@ -146,7 +146,7 @@ class ImageHandler:
>          """@return The memory required, in KiB, by the domain to store the
>          given amount, also in KiB.  This is normally just mem, but if HVM is
>          supported, keep a little extra free."""
> -        if 'hvm' in xc.xeninfo()['xen_caps']:
> +        if 'hvm' in xc.xeninfo()['xen_caps'] and os.uname()[4] != 'ia64':
>              mem_kb += 4*1024;
>          return mem_kb

   Looks like this is just a partial solution, VTi guests are still
broken with only this change.  Instead, we probably need to look at cset
10040.  I suspect we don't yet have the ballooning support and need to
do the allocation up front.  Thanks,

	Alex

-- 
Alex Williamson                             HP Linux & Open Source Lab

      reply	other threads:[~2006-05-21 22:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-21 21:07 [PATCH] diable HVM auto-balloon on ia64 Alex Williamson
2006-05-21 22:29 ` Alex Williamson [this message]

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=1148250598.13851.72.camel@localhost \
    --to=alex.williamson@hp.com \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-ia64-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.