Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Reviewed-by: Greg Kurz <[email protected]>
- Loading branch information