]> git.proxmox.com Git - mirror_qemu.git/commit - tests/Makefile.include
tco-test: fix up config accesses and re-enable
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 8 Jul 2015 07:06:15 +0000 (10:06 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 8 Jul 2015 09:38:30 +0000 (12:38 +0300)
commitc4fc82bf1ad088a84ccedf779f6aa928e4fadb5f
tree1f0dfbb915e1658bd5c55d36c4f1ab3eacb83e0b
parent1e40356ce5f6ccfa0bb57104a533c62952c560ce
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>
tests/Makefile
tests/tco-test.c