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

2008-03-24 Thread Saori Fukuta
On Mon, 24 Mar 2008 05:27:04 -0400 Daniel Veillard wrote: On Mon, Mar 24, 2008 at 02:12:25PM +0900, Saori Fukuta wrote: How about the second one ? We can make some improvements for virsh schedinfo command with the patch, so I want the patch to be committed if it is OK. I had

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

2008-03-23 Thread Saori Fukuta
to be committed if it is OK. Regards, Saori Fukuta --- On Thu, 13 Mar 2008 17:30:57 +0900 Saori Fukuta wrote: Hi, I add the Xen Scheduler APIs to xenDaemonDriver. - xenDaemonGetSchedulerType - xenDaemonGetSchedulerParameters - xenDaemonSetSchedulerParameters We will have

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

2008-03-13 Thread Saori Fukuta
/2008-03/msg00301.html If the above patch is committed, this API will be available for inactive domain. Regards, Saori Fukuta ROcheck_at_virDomainSetSchedulerParameters.patch Description: Binary data xend_internal_add_scheduler.patch Description: Binary data -- Libvir-list mailing

[Libvir] [PATCH] an irregular value is set as 'CPU Affinity' by virsh vcpupin

2008-01-08 Thread Saori Fukuta
. not initialize 8-byte buffer). So, I changed the size of cpumap and the value of nr_cpus at xen_internal.c. Regards, Saori Fukuta cpumap_allocate.patch Description: Binary data -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[Libvir] [PATCH] Fix detach-disk command for tap device

2007-12-14 Thread Saori Fukuta
to both vbd and tap. Regards, Saori Fukuta add-disk-id-fix.patch Description: Binary data -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[Libvir] [PATCH] Fix the cpus parameter setting of xenXMParseXMLToConfig

2007-12-14 Thread Saori Fukuta
I think there is a unnecessary code for setting cpus parameter at xenXMParseXMLToConfig, since the cpus parameter is already set on the upper code. Because of this, converted cpus string will not be used. So, can I remove it ? Regards, Saori Fukuta numa-fix.patch Description: Binary data

Re: [Libvir] [PATCH] BZ#251641: Allow to change the cpu pinning for inactive domain

2007-11-27 Thread Saori Fukuta
On Mon, 26 Nov 2007 10:17:41 -0500 Daniel Veillard wrote: On Mon, Nov 26, 2007 at 11:12:29AM +0900, Saori Fukuta wrote: I want to change the cpu pinning for inactive domain on RHEL-5.1. So, I just add the xenXMDomainPinVcpu to xm_internal.c. We will be allowed to change cpus parameter

Re: [Libvir] [PATCH] BZ#251641: Allow to change the cpu pinning for inactive domain

2007-11-27 Thread Saori Fukuta
On Tue, 27 Nov 2007 14:55:22 + Richard W.M. Jones wrote: Daniel Veillard wrote: On Tue, Nov 27, 2007 at 01:19:48PM +, Richard W.M. Jones wrote: Morning Saori, Hello Rich, You need to call the error function for each error condition, eg: if (mapstr == NULL) { xenXMError

[Libvir] [PATCH] BZ#251641: Allow to change the cpu pinning for inactive domain

2007-11-25 Thread Saori Fukuta
# virsh vcpupin Guest 0 1 0(vcpu) is ignored and 1(cpulist) is set to configuration file as cpus. # cat /etc/xen/Guest | grep cpus cpus = 1 Regards, Saori Fukuta add_vcpupin.patch Description: Binary data -- Libvir-list mailing list Libvir-list@redhat.com https

[Libvir] [PATCH] virterror Cleanups

2007-11-19 Thread Saori Fukuta
with __virRaiseError (openvz_conf.c/openvz_driver.c/stats_linux.c/xm_internal.c) Regards, Saori Fukuta err_cleanup.patch Description: Binary data -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [Libvir] latest NUMA/cpuset code testing

2007-11-14 Thread Saori Fukuta
On Wed, 14 Nov 2007 04:33:47 -0500 Daniel Veillard wrote: On Tue, Nov 13, 2007 at 08:24:53PM -0500, beth kon wrote: I tested the latest CVS libvirt on a 128-way x3950 and create, define, and start appear to work well with various cpusets specified. The only thing I noticed was that

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-25 Thread Saori Fukuta
On Wed, 24 Oct 2007 05:12:42 -0400 Daniel Veillard wrote: On Wed, Oct 24, 2007 at 04:38:50PM +0900, Saori Fukuta wrote: I confirmed how I can get the cpus values at fedora8(xen-3.1.0-10.fc8), and I expected to be emitted (cpus '0,1'), when I specified cpuset='0,1'. But xend shows nothing

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

2007-10-24 Thread Saori Fukuta
On Tue, 23 Oct 2007 05:29:21 -0400 Daniel Veillard wrote: On Tue, Oct 23, 2007 at 04:07:34PM +0900, Saori Fukuta wrote: On Mon, 22 Oct 2007 12:39:50 -0400 Daniel Veillard wrote: The following patch finishes the cleanup for NUMA parsing code: - the cpuset parsing is moved to xml.c

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

2007-10-23 Thread Saori Fukuta
: About the setting of CPU affinity at virsh create/reboot https://bugzilla.redhat.com/show_bug.cgi?id=223833 I think we also need to fix for start/define/dumpxml. So, I attached the patch for them. Could you check it ? Anyway, I will have some more test for the cpuset. thanks, Saori

Re: [Libvir] CPU pinning of domains at creation time

2007-10-12 Thread Saori Fukuta
On Fri, 12 Oct 2007 05:12:13 -0400 Daniel Veillard wrote: On Fri, Oct 12, 2007 at 05:02:11PM +0900, Saori Fukuta wrote: On Thu, 11 Oct 2007 09:00:14 -0400 Daniel Veillard wrote: - for the mapping at the XML level I suggest to use a simple extension to the vcpun/vcpu and extend

Re: [Libvir] [PATCH] virsh Range check in Credit Scheduler

2007-07-20 Thread Saori Fukuta
and xend_internal.c, too. Thanks, Saori Fukuta remove_perD.patch Description: Binary data mod_10th_arg.patch Description: Binary data -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [Libvir] virsh vcpupin does not work with xend

2007-07-04 Thread Saori Fukuta
On Wed, 04 Jul 2007 13:18:43 +0100 Richard W.M. Jones wrote: Saori Fukuta wrote: Hi, The virsh vcpupin command does not work when it uses Xend(xend_internal.c). HV(xen_internal.c) works fine. I'm testing on Xen3.1.0(hypervisor_version=2, dom_interface_version=5, xendConfigVersion

Re: [Libvir] can not use the monitor of Qemu-dm

2007-06-24 Thread Saori Fukuta
BZ tickets for each action, so we can be provide a sensible secure implementation that does not involve the monitor Okay, I will enter BZ ticket as a other problem. And may I ask a few more questions about that point ? If we want to the monitor, how do we get ? We have no choice ? Thanks, Saori

[Libvir] can not use the monitor of Qemu-dm

2007-06-21 Thread Saori Fukuta
Hi, I opened the new bugzilla: Summary: can not use the monitor of Qemu-dm URL: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245284 And I attached the patch to fix this problem. Thanks, Saori Fukuta -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com

[Libvir] [PATCH] fix the Japanese messages

2007-06-13 Thread Saori Fukuta
Hi, We are making a review of the Japanese messages. And we fix Japanese help messages first. Signed-off-by: Saori Fukuta [EMAIL PROTECTED], Minoru Takata [EMAIL PROTECTED] Best regards, Saori Fukuta Minoru Takata ja.po.patch Description: Binary data virsh_help.patch Description

Re: [Libvir] [PATCH] fix the Japanese messages

2007-06-13 Thread Saori Fukuta
On Wed, 13 Jun 2007 05:35:48 -0400 Daniel Veillard wrote: On Wed, Jun 13, 2007 at 05:33:36PM +0900, Saori Fukuta wrote: Hi, We are making a review of the Japanese messages. And we fix Japanese help messages first. Hi Saori, I applied the patch to virsh.c , that's not a problem

Re: [Libvir] [PATCH] fix the Japanese messages

2007-06-13 Thread Saori Fukuta
On Wed, 13 Jun 2007 13:59:14 +0100 Daniel P. Berrange wrote: On Wed, Jun 13, 2007 at 05:33:36PM +0900, Saori Fukuta wrote: Hi, We are making a review of the Japanese messages. And we fix Japanese help messages first. This is slightly wrong: -fprintf(stdout

Re: [Libvir] [PATCH] Cut out type=ioemu on Xen3.1

2007-06-06 Thread Saori Fukuta
=ioemu is required. Ah, so adding (type ioemu) actually breaks something, i.e. paravirt drivers in HVM setups. Okay, applied, Thank you for committing, and I appreciate Atsushi's help. It works fine ! thanks a lot, Saori Fukuta -- Libvir-list mailing list Libvir-list@redhat.com https

Re: [Libvir] [PATCH] Cut out type=ioemu on Xen3.1

2007-06-01 Thread Saori Fukuta
(type ioemu) because it is not necessary to add specially. Thanks, Saori Fukuta -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[Libvir] virsh vcpupin does not work with xend

2007-05-29 Thread Saori Fukuta
) cpu 7 cpumap [1](type'list') There is one different thing. The type of cpumap is str when executing virsh command, but the type of cpumap is list when executing xm command. Do you have any idea ? Thanks, Saori Fukuta -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com

Re: [Libvir] [RFC] Life-cycle Management of the domain take2

2007-05-20 Thread Saori Fukuta
Hi, I would like to talk more about this. Can I hear your comments ? Thanks, Saori Fukuta On Wed, 16 May 2007 10:07:06 +0900 Saori Fukuta wrote: On Fri, 11 May 2007 14:06:07 -0400 Daniel Veillard wrote: Can I ask something ? That means adding xmlDomainPtr to virDomainPtr, like

Re: [Libvir] [RFC] Life-cycle Management of the domain take2

2007-05-11 Thread Saori Fukuta
if a domain is about a config or about a running one. Now, the result of command seems not to be consistent when the domain is not running. So I think if we can separate the API between running domain and not running domain, we get the consistent result. Thanks, Saori Fukuta -- Libvir-list

Re: [Libvir] [RFC] Life-cycle Management of the domain take2

2007-05-11 Thread Saori Fukuta
the original config file might be not XML like a Xen config file. Xen does not have XML file. Is this right ? Thanks, Saori Fukuta -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [Libvir] [RFC] Life-cycle Management of the domain take2

2007-05-09 Thread Saori Fukuta
does this look ? Thanks, Saori Fukuta -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [Libvir] [PATCH] Fix the value of XEN_V2_OP_GETDOMAININFOLIST

2007-05-07 Thread Saori Fukuta
On Tue, 8 May 2007 03:14:26 +0100 Daniel P. Berrange wrote: Hmm, this is interesting. So what your example is showing is that the current max-memory settings disagree between the hypervisor and XenD. Whether the HV is more correct, or whether XenD is more correct is a difficult question to

[Libvir] [RFC] Life-cycle Management of the domain take2

2007-04-27 Thread Saori Fukuta
configuration with virDomainGetXMLDesc. So when I set the vncpasswd the vncpasswd will disappear after I define the XML configuration. How does this sound ? Thanks, Saori Fukuta. add_scope_enum.patch Description: Binary data add_option2virsh.patch Description: Binary data add_option2libvirt.patch

Re: [Libvir] [PATCH] Fix the value of XEN_V2_OP_GETDOMAININFOLIST

2007-04-26 Thread Saori Fukuta
architectures. Thanks, Saori Fukuta On Thu, 26 Apr 2007 09:10:25 -0400 Daniel Veillard wrote: I think that is not mistake because the XEN_V2_OP_GETDOMAININFOLIST is a system operation, so the definition is not exactly wrong. /usr/include/xen/sysctl.h:#define XEN_SYSCTL_getdomaininfolist 6

Re: [Libvir] [RFC] Life-cycle Management of the domain

2007-04-23 Thread Saori Fukuta
); +} + +virLibConnError (conn, VIR_ERR_CALL_FAILED, __FUNCTION__); +return -1; +} Thanks, Saori Fukuta. -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[Libvir] [PATCH] parsing virsh options is wrong

2007-02-27 Thread Saori Fukuta
# ./virsh -t aa nodeinfo error: unknown command: 'aa' 3) virsh with -t tt nodeinfo # ./virsh -t tt nodeinfo error: unknown command: 'tt' Signed-off-by: Saori Fukuta [EMAIL PROTECTED] Thanks, Saori Fukuta. Index: virsh.c