From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsxbA-0004GB-Gz for qemu-devel@nongnu.org; Fri, 15 Sep 2017 16:52:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsxb5-000635-M0 for qemu-devel@nongnu.org; Fri, 15 Sep 2017 16:52:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51500) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsxb5-00062b-Fh for qemu-devel@nongnu.org; Fri, 15 Sep 2017 16:52:23 -0400 Date: Sat, 16 Sep 2017 04:52:17 +0800 From: Fam Zheng Message-ID: <20170915205217.GC21852@lemon.lan> References: <20170915090253.12201-1-famz@redhat.com> <20170915114001.GG13610@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL v4 00/38] Test and build patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: "Daniel P. Berrange" , Peter Maydell , QEMU Developers On Fri, 09/15 11:47, Philippe Mathieu-Daud=E9 wrote: > why not generate 1 key in > tests/vm/ (or clever ~/.cache/qemu-vm/ already used by those scripts) o= nce > when the make vm-test rule is called, that would be 1 key per repositor= y > clone (or 1 per user using ~/.cache). Like I explained elsewhere, the BSD images must be generated after the ke= ys in order for the pub key to be added to the guest authorized_keys. And there= is no automatic way to do so. That's why the keys are committed to the repo, no= t generated (otherwise we'd just use ~/.ssh pub keys). Fam