Re: [libvirt] [PATCH 1/4] Refactor qemudDomainRestore

2010-05-20 Thread Cole Robinson
On 05/20/2010 08:54 AM, Jiri Denemark wrote: > We need to be able to restore a domain which we already locked and > started a job for it without undoing these steps. This patch factors > out internals of qemudDomainRestore into separate functions which work > for locked objects. > --- > src/qemu/q

[libvirt] [PATCH 1/4] Refactor qemudDomainRestore

2010-05-20 Thread Jiri Denemark
We need to be able to restore a domain which we already locked and started a job for it without undoing these steps. This patch factors out internals of qemudDomainRestore into separate functions which work for locked objects. --- src/qemu/qemu_driver.c | 213 ++---