On 10/08/2017 00:18, Eric Blake wrote: > On 08/09/2017 04:54 PM, Paolo Bonzini wrote: >> This includes shell function, shell variables, command line options >> (randomize.awk does not exist) and conditions that can never be true >> (./qemu does not exist anymore). > > Can we point to a commit id where we stopped making ./qemu? Is it still > worth supporting a local symlink? > >> >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> >> --- >> tests/qemu-iotests/check | 36 +-------------------- >> tests/qemu-iotests/common | 23 -------------- >> tests/qemu-iotests/common.config | 26 --------------- >> tests/qemu-iotests/common.rc | 68 >> ---------------------------------------- >> 4 files changed, 1 insertion(+), 152 deletions(-) >> >> -# >> -# - These can be added to $HOST_CONFIG_DIR (witch default to ./config) > > Good riddance to the wrong word ('which' was intended) > > Other than possibly still wanting ./qemu convenience, this looks like a > reasonable cleanup.
In my reply yesterday, I forgot to note that the other current-directory searches go away in patch 9 anyway. :) Paolo