Re: [libvirt] [PATCH V2 07/13] libxl: use job functions when cleaning up a domain

2014-02-19 Thread Daniel P. Berrange
On Wed, Feb 12, 2014 at 06:56:21PM -0700, Jim Fehlig wrote: When explicitly destroying a domain (libxlDomainDestroyFlags), or handling an out-of-band domain shutdown event, cleanup the domain in the context of a job. Introduce libxlVmCleanupJob to wrap libxlVmCleanup in a job block.

[libvirt] [PATCH V2 07/13] libxl: use job functions when cleaning up a domain

2014-02-12 Thread Jim Fehlig
When explicitly destroying a domain (libxlDomainDestroyFlags), or handling an out-of-band domain shutdown event, cleanup the domain in the context of a job. Introduce libxlVmCleanupJob to wrap libxlVmCleanup in a job block. Signed-off-by: Jim Fehlig jfeh...@suse.com --- V2: Introduce