Re: [PATCH v17 8/8] tests/qtest/qmp-cmd-test: Ignore query-vcpu-dirty-limit test

2022-03-02 Thread Hyman Huang
在 2022/3/3 13:58, Markus Armbruster 写道: huang...@chinatelecom.cn writes: From: Hyman Huang(黄勇) query-vcpu-dirty-limit success depends on enabling dirty page rate limit, so just add it to the list of skipped command to ensure qmp-cmd-test run successfully. Signed-off-by: Hyman Huang(黄勇) R

Re: [PATCH v17 8/8] tests/qtest/qmp-cmd-test: Ignore query-vcpu-dirty-limit test

2022-03-02 Thread Markus Armbruster
huang...@chinatelecom.cn writes: > From: Hyman Huang(黄勇) > > query-vcpu-dirty-limit success depends on enabling dirty > page rate limit, so just add it to the list of skipped > command to ensure qmp-cmd-test run successfully. > > Signed-off-by: Hyman Huang(黄勇) > Reported-by: Dr. David Alan Gilbe

[PATCH v17 8/8] tests/qtest/qmp-cmd-test: Ignore query-vcpu-dirty-limit test

2022-03-02 Thread huangy81
From: Hyman Huang(黄勇) query-vcpu-dirty-limit success depends on enabling dirty page rate limit, so just add it to the list of skipped command to ensure qmp-cmd-test run successfully. Signed-off-by: Hyman Huang(黄勇) Reported-by: Dr. David Alan Gilbert --- tests/qtest/qmp-cmd-test.c | 2 ++ 1 fi