Re: [libvirt] PATCH: Prevent libvirtd 100% CPU usage when --timeout is used

2009-02-04 Thread Jim Meyering
"Daniel P. Berrange" wrote: > On Wed, Feb 04, 2009 at 02:46:58PM +, Daniel P. Berrange wrote: >> A couple of bugs conspired to make libvirtd use 100% CPU usage when the >> --timeout option is used. This is the default for qemu:///session instance >> which are auto-spawned, so quite annoying! >

Re: [libvirt] PATCH: Prevent libvirtd 100% CPU usage when --timeout is used

2009-02-04 Thread Daniel P. Berrange
On Wed, Feb 04, 2009 at 02:46:58PM +, Daniel P. Berrange wrote: > A couple of bugs conspired to make libvirtd use 100% CPU usage when the > --timeout option is used. This is the default for qemu:///session instance > which are auto-spawned, so quite annoying! > > eg libvirt --timeout=30 > >

[libvirt] PATCH: Prevent libvirtd 100% CPU usage when --timeout is used

2009-02-04 Thread Daniel P. Berrange
A couple of bugs conspired to make libvirtd use 100% CPU usage when the --timeout option is used. This is the default for qemu:///session instance which are auto-spawned, so quite annoying! eg libvirt --timeout=30 - The qemudRunLoop() method was registering a timeout on every iteration of