diff options
| author | Michael S. Tsirkin | 2015-07-08 09:06:15 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2015-07-08 11:38:30 +0200 |
| commit | c4fc82bf1ad088a84ccedf779f6aa928e4fadb5f (patch) | |
| tree | 1f0dfbb915e1658bd5c55d36c4f1ab3eacb83e0b /tests/Makefile | |
| parent | virtio fix cfg endian-ness for BE targets (diff) | |
| download | qemu-c4fc82bf1ad088a84ccedf779f6aa928e4fadb5f.tar.gz qemu-c4fc82bf1ad088a84ccedf779f6aa928e4fadb5f.tar.xz qemu-c4fc82bf1ad088a84ccedf779f6aa928e4fadb5f.zip | |
tco-test: fix up config accesses and re-enable
The mistake that made the test fail was that it tried to
use a BAR address as an offset for config accesses to LPC.
Config accesses don't need a BAR, and LPC does not have one. Don't
attempt to map it.
With this change applied, TCO test passes, so re-enable it.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 52ae178499..ef1e981b39 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -152,7 +152,7 @@ check-qtest-i386-y += tests/i440fx-test$(EXESUF) check-qtest-i386-y += tests/fw_cfg-test$(EXESUF) check-qtest-i386-y += tests/drive_del-test$(EXESUF) check-qtest-i386-y += tests/wdt_ib700-test$(EXESUF) -#check-qtest-i386-y += tests/tco-test$(EXESUF) +check-qtest-i386-y += tests/tco-test$(EXESUF) gcov-files-i386-y += hw/watchdog/watchdog.c hw/watchdog/wdt_ib700.c check-qtest-i386-y += $(check-qtest-pci-y) gcov-files-i386-y += $(gcov-files-pci-y) |
