Re: [libvirt] [PATCH] qemu: fix block stats for virtio and scsi

2008-10-10 Thread Guido Günther
On Tue, Oct 07, 2008 at 03:03:10PM -0400, Cole Robinson wrote: > Guido Günther wrote: > > On Thu, Oct 02, 2008 at 09:06:25PM +0100, Daniel P. Berrange wrote: > >> I think this needs to use the virDiskNameToIndex() method to > >> extract the index instead. > > Corrected pach attached. I don't know h

Re: [libvirt] [PATCH] qemu: fix block stats for virtio and scsi

2008-10-07 Thread Cole Robinson
Guido Günther wrote: > On Thu, Oct 02, 2008 at 09:06:25PM +0100, Daniel P. Berrange wrote: >> I think this needs to use the virDiskNameToIndex() method to >> extract the index instead. > Corrected pach attached. I don't know how devices are called when using > xenner so I left that out. > -- Guido

Re: [libvirt] [PATCH] qemu: fix block stats for virtio and scsi

2008-10-02 Thread Guido Günther
On Thu, Oct 02, 2008 at 09:06:25PM +0100, Daniel P. Berrange wrote: > I think this needs to use the virDiskNameToIndex() method to > extract the index instead. Corrected pach attached. I don't know how devices are called when using xenner so I left that out. -- Guido >From c1499445011166aa53bc729e

Re: [libvirt] [PATCH] qemu: fix block stats for virtio and scsi

2008-10-02 Thread Daniel P. Berrange
On Thu, Oct 02, 2008 at 09:56:51PM +0200, Guido G?nther wrote: > Hi, > qemudDomainBlockStats needs to map between qemu and libvirt device > naming as well. Possible patch attached. > Cheers, > -- Guido > >From 57b8c8e66abfcc57c2f05d8b8364de6ecc05dcf9 Mon Sep 17 00:00:00 2001 > From: Guido Guenth

[libvirt] [PATCH] qemu: fix block stats for virtio and scsi

2008-10-02 Thread Guido Günther
Hi, qemudDomainBlockStats needs to map between qemu and libvirt device naming as well. Possible patch attached. Cheers, -- Guido >From 57b8c8e66abfcc57c2f05d8b8364de6ecc05dcf9 Mon Sep 17 00:00:00 2001 From: Guido Guenther <[EMAIL PROTECTED]> Date: Thu, 2 Oct 2008 21:12:20 +0200 Subject: [PATCH] s