tests/vm: Use -cpu max rather than -cpu host
commitb33bd859d12e70757bb2632573c3a1662d967dbf
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Aug 2018 15:55:54 +0000 (20 16:55 +0100)
committerFam Zheng <famz@redhat.com>
Wed, 26 Sep 2018 02:46:28 +0000 (26 10:46 +0800)
tree6bfc3b67e61ba6949bdbfef8e0bb50a99f44032a
parentcfeb35d6774b2e936046aa9923217818bd160299
tests/vm: Use -cpu max rather than -cpu host

-cpu max works with any accelerator, so we don't need
to use it only conditionally if not using KVM. Just use
it all the time.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20180820155554.23476-1-peter.maydell@linaro.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/vm/basevm.py