From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDIT5-0002nD-Uk for qemu-devel@nongnu.org; Wed, 25 Nov 2009 09:03:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDIT1-0002iX-3W for qemu-devel@nongnu.org; Wed, 25 Nov 2009 09:03:39 -0500 Received: from [199.232.76.173] (port=58845 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDIT0-0002iI-M3 for qemu-devel@nongnu.org; Wed, 25 Nov 2009 09:03:34 -0500 Received: from mx20.gnu.org ([199.232.41.8]:19443) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NDIT0-00088m-Ih for qemu-devel@nongnu.org; Wed, 25 Nov 2009 09:03:34 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDISy-0003Hi-H6 for qemu-devel@nongnu.org; Wed, 25 Nov 2009 09:03:32 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Re: [PATCH 2/2] qdev: add command line option to set global defaults for properties. Date: Wed, 25 Nov 2009 14:03:30 +0000 References: <1259060788-17411-1-git-send-email-kraxel@redhat.com> <4B0D2936.9000707@redhat.com> <20091125131804.GB9333@redhat.com> In-Reply-To: <20091125131804.GB9333@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200911251403.30658.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , "Michael S. Tsirkin" > So maybe add "use -device ? to get list of all devices" > to help text? > > [mst@tuck qemu]$ ~/qemu-git/bin/qemu-system-x86_64 -device ? > /home/mst/qemu-git/bin/qemu-system-x86_64: invalid option -- '-device' You need to stop your shell eating the ? Paul