From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYUCe-0005dr-FA for qemu-devel@nongnu.org; Fri, 21 Jul 2017 05:26:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYUCd-0004Wq-DM for qemu-devel@nongnu.org; Fri, 21 Jul 2017 05:26:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35406) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dYUCd-0004VO-6y for qemu-devel@nongnu.org; Fri, 21 Jul 2017 05:26:31 -0400 Date: Fri, 21 Jul 2017 17:26:24 +0800 From: Fam Zheng Message-ID: <20170721092624.GR11032@lemon> References: <20170721041053.GQ11032@lemon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] unrecognized option --object List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: =?utf-8?B?6Zmz5Z+55rOT?= , QEMU Developers On Fri, 07/21 10:15, Peter Maydell wrote: > On 21 July 2017 at 05:10, Fam Zheng wrote: > > On Thu, 07/20 19:06, =E9=99=B3=E5=9F=B9=E6=B3=93 wrote: > >> I build qemu from the https://github.com/qemu/qemu, and it didn't sh= ow any > >> errors. > >> > >> I tried qemu-nbd --object secret,id=3Dsec0... > >> but it shows unrecognized option '--object ' > >> > >> how to solve it? > > > > -object it is. Thanks. >=20 > Hmm? For me the help message says '--object' and the implementation > agrees that it wants two hyphens: Yup, sorry for the misinformation. (I was confused by qemu-system-* optio= ns). Fam