[Libvir] [PATCH] Add Xen Scheduler APIs to xenDaemonDriver

2008-03-13 Thread Saori Fukuta
Hi, I add the Xen Scheduler APIs to xenDaemonDriver. - xenDaemonGetSchedulerType - xenDaemonGetSchedulerParameters - xenDaemonSetSchedulerParameters We will have the following improvements by this patch: 1) xenDaemonDriver of Schedulr is usable when xenHypervisorDriver failed.

Re: [Libvir] [PATCH] Fix cdrom connect/disconnect for qemu

2008-03-13 Thread Daniel Veillard
On Wed, Mar 12, 2008 at 12:57:59PM -0400, Cole Robinson wrote: The attached patch fixes cdrom changing for a live qemu guest. There were a few issues preventing it from working: 1) It didn't anticipate no source block in the xml. 2) No support for ejecting the media 3) Small bug which

Re: [Libvir] [PATCH] fix and update help.

2008-03-13 Thread Daniel Veillard
On Thu, Mar 13, 2008 at 12:07:04PM +0900, Atsushi SAKAI wrote: This patch fix and update help. 1)update virsh domstate, setvcpus supports inactive domain. 2)fix 4 points of adress = address (xgettext needed for regenerate po file) Looks fine, applied and commited, thanks a lot !

Re: [Libvir] [PATCH] Another Report error in virsh.c code.

2008-03-13 Thread S.Sakamoto
$ virsh vcpupin error: command 'vcpupin' requires domain option error: command 'vcpupin' requires vcpu option error: command 'vcpupin' requires cpulist option These messages that vshCommandCheckOpts outputs is no problem. What I meant to say was that I want to apply following rules of

Re: [Libvir] [PATCH] Add Xen Scheduler APIs to xenDaemonDriver

2008-03-13 Thread Daniel Veillard
On Thu, Mar 13, 2008 at 05:30:57PM +0900, Saori Fukuta wrote: Hi, I add the Xen Scheduler APIs to xenDaemonDriver. I just applied the first patch about forbidding scheduler operations on read-only connections, that's simple and uncontroversial. I have not yet looked at the second patch,