OSDN Git Service

tests/tcg: ensure -cpu max also used for plugin run
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 15 Jun 2020 14:19:22 +0000 (15:19 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 16 Jun 2020 13:49:05 +0000 (14:49 +0100)
commitd16242e524a47d2c3e0281951c6d27979992ac3c
treef2735e3f1901c1080b41ce660637beabfee39d50
parentfefa0271544146e027cd682cf483223ee2f37e78
tests/tcg: ensure -cpu max also used for plugin run

The check-tcg plugins build was failing because some special case
tests that needed -cpu max failed because the plugin variant hadn't
carried across the QEMU_OPTS tweak.

Guests which globally set QEMU_OPTS=-cpu FOO where unaffected.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200615141922.18829-3-alex.bennee@linaro.org>
tests/tcg/aarch64/Makefile.target
tests/tcg/i386/Makefile.target