Re: [libvirt] [PATCH 3/5] qemu: Implement the qemu driver for virDomainGetFSInfo

2014-10-23 Thread John Ferlan
On 09/30/2014 08:20 PM, Tomoki Sekiyama wrote: > Get mounted filesystems list, which contains hardware info of disks and its > controllers, from QEMU guest agent 2.2+. Then, convert the hardware info > to corresponding device aliases for the disks. > > Signed-off-by: Tomoki Sekiyama > --- > sr

[libvirt] [PATCH 3/5] qemu: Implement the qemu driver for virDomainGetFSInfo

2014-09-30 Thread Tomoki Sekiyama
Get mounted filesystems list, which contains hardware info of disks and its controllers, from QEMU guest agent 2.2+. Then, convert the hardware info to corresponding device aliases for the disks. Signed-off-by: Tomoki Sekiyama --- src/conf/domain_conf.c | 71 src/conf/do