From: Mukesh Rathor <mukesh.rathor@oracle.com>
To: xen-devel@lists.xensource.com
Subject: Hyp compat_memory_op() and 256 GB PV
Date: Tue, 17 Feb 2009 19:39:54 -0800 [thread overview]
Message-ID: <499B830A.5050301@oracle.com> (raw)
Hi,
Moving on to 256 GB guest, the hyp is failing the XENMEM_populate_physmap
hcall in compat_memory_op(). The problem is size too large for continuation
encoding:
/* Is size too large for us to encode a continuation? */
if ( cmp.rsrv.nr_extents > (UINT_MAX >> MEMOP_EXTENT_SHIFT))
return start_extent;
for 256 GB : nr_extents == 0x4000000
Currently at a loss on this one!
Thanks,
Mukesh
next reply other threads:[~2009-02-18 3:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-18 3:39 Mukesh Rathor [this message]
2009-02-18 8:23 ` Hyp compat_memory_op() and 256 GB PV Keir Fraser
2009-02-18 19:52 ` Mukesh Rathor
2009-02-18 20:54 ` Keir Fraser
2009-03-18 21:50 ` Mukesh Rathor
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=499B830A.5050301@oracle.com \
--to=mukesh.rathor@oracle.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.