Re: [libvirt] [PATCH v5 01/10] qemu: Convert jobInfo stats into a union

2018-02-05 Thread Jiri Denemark
On Fri, Feb 02, 2018 at 17:40:09 -0500, John Ferlan wrote: > Convert the stats field in _qemuDomainJobInfo to be a union. This > will allow for the collection of various different types of stats > in the same field. > > When starting the async job that will end up being used for stats, > set the @

[libvirt] [PATCH v5 01/10] qemu: Convert jobInfo stats into a union

2018-02-02 Thread John Ferlan
Convert the stats field in _qemuDomainJobInfo to be a union. This will allow for the collection of various different types of stats in the same field. When starting the async job that will end up being used for stats, set the @statsType value appropriately. The @mirrorStats are special and are use