On 1/21/22 16:26, Daniel P. Berrangé wrote: > > Urgh, sorry I missed that the BZ was private. Private BZs are not > supposed to be listed in commit messages for precisely the reason > that people can't see them. The commit message should have showed > the problem listed in the private BZ description instead. Yeah, I did not realize BZ was private either. Nevertheless, the commit message does show the reason: while previously qemuDomainGetInfo() would not return an error it does so after the commit in question. This is reproducible (for instance) via virt-install, which reports: ERROR internal error: cannot parse process status data for pid '1234/0' after guest installation has completed and guest reboots. Michal