Re: [Autotest] [PATCH 8/9] KVM test: Create the background threads before calling process()

2010-05-06 Thread Lucas Meneghel Rodrigues
On Wed, Apr 28, 2010 at 8:55 AM, Michael Goldish wrote: > On 04/26/2010 01:04 PM, Jason Wang wrote: >> If the screendump and scrialdump threads are created after the >> process(), we may lose the progress tracking of guest shutting >> down. So this patch creates them before calling process() in pr

Re: [Autotest] [PATCH 8/9] KVM test: Create the background threads before calling process()

2010-04-28 Thread Michael Goldish
On 04/26/2010 01:04 PM, Jason Wang wrote: > If the screendump and scrialdump threads are created after the > process(), we may lose the progress tracking of guest shutting > down. So this patch creates them before calling process() in preprocess. > > Signed-off-by: Jason Wang > --- > client/test

[PATCH 8/9] KVM test: Create the background threads before calling process()

2010-04-26 Thread Jason Wang
If the screendump and scrialdump threads are created after the process(), we may lose the progress tracking of guest shutting down. So this patch creates them before calling process() in preprocess. Signed-off-by: Jason Wang --- client/tests/kvm/kvm_preprocessing.py |5 ++--- 1 files changed