[Libvir] [RFC] Linux-VServer support

2007-10-30 Thread Daniel Hokka Zakrisson
Hi, This is an initial stab at adding Linux-VServer support to libvirt. There are still a couple of things missing, like scheduler support in the XML parsing, and proper network support. I've got a few questions though. virsh's schedinfo hardcodes the available options, should I be adding

Re: [Libvir] [PATCH] finish NUMA code reorg, plug cpuset at creat time support

2007-10-30 Thread Daniel Veillard
On Thu, Oct 25, 2007 at 05:25:25PM +0900, Saori Fukuta wrote: On Wed, 24 Oct 2007 05:12:42 -0400 Daniel Veillard wrote: To extract the cpuset you need to call the existing functionalities we have for the vcpu affinities (and this may be a bit costly). Then, I could not get the cpus

Re: [Libvir] [PATCH] Fix failure of HVM domain definition on Xen 3.0.3or earlier(BZ328841)

2007-10-30 Thread Daniel Veillard
On Mon, Oct 29, 2007 at 06:44:01PM +0900, Masayuki Sunou wrote: Hi Would you give me a comment on this? Sorry I am late, I promse to give it a try tomorrow ! Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library

Re: [Libvir] [RFC] Linux-VServer support

2007-10-30 Thread Daniel P. Berrange
On Tue, Oct 30, 2007 at 04:28:59PM +0100, Daniel Hokka Zakrisson wrote: This is an initial stab at adding Linux-VServer support to libvirt. There are still a couple of things missing, like scheduler support in the XML parsing, and proper network support. Great to see interest in adding more