All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: Eric Shelton <eshelton@pobox.com>
Cc: xen-devel@lists.xenproject.org, wei.liu2@citrix.com,
	ian.jackson@eu.citrix.com, ian.campbell@citrix.com,
	stefano.stabellini@eu.citrix.com
Subject: Re: [PATCH V2 1/1] libxl: set stub domain size based on VRAM size
Date: Sat, 11 Jul 2015 00:27:08 +0200	[thread overview]
Message-ID: <20150710222708.GC2416@type> (raw)
In-Reply-To: <1436566472-13962-2-git-send-email-eshelton@pobox.com>

Eric Shelton, le Fri 10 Jul 2015 18:14:32 -0400, a écrit :
> -    dm_config->b_info.max_memkb = 32 * 1024;
> +    dm_config->b_info.max_memkb = 28 * 1024 +
> +        max(guest_config->b_info.video_memkb, 4096);

I'm actually wondering whether just using

> +    dm_config->b_info.max_memkb = 28 * 1024 +
> +        guest_config->b_info.video_memkb;

and I don't see why not.

Samuel

  reply	other threads:[~2015-07-10 22:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-10 22:14 [PATCH V2 0/1] libxl: set stub domain size based on VRAM size Eric Shelton
2015-07-10 22:14 ` [PATCH V2 1/1] " Eric Shelton
2015-07-10 22:27   ` Samuel Thibault [this message]
2015-07-13 10:16   ` Ian Jackson
2015-07-13 10:22     ` Ian Jackson
2015-07-13 10:24       ` [PATCH for-4.6 v3] " Ian Jackson
2015-07-13 10:37       ` [PATCH V2 1/1] " Ian Campbell
2015-07-13 11:14         ` Ian Jackson

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=20150710222708.GC2416@type \
    --to=samuel.thibault@ens-lyon.org \
    --cc=eshelton@pobox.com \
    --cc=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.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.