----- Original Message ----- > From: "Eric Blake" <ebl...@redhat.com> > To: "Paolo Bonzini" <pbonz...@redhat.com>, qemu-devel@nongnu.org > Cc: kw...@redhat.com, qemu-bl...@nongnu.org > Sent: Thursday, August 10, 2017 12:18:54 AM > Subject: Re: [Qemu-devel] [PATCH 01/12] qemu-iotests: remove dead code > > 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?
commit 9aed1e036dc0de49d08d713f9e5c4655e94acb56 Author: Anthony Liguori <aligu...@us.ibm.com> Date: Mon Aug 29 09:55:36 2011 -0500 Rename qemu -> qemu-system-i386 This has been discussed before in the past. The special casing really makes no sense anymore. This seems like a good change to make for 1.0. Signed-off-by: Anthony Liguori <aligu...@us.ibm.com> > Is it still worth supporting a local symlink? Not sure who would have one... Paolo