Re: [kvm-devel] [PATCH] Don't quit IO thread before all lvcpus stopped

2008-04-24 Thread Avi Kivity
Dor Laor wrote: > On Thu, 2008-04-24 at 15:47 +0300, Avi Kivity wrote: > >> Dor Laor wrote: >> >>> while investigating the revert of "fix sci irq set when acpi timer" I >>> discovered the reason. Please also re-revert the original patch. >>> >>> >> Applied, but system_powerdown st

Re: [kvm-devel] [PATCH] Don't quit IO thread before all lvcpus stopped

2008-04-24 Thread Dor Laor
On Thu, 2008-04-24 at 15:47 +0300, Avi Kivity wrote: > Dor Laor wrote: > > while investigating the revert of "fix sci irq set when acpi timer" I > > discovered the reason. Please also re-revert the original patch. > > > > Applied, but system_powerdown still doesn't work with the sci acpi timer

Re: [kvm-devel] [PATCH] Don't quit IO thread before all lvcpus stopped

2008-04-24 Thread Avi Kivity
Dor Laor wrote: > while investigating the revert of "fix sci irq set when acpi timer" I > discovered the reason. Please also re-revert the original patch. > Applied, but system_powerdown still doesn't work with the sci acpi timer fix. -- error compiling committee.c: too many arguments to fu

[kvm-devel] [PATCH] Don't quit IO thread before all lvcpus stopped

2008-04-23 Thread Dor Laor
while investigating the revert of "fix sci irq set when acpi timer" I discovered the reason. Please also re-revert the original patch. Thanks, Dor - [PATCH] Don't quit IO thread before all lvcpus stopped Call pause_all_threads() before exiting the i/o thread main loop. This scenario h