Re: [libvirt] [PATCH] qemu: Fix startupPolicy for snapshot-revert

2012-03-08 Thread Michal Privoznik
On 07.03.2012 19:36, Eric Blake wrote: > On 03/07/2012 11:19 AM, Michal Privoznik wrote: >> Currently, startupPolicy='requisite' was determining cold boot >> by migrateForm != NULL. That means, if domain was started up >> with migrateForm set we didn't require disk source path and allowed > > s/mi

Re: [libvirt] [PATCH] qemu: Fix startupPolicy for snapshot-revert

2012-03-07 Thread Eric Blake
On 03/07/2012 11:19 AM, Michal Privoznik wrote: > Currently, startupPolicy='requisite' was determining cold boot > by migrateForm != NULL. That means, if domain was started up > with migrateForm set we didn't require disk source path and allowed s/migrateForm/migrateFrom/ (twice) > it to be dropp

[libvirt] [PATCH] qemu: Fix startupPolicy for snapshot-revert

2012-03-07 Thread Michal Privoznik
Currently, startupPolicy='requisite' was determining cold boot by migrateForm != NULL. That means, if domain was started up with migrateForm set we didn't require disk source path and allowed it to be dropped. However, on snapshot-revert domain wasn't migrated but according to documentation, requis