"Michael S. Tsirkin" <[email protected]> wrote: > This way they are easier to find using standard rules. > > Signed-off-by: Michael S. Tsirkin <[email protected]>
Nack. This are _internal_ files, that shouldn't be used anywere elese. Except .... that we need them to write tests. We only have two scopes on qemu: - internal: only for the subsystem we are at in - pubilc: they can be used everywhere So, tests came in a strange class here, because they need internal implementation, but they are not in the proper directory due to the way we do tests. I *think* that using complete paths is the only reasonable way of doing this. Thanks, Juan.
