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

2007-10-31 Thread Saori Fukuta
On Tue, 30 Oct 2007 16:54:36 -0400 Daniel Veillard wrote: Okay sorry it took so long, I got distrated by something else and I wanted to come back with a more complete patch for the following: - make sure that cpu expressions coming from the user are reparsed and translated to ranges

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

2007-10-31 Thread Daniel Veillard
On Wed, Oct 31, 2007 at 05:20:01PM +0900, Saori Fukuta wrote: On Tue, 30 Oct 2007 16:54:36 -0400 Daniel Veillard wrote: The associated patch compiles, but I have not yet tested it, it's basically how I would expect to finish the NUMA work, but it certainly need debug and testing. I will

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

2007-10-31 Thread Daniel Veillard
On Wed, Oct 31, 2007 at 04:09:54AM +, Daniel P. Berrange wrote: 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

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

2007-10-31 Thread Daniel Hokka Zakrisson
Daniel P. Berrange wrote: 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

Re: [Libvir] PATCH: Support NIC model selection for QEMU/KVM

2007-10-31 Thread Daniel Veillard
On Mon, Oct 22, 2007 at 05:23:47PM -0400, Jim Paris wrote: Daniel P. Berrange wrote: On Mon, Oct 22, 2007 at 04:33:40PM -0400, Daniel Veillard wrote: On Mon, Oct 22, 2007 at 03:44:38PM -0400, Jim Paris wrote: Hi, Sometime between kvm-36 and kvm-46 I ran into problems with the

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

2007-10-31 Thread Daniel Veillard
On Tue, Oct 23, 2007 at 02:14:29PM +0900, Masayuki Sunou wrote: Hi VirDomainDefineXML() fails, when HVM domain using CD-ROM is created on Xen 3.0.3 or earlier. --BZ328841(https://bugzilla.redhat.com/show_bug.cgi?id=328841) One of attached patches (define.patch) fixes it. Could you

Re: [Libvir] PATCH: 2/7 public API header files

2007-10-31 Thread Daniel Veillard
On Mon, Oct 29, 2007 at 03:57:01AM +, Daniel P. Berrange wrote: This patch adds a public header file defining the application facing contract for the storage APIs. +/* -*- c -*- + * storage.h: + * Summary: storage management interfaces + * Description: Provides the interfaces of

Re: [Libvir] PATCH: 3/7 internal driver API

2007-10-31 Thread Daniel Veillard
On Mon, Oct 29, 2007 at 03:57:29AM +, Daniel P. Berrange wrote: This patch defines the internal driver API for the storage API calls. It also provides the cache implementation for the virStoragePoolPtr and virStorageVolPtr objects. The virStorageVolPtr object is a little different in that

Re: [Libvir] PATCH: 1/7 Split up the public header files

2007-10-31 Thread Daniel P. Berrange
On Wed, Oct 31, 2007 at 09:53:07AM -0400, Daniel Veillard wrote: On Mon, Oct 29, 2007 at 03:56:18AM +, Daniel P. Berrange wrote: This patch splits up the libvirt.h file into multiple pieces. The big header file was getting rather long hard to follow, with API calls for domains and

Re: [Libvir] PATCH: Support NIC model selection for QEMU/KVM

2007-10-31 Thread Daniel Veillard
On Wed, Oct 31, 2007 at 03:05:07PM +, Daniel P. Berrange wrote: On Wed, Oct 31, 2007 at 09:34:33AM -0400, Daniel Veillard wrote: Getting it fixed upstream might be best. We could also just have libvirt always append model=rtl8139, but I'd be concerned that we could break existing

Re: [Libvir] PATCH: Support NIC model selection for QEMU/KVM

2007-10-31 Thread Daniel P. Berrange
On Wed, Oct 31, 2007 at 09:34:33AM -0400, Daniel Veillard wrote: On Mon, Oct 22, 2007 at 05:23:47PM -0400, Jim Paris wrote: Daniel P. Berrange wrote: On Mon, Oct 22, 2007 at 04:33:40PM -0400, Daniel Veillard wrote: On Mon, Oct 22, 2007 at 03:44:38PM -0400, Jim Paris wrote: Hi,

Re: [Libvir] PATCH: 1/7 Split up the public header files

2007-10-31 Thread Daniel Veillard
On Wed, Oct 31, 2007 at 03:20:00PM +, Daniel P. Berrange wrote: On Wed, Oct 31, 2007 at 09:53:07AM -0400, Daniel Veillard wrote: On Mon, Oct 29, 2007 at 03:56:18AM +, Daniel P. Berrange wrote: This patch splits up the libvirt.h file into multiple pieces. The big header file

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

2007-10-31 Thread Daniel Veillard
On Wed, Oct 31, 2007 at 02:24:58PM +0100, Daniel Hokka Zakrisson wrote: Daniel P. Berrange wrote: 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

Re: [Libvir] PATCH: 2/7 public API header files

2007-10-31 Thread Daniel P. Berrange
On Wed, Oct 31, 2007 at 10:03:01AM -0400, Daniel Veillard wrote: On Mon, Oct 29, 2007 at 03:57:01AM +, Daniel P. Berrange wrote: for the storage APIs. +typedef struct _virStoragePoolInfo virStoragePoolInfo; + +struct _virStoragePoolInfo { + int state; /*

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

2007-10-31 Thread Daniel Veillard
On Wed, Oct 31, 2007 at 05:14:10PM +0100, Daniel Hokka Zakrisson wrote: Daniel Veillard wrote: Are the parameters for the scheduler all integers ? If you really never end up with an information set more structured than that then scheduler fill_rate1='100' interval1='1000' fill_rate2='25'