Re: [PATCH] for MinGW Re: [Libvir] Pthreads error in windows compilation

2008-02-07 Thread Atsushi SAKAI
://www.straightrunning.com/XmingNotes/ Thanks Atsushi SAKAI Daniel P. Berrange [EMAIL PROTECTED] wrote: On Wed, Feb 06, 2008 at 06:26:04PM +, Richard W.M. Jones wrote: Atsushi SAKAI wrote: Hi, ???Today I recognized. It would be better to write #include pthread.h in hash.h than hash.c

Re: [Libvir] [Patch] Compilation cleanup

2008-02-07 Thread Atsushi SAKAI
Hi, Mark Thank you! You patch is better than me. c.f. I am just looking for virt-tools on MinGW. I miss it. Thanks Atsushi SAKAI Mark McLoughlin [EMAIL PROTECTED] wrote: On Thu, 2008-02-07 at 18:44 +0900, Atsushi SAKAI wrote: Hi, Mark  Thank you for your suggestion. Would you give

Re: [Libvir] [Patch] Compilation cleanup

2008-02-07 Thread Atsushi SAKAI
Hi, Mark  Thank you for your suggestion. Would you give me a pointer about your patch? Thanks Atsushi SAKAI Mark McLoughlin [EMAIL PROTECTED] wrote: On Thu, 2008-02-07 at 16:40 +0900, Atsushi SAKAI wrote: -static int xenXMDomainAttachDevice(virDomainPtr domain, const char *xml); -static

[PATCH] for MinGW Re: [Libvir] Pthreads error in windows compilation

2008-02-06 Thread Atsushi SAKAI
Hi,  Today I recognized. It would be better to write #include pthread.h in hash.h than hash.c. And compilation works if configure.in changes in MINGW? Would you apply this patch? Anyway virsh.exe works fine, but cannot compile testutils.c. Thanks Atsushi SAKAI Richard W.M. Jones [EMAIL

[Libvir] [Patch] Compilation cleanup

2008-02-06 Thread Atsushi SAKAI
Hi, This patch fixes following message in compilation. === xm_internal.h:64: warning: 'xenXMDomainAttachDevice' declared 'static' but never defined xm_internal.h:65: warning: 'xenXMDomainDetachDevice' declared 'static' but never defined === Signed-off-by: Atsushi SAKAI

Re: [Libvir] [PATCH] typo

2008-01-30 Thread Atsushi SAKAI
Hi, Rich Thank you for your suggestion. Now I found, I switched off test utils since compilation failed with --with-test on MinGW. Since testutils failes compilation. I attach the failure log Thanks Atsushi SAKAI Richard W.M. Jones [EMAIL PROTECTED] wrote: Atsushi SAKAI wrote: Hi, I

[Libvir] Windows support document seems little bit old.

2008-01-20 Thread Atsushi SAKAI
it? Thanks Atsushi SAKAI -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[Libvir] Question about building libvirt on Windows

2008-01-20 Thread Atsushi SAKAI
libvirt(current) and fails and get attached message. I have not added any additional patches to libvirt. Thanks Atsushi SAKAI make all-recursive make[1]: Entering directory `/home/Administrator/libvirt' Making all in gnulib/lib make[2]: Entering directory `/home/Administrator/libvirt/gnulib/lib

Re: [Libvir] ANNOUNCE: Ruby bindings for libvirt

2007-11-19 Thread Atsushi SAKAI
(title unknown) is appeared. c.f. I hope libvirt itself can see the changes by google reader. Thanks Atsushi SAKAI David Lutterkort [EMAIL PROTECTED] wrote: I'm pleased to announce the availability of Ruby bindings for libvirt. The main site for them is http://libvirt.org/ruby API docs

Re: [Libvir] ANNOUNCE: Ruby bindings for libvirt

2007-11-19 Thread Atsushi SAKAI
Hi, David  I re-register the ruby-libvirt page to google readerand succeeded. Thank you for your coopration. Thanks Atsushi SAKAI Atsushi SAKAI [EMAIL PROTECTED] wrote: Hi, David It's good news. And I am very happy to see these version are managed by mercurial, since I always check

Re: [Libvir] documentation on the website is not in sync

2007-11-14 Thread Atsushi SAKAI
Hi, Is HTML code of Libvirt site opened like virt-manager web? http://hg.et.redhat.com/virt/websites/virt-manager-web--devel Thanks Atsushi SAKAI Gildas [EMAIL PROTECTED] wrote: Hi, As reported on the irc channel, the documentation at http://libvirt.org/uri.html#URI_qemu is not in sync

Re: [Libvir] PATCH 3/5: Print configuration summary

2007-09-18 Thread Atsushi SAKAI
to configure, it is omitted. Very nice, +1 Daniel +1 I also think this is very useful. Thanks Atsushi SAKAI -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [Libvir] [PATCH] Cleanup xs_internal.c

2007-08-21 Thread Atsushi SAKAI
Hi, Richard W.M. Jones [EMAIL PROTECTED] wrote: Atsushi SAKAI wrote: Anyway some code seems to be assumed tab = 8spaces(not 4spaces), I hope this kind of mis-spaces will be fixed. Tabstops are normally 8 spaces ... So it is difficult to see for my case :-) Thanks Atsushi -- Libvir

[Libvir] question about --quiet option

2007-08-20 Thread Atsushi SAKAI
Hi, I have a question about virsh --quiet specification. It seems virsh --quiet option supress virsh interactive mode boot-message and vshPrintExtra only.(not includes vshPrint) This is supposed specification. Thanks Atsushi SAKAI -- Libvir-list mailing list Libvir-list@redhat.com https

Re: [Libvir] [PATCH] Cleanup xs_internal.c

2007-08-20 Thread Atsushi SAKAI
Hi, Daniel That's a good idea. Anyway some code seems to be assumed tab = 8spaces(not 4spaces), I hope this kind of mis-spaces will be fixed. Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Mon, Aug 20, 2007 at 12:58:48PM +0100, Richard W.M. Jones wrote: Masayuki Sunou

[Libvir] [patch] virsh setvcpus range check for negative value case

2007-08-15 Thread Atsushi SAKAI
Hi, This patch adds virsh setvcpus range check for negative value case. for example to the inactive domain virsh setvcpus -1 sets vcpus=4294967295 And cannot boot the inactive domain. Signed-off-by: Atsushi SAKAI [EMAIL PROTECTED] Thanks Atsushi SAKAI setvcpu_rangecheck.patch Description

Re: [Libvir] [patch] virsh setvcpus range check for negative value case

2007-08-15 Thread Atsushi SAKAI
# of vcpus error by libvirt. c.f. Then I go to Next Bug fixes. Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Wed, Aug 15, 2007 at 05:01:04PM +0900, Atsushi SAKAI wrote: Hi, This patch adds virsh setvcpus range check for negative value case. for example

[Libvir] several typo fixes on man virsh

2007-08-14 Thread Atsushi SAKAI
- devices instanciated - instantiated Thanks Atsushi SAKAI virsh.pod.typo.patch Description: Binary data -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[Libvir] fix SYNOPSIS of virsh --help schedinfo

2007-08-14 Thread Atsushi SAKAI
fix SYNOPSIS of virsh --help schedinfo. from sched to schedinfo Thanks Atsushi SAKAI fix_virsh_schedinfo_synopsys.patch Description: Binary data -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [Libvir] [PATCH] check the file name for --log

2007-08-02 Thread Atsushi SAKAI
Hi, Dan Then This kind of Warning is acceptable? Thanks Atsushi SAKAI Daniel P. Berrange [EMAIL PROTECTED] wrote: On Tue, Jul 31, 2007 at 08:12:56PM +0900, Atsushi SAKAI wrote: Hi, This patch fixes the trouble if execute virsh with virsh --log --debug. In this case FILE --debug

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

2007-07-29 Thread Atsushi SAKAI
Hi, Dan Thank you for your suggestion. My concern is if patch for sysctl v4 is applied or not. Since previously Daniel commented, libvirt does not include the patch for Xen-unstable only includes for versioned like Xen-3.x. Thanks Atsushi SAKAI Daniel P. Berrange [EMAIL PROTECTED] wrote

[Libvir] Re: [PATCH] xen/?/privcmd.h

2007-07-19 Thread Atsushi SAKAI
Hi, Rich Thank you for writing and committing your patch. I use CVS version as you suggested (use autogen.sh) And current version compiles fine! Thanks Atsushi SAKAI Richard W.M. Jones [EMAIL PROTECTED] wrote: Atsushi SAKAI wrote: Hi, Rich  It works fine for me! Thank you

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

2007-07-18 Thread Atsushi SAKAI
(from 3 to 4). Is there any possibility libvirt to work new sysctl version? At this moment, libvirt cannot not handle latest xen-unstable. Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Wed, Jul 18, 2007 at 09:11:42AM +0900, Atsushi SAKAI wrote: Hi, Daniel uint16(weight

Re: [PATCH] hvsupport page documents libvirt versions and supportedhypervisorcalls (was: Re: [Libvir] request for libvirt documentation improvement)

2007-06-29 Thread Atsushi SAKAI
Hi, Rich It is very useful to me too! Thanks Atsushi SAKAI Richard W.M. Jones [EMAIL PROTECTED] wrote: The patch is attached. The web page will appear at http://libvirt.org/hvsupport.html within an hour or so. Rich. -- Emerging Technologies, Red Hat - http://et.redhat.com

Re: [Libvir] [PATCH] Fix string handling in virDomain{Get, Set}SchedulerParameters

2007-06-22 Thread Atsushi SAKAI
Hi, Rich Thank you for your review and fix. +1 Thanks Atsushi SAKAI Richard W.M. Jones [EMAIL PROTECTED] wrote: This small patch fixes some bugs in the handling of the field string in virDomainGetSchedulerParameters and makes a similar pre-emptive fix to virDomainSetSchedulerParameters

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

2007-06-22 Thread Atsushi SAKAI
Hi, Dan About Bugzilla CC: question,(for libvirt BZ future use) Is it OK to add CC: this ML about libvirt related ticket? Or Is it need to specify each person? Thanks Atsushi SAKAI Daniel P. Berrange [EMAIL PROTECTED] wrote: On Fri, Jun 22, 2007 at 02:28:56PM +0900, Saori Fukuta wrote

Re: [Libvir] [PATCH] setmem checks

2007-06-15 Thread Atsushi SAKAI
thing to do here :-) Let's not be afraid of having strings to localize :-) I agree, since libvirt is in developing. Thanks Atsushi SAKAI -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[Libvir] about qemu IDE BMDMAState

2007-06-12 Thread Atsushi SAKAI
Hi, Rich and Dan Following patch will include on Fedora7 updates? http://lists.xensource.com/archives/html/xen-devel/2007-05/msg00564.html This issue also effects Windows FV. Thanks Atsushi SAKAI -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir

Re: [Libvir] Release of libvirt-0.2.3

2007-06-11 Thread Atsushi SAKAI
Hi, Daniel Your tag has typo.:-) It should be LIBVIRT_0_2_3 not LI(B)VIRT_0_2_3. ^^^ Thanks Atsushi SAKAI -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [Libvir] Add scheduler patch?

2007-06-06 Thread Atsushi SAKAI
Hi, Daniel Thank you for committing scheduler API patch. And Thanks for review the code. It works fine and code looks good to me. And I found nice-to-have fix on comments.:-) Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Mon, Jun 04, 2007 at 05:17:56PM +0900, Atsushi

Re: [Libvir] Add scheduler patch?

2007-06-05 Thread Atsushi SAKAI
the parameters + */ +op_dom.u.getschedinfo.u.credit.weight = 0; +op_dom.u.getschedinfo.u.credit.cap= (uint16_t)~0U; Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Tue, Jun 05, 2007 at 11:23:43AM +0900, Atsushi SAKAI wrote: Hi, Daniel I

Re: [Libvir] Add scheduler patch?

2007-06-05 Thread Atsushi SAKAI
Hi, Daniel Yes, Credit Scheduler just sets 2 parameter only. Please see following code. http://xen.begi.net/xen-unstable/S/1538.html#L701 Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Tue, Jun 05, 2007 at 07:42:31PM +0900, Atsushi SAKAI wrote: Hi, Daniel Thank you

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

2007-06-05 Thread Atsushi SAKAI
Hi, Daniel  If we want to use PV-driver(VNIF), We should remove the type=ioemu. Please apply Saori's patch. Of course If you use only HVM w/o PV-driver(VNIF). type=ioemu is required. Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Fri, Jun 01, 2007 at 07:29:25PM +0900, Saori

[Libvir] Add scheduler patch?

2007-06-04 Thread Atsushi SAKAI
Hi, Is there any plan to apply scheduler controller patch? https://www.redhat.com/archives/libvir-list/2007-May/msg00291.html https://www.redhat.com/archives/libvir-list/2007-May/msg00295.html Thanks Atsushi SAKAI -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com

Re: [Libvir] Add scheduler patch?

2007-06-04 Thread Atsushi SAKAI
Hi, Daniel I plan to post Xen/SEDF patch. Anyway I hope current patch will apply first, Since coding frame of this command is fixed previously. Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Mon, Jun 04, 2007 at 05:17:56PM +0900, Atsushi SAKAI wrote: Hi

Re: [Libvir] Add scheduler patch?

2007-06-04 Thread Atsushi SAKAI
Hi, Daniel I confirmed to work Xen3.1.0 only. And not run on Xen3.0.4.(I guess domctl hypercall problem.) And not tested yet for Xen3.0.3. This is the reason I limit to work this command. Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Mon, Jun 04, 2007 at 06:28:26PM +0900

Re: [Libvir] [PATCH] add scheduler API(take 3?)

2007-05-30 Thread Atsushi SAKAI
(in /lib64/libc-2.5.so) ==5227==by 0x30E04E04D0: __printf_chk (in /lib64/libc-2.5.so) ==5227==by 0x408EE5: cmdSchedinfo (virsh.c:1035) ==5227==by 0x408445: vshCommandRun (virsh.c:3056) ==5227==by 0x408C29: main (virsh.c:3801) Thanks Atsushi SAKAI add_scheduler10.patch Description

Re: [Libvir] [PATCH] add scheduler API(take 3?)

2007-05-30 Thread Atsushi SAKAI
Hi, Rich  Thank you very much for your patch. It works fine. And Your patch is very helpful to understand the Error handling policy on libvirt. It is improves my knowledge. Thanks Atsushi SAKAI Richard W.M. Jones [EMAIL PROTECTED] wrote: Atsushi: The attached patch fixes some things

Re: [Libvir] [PATCH] add scheduler API(take 3?)

2007-05-24 Thread Atsushi SAKAI
[hypervisor_offset]). This function also can be defined in xend_internal.c. So I keep loop on xen_unified.c. Thanks Atsushi SAKAI add_scheduler8.patch Description: Binary data -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [Libvir] [PATCH] output virsh log to file

2007-05-24 Thread Atsushi SAKAI
Hi, Rich Thank you for your suggestion. We also think this kind of solution. But from our view, the best solution is inclusion of this patch to libvirt. the second solution is to use your suggestion. So his mail is asking the logging policy of libvirt. Thanks Atsushi SAKAI Richard W.M

Re: [Libvir] [PATCH] Device attach/detach on virsh(XML version)

2007-05-23 Thread Atsushi SAKAI
Hi, I also agree garbage collection. Anyway, this kind of problem should be checked by valgrind. Thanks Atsushi SAKAI Richard W.M. Jones [EMAIL PROTECTED] wrote: Mark McLoughlin wrote: On Tue, 2007-05-22 at 15:16 +0100, Richard W.M. Jones wrote: Richard W.M. Jones wrote: +buffer

[Libvir] [PATCH] add scheduler API(take 3?)

2007-05-22 Thread Atsushi SAKAI
://www.redhat.com/archives/libvir-list/2007-April/msg00050.html Signed-off-by: Atsushi SAKAI [EMAIL PROTECTED] Thanks Atsushi SAKAI add_scheduler6.patch Description: Binary data -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [Libvir] virsh - vcpuinfo cmd not working in 0.2.2

2007-05-14 Thread Atsushi SAKAI
Hi, Rich I am just a little time to do on this. If you have time, please do it. Anyway Another way to solve this is off the xen_internal.c function and on the xend_internal.c (This is just a templary.) Thanks Atsushi SAKAI Richard W.M. Jones [EMAIL PROTECTED] wrote: Jan Michael wrote

Re: [Libvir] virsh - vcpuinfo cmd not working in 0.2.2

2007-05-07 Thread Atsushi SAKAI
. (This is just temporary, I investigate this issue in my side work) Thanks Atsushi SAKAI Daniel P. Berrange [EMAIL PROTECTED] wrote: On Mon, May 07, 2007 at 10:13:57AM +0900, Atsushi SAKAI wrote: Hi, Jan I think you should use 0.2.1 at this moment. libvirt cannot handle Xen-hypervisor

Re: [Libvir] about domctl

2007-04-27 Thread Atsushi SAKAI
Hi, Daniel Just one comment. If this problem still keeps on May 7, I will investigate on this. Since next week And one comment, Saori's issue(getdomaininfo) seems to be related to domctl issue. This seems to be same origin, I guess Thanks Atsushi SAKAI Atsushi SAKAI [EMAIL PROTECTED

Re: [Libvir] about domctl

2007-04-26 Thread Atsushi SAKAI
Hi, Daniel I just using Fedora7 but libvirt is updated version(1.522). Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Thu, Apr 26, 2007 at 08:13:36PM +0900, Atsushi SAKAI wrote: Hi, Dan I have a question about domctl(Xen hypervisor call). It seems not working

Re: [Libvir] [PATCH] increase storage domains of a definition file

2007-04-24 Thread Atsushi SAKAI
you suggested) as next stage (Fedora 8 or later.) As a Fedora 7 phase solution, He choses constant data size for solving this issue. I also think 130KB is too big. Thanks Atsushi SAKAI Daniel P. Berrange [EMAIL PROTECTED] wrote: On Fri, Apr 20, 2007 at 02:43:31PM +0900, S.Sakamoto wrote

Re: [Libvir] PATCH: support Xen 3.0.5

2007-04-13 Thread Atsushi SAKAI
Hi, Daniel I will investigate this issue. But Nextweek I am absent (for XenSummit). In this case, ask Nobuhiro (Ito). Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Fri, Apr 13, 2007 at 02:37:03PM +0900, Atsushi SAKAI wrote: Hi, Dan I test on Fedora7 test3

Re: [Libvir] PATCH: support Xen 3.0.5

2007-04-13 Thread Atsushi SAKAI
Hi, Dan This is my mistake. Fedora7 problem is not exist. (I newly used machine and I do not know xen-devel is not in) Anyway I found bug, for GetVersion. (It is related to xen_unified.c) I will send it later. Thanks Atsushi SAKAI Daniel P. Berrange [EMAIL PROTECTED] wrote: On Fri

[Libvir] [PATCH] virsh version

2007-04-13 Thread Atsushi SAKAI
Hi, Currently virsh version is not work. Currently just show the libvirt version only. This is caused by mis-matching of xen(xen_unified.c) and Xen(libvirt.c) . I do not know the policy. So I attached 2 Pattern. Thanks Atsushi SAKAI =Pattern1 --- libvirt.orig

Re: [Libvir] PATCH: support Xen 3.0.5

2007-04-13 Thread Atsushi SAKAI
Hi, Dan Just for 64bit issue. Tomohiro(Takahashi) check virsh(libvirt) on xen-ia64-unstable 14828 virsh works fine! So We can test libvirt on current xen-unstable! Thanks Atsushi SAKAI Daniel P. Berrange [EMAIL PROTECTED] wrote: On Fri, Apr 13, 2007 at 02:37:03PM +0900, Atsushi SAKAI

Re: [Libvir] [PATCH][RFC] shows scheduler information

2007-04-12 Thread Atsushi SAKAI
Hi, Rich Thank you for your suggestion. I fixed it. Changes 1)changes static to dynamic. (like sedf, credit, weight, cap) 2)virsh printf added various print patterns for scheduler parameters. 3)Tab space changed(from 2 to 4) in xen_unified.c part Thanks Atsushi SAKAI Richard W.M. Jones

Re: [Libvir] [Q] about Missing type converters in python/generator.py

2007-04-11 Thread Atsushi SAKAI
Hi, Rich Thank you I am eased. Thanks Atsushi SAKAI Richard W.M. Jones [EMAIL PROTECTED] wrote: I also have this error, but I came to the conclusion that it is a warning which is safe to ignore. -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo

Re: [Libvir] [PATCH][RFC] shows scheduler information

2007-04-08 Thread Atsushi SAKAI
). This is just work is going or it is just a policy Anyway, this issue seems to be another work. I hope someone will do it consistently. If nobody do this, I will do it. And one more, Who attend the XenSummit? I plan to go to the XenSummit. Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote

Re: [Libvir] [PATCH][RFC] shows scheduler information

2007-04-06 Thread Atsushi SAKAI
be fixed. If needed, I will post it as another patch. Thanks Atsushi SAKAI add_scheduler.patch Description: Binary data -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[Libvir] Re: [PATCH] add scheduler type.

2007-04-04 Thread Atsushi SAKAI
Hi, Rich Thank you for your comments. I am not checked with your Dan patch. I just checked with latest revision. I will check scheduler_get_set_parameter patch with above patch before posting. I hope I plan to post within this week. Thanks Atsushi SAKAI Richard W.M. Jones [EMAIL PROTECTED

Re: [Libvir] [PATCH] About remote operation restrictions of a generaluser

2007-04-04 Thread Atsushi SAKAI
Hi, Daniel This issue should be based on libvirt Authorization Model. I do not know libvirt Authorization model. How do you think? or any document exists? Or should be discuss libvirt Authorization Model later? Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Wed, Apr 04

Re: [Libvir] [PATCH][RFC] shows scheduler information

2007-04-02 Thread Atsushi SAKAI
parameters from Linux scheduler API? (Realtime etc...) Anyway this should be Linux scheduler related issue. So we should define Linux scheduler related struct for qemu related issue. Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Thu, Mar 29, 2007 at 09:16:05PM +0900, Atsushi

[Libvir] [PATCH][RFC] shows scheduler information

2007-03-29 Thread Atsushi SAKAI
SchedulerID:5 Weight: 256 Cap:0 Thanks Atsushi SAKAI libvirt_add_sched.patch Description: Binary data -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [Libvir] [PATCH] Enable USB device setting information handlingon virsh.

2007-03-29 Thread Atsushi SAKAI
Hi, Daniel Thank you for your comments. We never forget this issue. Please give us a time about this. (Since JFY(Japan Finalcial Year) is changed when March 31 to April 1) Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: On Thu, Mar 15, 2007 at 05:54:19PM +0900, Masayuki

Re: [Libvir] [PATCH][RFC] shows scheduler information

2007-03-29 Thread Atsushi SAKAI
Hi, Rich Thank you for your comments. (The primary motivation is take a comments!) I am wondering the libvirt policy about scheduer. And I just know the Xen scheduler only. Is any good idea to support this? Thanks Atsushi SAKAI Richard W.M. Jones [EMAIL PROTECTED] wrote: Atsushi SAKAI

Re: [Libvir] [PATCH] Add Xen Interface Version Check

2007-03-21 Thread Atsushi SAKAI
Hi, Daniel Formaly Dan(Berrange) commented as to check a patch on Fedora7. So I switched the base from FC6 to Fedora7. Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote: Okay, I had only an x86_64 running Fedora Core 6 and i386 running RHEL5 to test, too old to expose

Re: [Libvir] [PATCH] Add Xen Interface Version Check

2007-03-19 Thread Atsushi SAKAI
Hi, Daniel I do test on root privilege. virsh vcpuinfo 0 It failed. (because of DOMCTL version mismatch.) I investigate this problem. And user privilege, virsh vcpuinfo 0 does not run because [EMAIL PROTECTED] support problem. Thanks Atsushi SAKAI Daniel Veillard [EMAIL PROTECTED] wrote

Re: [Libvir] [RFC] Check host's minimum memory.

2007-03-08 Thread Atsushi SAKAI
domain. For this reason, virsh setmem must protect at xs_internal.c not on Xen-side Anyway xm mem-set uses setMemoryTarget()@XendDomainInfo.py and write xenstore(memory/target). This path can be protected by XenD fixes. How should we do? Thanks Atsushi SAKAI Atsushi SAKAI [EMAIL PROTECTED

Re: [Libvir] [RFC] Check host's minimum memory.

2007-03-07 Thread Atsushi SAKAI
Hi, Dan O.K. I will asking Xen-devel with policy forcing patch. Thanks Atsushi SAKAI Daniel P. Berrange [EMAIL PROTECTED] wrote: On Wed, Mar 07, 2007 at 06:43:14AM -0500, Daniel Veillard wrote: On Tue, Mar 06, 2007 at 02:40:24PM +0900, Masayuki Sunou wrote: Hi The minimum value

Re: [Libvir] [RFC] Check host's minimum memory.

2007-03-06 Thread Atsushi SAKAI
is not protected by your siggested parameter.(like [EMAIL PROTECTED]). To protect Dom0 minimum memory size, Which component (Libvirt or Xend) should do? I think Sunou's solution is better one. Thanks Atsushi SAKAI Daniel P. Berrange [EMAIL PROTECTED] wrote: AFAICT, this is already guarded by XenD

Re: [Libvir] Error when paravirtualization domain starts with virsh.

2007-03-05 Thread Atsushi SAKAI
are the first person to check virsh on PV-domain/IA64! Thanks Atsushi SAKAI Daniel P. Berrange [EMAIL PROTECTED] wrote: On Mon, Mar 05, 2007 at 11:19:03AM +0100, Michel Gauthier wrote: With the RHEL5 RC distribution on our IA64 platform (4 CPUs), when we use virsh to start a paravirtuailzation

Re: [Libvir] [PATCH] check the maximum of virtual CPU

2007-03-02 Thread Atsushi SAKAI
Hi, Dan Masayuki changes the function from virGetCpuMax to virDomainGetMaxVcpus. but not changes xenHypervisorGetCpuMax. This is based on your suggestion. Is this code satify your criteria? If this code satisfied, he will make final code for the commiting. Thanks Atsushi SAKAI Masayuki

Re: [Libvir] [PATCH] check the maximum of virtual CPU

2007-03-02 Thread Atsushi SAKAI
Atsushi SAKAI Daniel P. Berrange [EMAIL PROTECTED] wrote: On Fri, Mar 02, 2007 at 08:42:59PM +0900, Masayuki Sunou wrote: Hi Dan This looks like a bug in XenD that should be reported upstrem. If the hypercall is given an invalid value it should reject it and not screw up the whole

Re: [Libvir] Request for libvirt/ChangeLog

2007-02-28 Thread Atsushi SAKAI
Hi, Karel Thank you for your suggestion. I need to count our company contribution based on # of patches to report our managers. This patch counting method is available for virtinst/virtmanager/Xen but not for libvirt. Thanks Atsushi SAKAI Karel Zak [EMAIL PROTECTED] wrote: On Wed, Feb 28

[Libvir] Request for libvirt/ChangeLog

2007-02-27 Thread Atsushi SAKAI
Hi, Dan I have one request for libvirt/ChangeLog. Please add the submitter Mail address to libvirt/ChangeLog for ease of contribution counting. Or If you have any good Idea to get the contribution statistics, please notice me. If you consider this, I would be appreciate it. Thanks Atsushi

Re: [Libvir] [PATCH] to run on IA64

2007-02-19 Thread Atsushi SAKAI
Hi, Dan Thank you for your reply, current IA64 is in most cases (like Linux) uses Little endian at this moment. So This is for question related to virt-manager future support. Thanks Atsushi SAKAI Daniel P. Berrange [EMAIL PROTECTED] wrote: On Mon, Feb 19, 2007 at 05:50:51PM +0900, Atsushi

[Libvir] [PATCH] to run on IA64

2007-02-16 Thread Atsushi SAKAI
Hi, This patch intends to run libvirt 0.2.0 on IA64. Signed-off-by: Atsushi SAKAI [EMAIL PROTECTED] Just one question, is there any plan to support big/little endian for libvirt? (related to network) Thanks Atsushi SAKAI ia64-work.patch Description: Binary data -- Libvir-list mailing list

<    1   2