Re: [libvirt] [PATCH 2/3] qemu: Introduce job queue size limit

2011-08-23 Thread Daniel P. Berrange
On Tue, Aug 16, 2011 at 06:39:11PM +0200, Michal Privoznik wrote: > This patch creates an optional BeginJob queue size limit. When > active, all other attempts above level will fail. To set this > feature assign desired value to max_queued variable in qemu.conf. > Setting it to 0 turns it off. > --

[libvirt] [PATCH 2/3] qemu: Introduce job queue size limit

2011-08-16 Thread Michal Privoznik
This patch creates an optional BeginJob queue size limit. When active, all other attempts above level will fail. To set this feature assign desired value to max_queued variable in qemu.conf. Setting it to 0 turns it off. --- src/qemu/libvirtd_qemu.aug |1 + src/qemu/qemu.conf |7 ++