RE: join running core dump job

-----Original Message----- From: Thanos Makatos <thanos.makatos@nutanix.com> Sent: Monday, March 4, 2024 5:24 PM To: devel@lists.libvirt.org Subject: join running core dump job
Is there a way to programmatically wait for a previously initiated virDomainCoreDumpWithFormat() where the process that started it died? I'm looking at the API and don't seem to find anything relevant. I suppose I could poll via virDomainGetJobStats(), but, ideally, I'd like a function that would join the dump job and return when the dump job finishes. _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org
I see there's qemuDumpWaitForCompletion(), looks promising.
participants (1)
-
Thanos Makatos