On Fri, Feb 11, 2022 at 14:49:04 +0100, Kristina Hanicova wrote: > v1 is here: > https://listman.redhat.com/archives/libvir-list/2022-January/msg00958.html > > diff to v1: > * rebase onto the current master > > (bellow are the ones suggested by Jirka, thanks) > * removed check if callbacks exists when cb struct exists > * renamed functions from qemuDomainJobInfoX to qemuDomainJobDataX > * moved qemuDomainJobSetStatsType to qemu_domainjob.c, dropped "Private" > from the name and changed the prototype to take virDomainJobData* > > I did not move qemuDomainJobDataUpdateTime to domain_job.c as Jirka > suggested, because I plan to move more functions to domain_job.c in the > next series. Stay tuned. > > Kristina Hanicova (3): > qemu: use generalized virDomainJobData instead of qemuDomainJobInfo > qemu: make separate function for setting statsType of privateData > libxl: use virDomainJobData instead of virDomainJobInfo Reviewed-by: Jiri Denemark <jdenemar@xxxxxxxxxx> And pushed. Thanks.