Re: [Libvir] [PATCH] Fix endless loop of VirBufferVSprintf()

2007-08-29 Thread Masayuki Sunou
Hi Would you give me a comment on this? This occurs when virsh create is executed by using the attached file. Thanks, Masayuki Sunou In message <[EMAIL PROTECTED]> "[Libvir] [PATCH] Fix endless loop of VirBufferVSprintf()" "Masayuki Sunou <[EMAIL PROTECTED]>" wrote: > Hi > > VirBufferV

[Libvir] ANNOUNCE: virt-top 0.3.2.5 released

2007-08-29 Thread Richard W.M. Jones
I'm pleased to announce a new release of virt-top, which is a utility like 'top' that works for virtual machines. Many keys and command line options are the same as for ordinary top. Thanks to all the people who have been playing with it and sending me feedback. This version adds block devi

Re: [Libvir] [PATCH] TX/RX network stats are swapped

2007-08-29 Thread Daniel Veillard
On Wed, Aug 29, 2007 at 02:11:16PM +0100, Richard W.M. Jones wrote: > I noticed that the stats reported by virDomainInterfaceStats appeared to > be swapped around. If the domain was downloading a lot of information, > then tx_bytes would increase quickly (I'd expect rx_bytes to increase > more

[Libvir] [PATCH] TX/RX network stats are swapped

2007-08-29 Thread Richard W.M. Jones
I noticed that the stats reported by virDomainInterfaceStats appeared to be swapped around. If the domain was downloading a lot of information, then tx_bytes would increase quickly (I'd expect rx_bytes to increase more if the domain was downloading). The problem is that xen_internal.c measure

Re: [Libvir] [PATCH] Block device and network stats (version 2)

2007-08-29 Thread Richard W.M. Jones
Daniel P. Berrange wrote: [about requests vs sectors] Yes, we need both. If we can't find actual request sizes for Xen, we should make a note and see if its possible add this to future Xen kernel backend drivers. I notice that in the version of Xen in Fedora 7, we now have the following stati

Re: [Libvir] [PATCH] Fix return value of virsh vncdisplay

2007-08-29 Thread Daniel Veillard
On Wed, Aug 29, 2007 at 09:26:35AM +0900, Masayuki Sunou wrote: > Hi > > Virsh vncdisplay always returns 1, > because return value is not set in the case of normal end. > > # virsh vncdisplay test > :0 > > # echo $? > 1 > >