commit | ebf47c24b01857d8b49a892b853bdd13b8e3eb5e | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Mon Aug 15 11:59:09 2011 -0700 |
committer | Avi Kivity <avi@redhat.com> | Mon Oct 10 15:29:28 2011 +0200 |
tree | b1e2b8738c3e5076fddaaae5d1d1ae5c7ac86c14 | |
parent | febbd7c29a726f8e249aa421b429b3a575d70f38 [diff] |
isa: Tidy support code for isabus_get_fw_dev_path The only user of ISADevice.ioports is isabus_get_fw_dev_path, and it only looks at the first entry of the array. Which suggests that this entire array+sort operation can be replaced by a simple minimum. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Avi Kivity <avi@redhat.com>