commit | 9c268f8ae84ae18679ba2c3b16394e1828e9a006 | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Fri Oct 21 10:46:37 2016 +1100 |
committer | David Gibson <david@gibson.dropbear.id.au> | Fri Oct 28 09:38:27 2016 +1100 |
tree | 2c1fc8f4a62b4ac839749c4cf3591f5c58561d2d | |
parent | 352d664cce514a94228fbf6e05d03920b2d6bd69 [diff] |
tests: Clean up IO handling in ide-test ide-test uses many explicit inb() / outb() operations for its IO, which means it's not portable to non-x86 platforms. This cleans it up to use the libqos PCI accessors instead. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Greg Kurz <groug@kaod.org>