Francesco Romani has posted comments on this change.
Change subject: vm: Prevent multiple threads blocking on same libvirt domain ......................................................................
Patch Set 1:
(1 comment)
Nice idea, but I need to think about this.
http://gerrit.ovirt.org/#/c/30772/1//COMMIT_MSG Commit Message:
Line 19: Line 20: This should slow down calls for single vm, since each call is invoked Line 21: only when the previous call returns. However, when using many vms, this Line 22: creates natural round-robin scheduling, giving each vm equal chance to Line 23: make progress, and limiting the load on libvirt. I need to spend a bit of time thinking about this and probably doing some measurements. Line 24: Line 25: Change-Id: Ib459697b8688ebcba987cd6b9e11815826e92990