Re: [libvirt] [PATCH v3 06/11] qemu: Convert jobInfo stats into a union

2018-02-02 Thread Jiri Denemark
On Mon, Jan 29, 2018 at 11:32:04 -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. While doing this, also change the name of the > field from @stats to @migStats to m

[libvirt] [PATCH v3 06/11] qemu: Convert jobInfo stats into a union

2018-01-29 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. While doing this, also change the name of the field from @stats to @migStats to make it easier to find. When starting the async job that will end u