Re: [PATCH 1/2] tests/migration: parse the thread-id key of CpuInfoFast

2021-07-01 Thread Dr. David Alan Gilbert
* huang...@chinatelecom.cn (huang...@chinatelecom.cn) wrote: > From: Hyman Huang(黄勇) > > thread_id in CpuInfoFast is deprecated, parse thread-id instead > after execute qmp query-cpus-fast. fix this so that test can > go smoothly. > > Signed-off-by: Hyman Huang(黄勇) Queued (both 1 and 2) > ---

Re: [PATCH 1/2] tests/migration: parse the thread-id key of CpuInfoFast

2021-06-21 Thread Daniel P . Berrangé
On Thu, Jun 03, 2021 at 10:19:53PM +0800, huang...@chinatelecom.cn wrote: > From: Hyman Huang(黄勇) > > thread_id in CpuInfoFast is deprecated, parse thread-id instead > after execute qmp query-cpus-fast. fix this so that test can > go smoothly. > > Signed-off-by: Hyman Huang(黄勇) > --- > tests/m

Re: [PATCH 1/2] tests/migration: parse the thread-id key of CpuInfoFast

2021-06-20 Thread Hyman Huang
cc original author Daniel P. Berrangé :) may be this two fixes can be squashed into a single patch. 在 2021/6/16 14:26, Hyman Huang 写道: 在 2021/6/3 22:19, huang...@chinatelecom.cn 写道: From: Hyman Huang(黄勇) thread_id in CpuInfoFast is deprecated, parse thread-id instead after execute qmp que

Re: [PATCH 1/2] tests/migration: parse the thread-id key of CpuInfoFast

2021-06-15 Thread Hyman Huang
在 2021/6/3 22:19, huang...@chinatelecom.cn 写道: From: Hyman Huang(黄勇) thread_id in CpuInfoFast is deprecated, parse thread-id instead after execute qmp query-cpus-fast. fix this so that test can go smoothly. Signed-off-by: Hyman Huang(黄勇) --- tests/migration/guestperf/engine.py | 2 +- 1

[PATCH 1/2] tests/migration: parse the thread-id key of CpuInfoFast

2021-06-03 Thread huangy81
From: Hyman Huang(黄勇) thread_id in CpuInfoFast is deprecated, parse thread-id instead after execute qmp query-cpus-fast. fix this so that test can go smoothly. Signed-off-by: Hyman Huang(黄勇) --- tests/migration/guestperf/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g