Re: [libvirt] [PATCH v3 6/9] qemu: add support for new fields in FSInfo

2019-08-28 Thread John Ferlan
[...] > >>   int >>   qemuAgentGetFSInfo(qemuAgentPtr mon, virDomainFSInfoPtr **info, >> virDomainDefPtr vmdef) >> +{ >> +    int ret = -1; >> +    qemuAgentFSInfoPtr *agentinfo = NULL; >> +    virDomainFSInfoPtr *info_ret = NULL; >> +    size_t i; >> +    int nfs; >> + >>

Re: [libvirt] [PATCH v3 6/9] qemu: add support for new fields in FSInfo

2019-08-26 Thread Michal Privoznik
On 8/23/19 6:31 PM, Jonathon Jongsma wrote: Since version 3.0, qemu has returned disk usage statistics in guest-get-fsinfo. And since 3.1, it has returned information about the disk serial number and device node of disks that are targeted by the filesystem. Unfortunately, the public API

Re: [libvirt] [PATCH v3 6/9] qemu: add support for new fields in FSInfo

2019-08-23 Thread Daniel Henrique Barboza
On 8/23/19 1:31 PM, Jonathon Jongsma wrote: Since version 3.0, qemu has returned disk usage statistics in guest-get-fsinfo. And since 3.1, it has returned information about the disk serial number and device node of disks that are targeted by the filesystem. Unfortunately, the public API

[libvirt] [PATCH v3 6/9] qemu: add support for new fields in FSInfo

2019-08-23 Thread Jonathon Jongsma
Since version 3.0, qemu has returned disk usage statistics in guest-get-fsinfo. And since 3.1, it has returned information about the disk serial number and device node of disks that are targeted by the filesystem. Unfortunately, the public API virDomainGetFSInfo() returns the filesystem info