All of lore.kernel.org
 help / color / mirror / Atom feed
* Hyp  compat_memory_op() and 256 GB PV
@ 2009-02-18  3:39 Mukesh Rathor
  2009-02-18  8:23 ` Keir Fraser
  0 siblings, 1 reply; 5+ messages in thread
From: Mukesh Rathor @ 2009-02-18  3:39 UTC (permalink / raw)
  To: xen-devel


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-18 21:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-18  3:39 Hyp compat_memory_op() and 256 GB PV Mukesh Rathor
2009-02-18  8:23 ` Keir Fraser
2009-02-18 19:52   ` Mukesh Rathor
2009-02-18 20:54     ` Keir Fraser
2009-03-18 21:50       ` Mukesh Rathor

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.