6 messages in com.xensource.lists.xen-develRe: [Xen-devel] altering domain memor...
FromSent OnAttachments
David Becker22 Jul 2004 09:37 
Ian Pratt22 Jul 2004 12:15 
David Becker22 Jul 2004 12:38 
Ian Pratt22 Jul 2004 13:39 
David Becker26 Jul 2004 17:15 
Keir Fraser27 Jul 2004 01:47 
Subject:Re: [Xen-devel] altering domain memory limit
From:David Becker (bec@cs.duke.edu)
Date:07/22/2004 12:38:28 PM
List:com.xensource.lists.xen-devel

Oops, I wasn't clear and meant something a bit simpler. It appears the DOM0_SETDOMAINMAXMEM op does not exist in xm. libxc has it, but it seems to be missing higher up in xend. I was surprised xm didn't cover all the dom0 ops -- unless I'm being dumb and missed it. I'm using my perl script to handle that op for now.

btw, I've also hit that problem people mentioned before about domains restarting too fast to kill. They are real hard to destroy when the domain dies instantly. Fortunately killing xend itself does the trick.

I'd prefer if xm could accept the domain-name to identify domains (as well as the xen assigned domain number).