commit | c4fc82bf1ad088a84ccedf779f6aa928e4fadb5f | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Jul 08 10:06:15 2015 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Jul 08 12:38:30 2015 +0300 |
tree | 1f0dfbb915e1658bd5c55d36c4f1ab3eacb83e0b | |
parent | 1e40356ce5f6ccfa0bb57104a533c62952c560ce [diff] |
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>