From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mick Jordan Subject: Size limit on extra argument to xm create Date: Wed, 09 Sep 2009 20:49:00 -0700 Message-ID: <4AA8772C.5060601@Sun.COM> Reply-To: Mick.Jordan@Sun.COM Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII; format=flowed Content-Transfer-Encoding: 7BIT Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Experimentally there seems to be a 1024 byte limit on the size of the extra parameter to xm create (shades of csh!). Before I dig in to the code, I'm thought I'd check if this a limit in xm or a more fundamental limit in the Xen guest interface. I can imagine a hard limit of a page in the latter case, but that would be a lot better than 1024. Thanks Mick