[libvirt] [PATCH 4/4] libvirt-guests: Add parallel startup and shutdown of guests

2012-02-28 Thread Peter Krempa
With this patch, it's possible to shut down guests in parallel. Parallel startup was possible before, but this functionality was not documented properly. To enable parallel startup set the START_DELAY to 0. Parallel shutdown has a configurable parameter PARALLEL_SHUTDOWN that defines the number

Re: [libvirt] [PATCH 4/4] libvirt-guests: Add parallel startup and shutdown of guests

2012-02-28 Thread Eric Blake
On 02/28/2012 11:00 AM, Peter Krempa wrote: With this patch, it's possible to shut down guests in parallel. Parallel startup was possible before, but this functionality was not documented properly. To enable parallel startup set the START_DELAY to 0. Parallel shutdown has a configurable