From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlRWL-0005k6-NE for qemu-devel@nongnu.org; Wed, 09 Sep 2009 14:03:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlRWH-0005hQ-0n for qemu-devel@nongnu.org; Wed, 09 Sep 2009 14:03:53 -0400 Received: from [199.232.76.173] (port=53534 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlRWG-0005hK-Rz for qemu-devel@nongnu.org; Wed, 09 Sep 2009 14:03:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61179) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlRWG-0007Zc-6w for qemu-devel@nongnu.org; Wed, 09 Sep 2009 14:03:48 -0400 Subject: Re: [Qemu-devel] Re: [PATCH 0/5] Refactor and enhance RTC configuration References: <20090909151111.26816.49862.stgit@mchn012c.ww002.siemens.net> <4AA7CC66.5060008@us.ibm.com> <4AA7D6AC.7090101@siemens.com> <4AA7DAA8.6030403@siemens.com> From: Markus Armbruster Date: Wed, 09 Sep 2009 20:03:44 +0200 In-Reply-To: <4AA7DAA8.6030403@siemens.com> (Jan Kiszka's message of "Wed\, 09 Sep 2009 18\:41\:12 +0200") Message-ID: <874orcov0f.fsf@pike.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Blue Swirl , Anthony Liguori , Dor Laor , Glauber Costa , qemu-devel@nongnu.org Jan Kiszka writes: > Thinking further: Is there a way to discover the available qdev device > parameters via the command line? Not that I know of. Sounds quite feasible. Monitor command "info qdm" and command line switch "-device \?" list available devices. Make "info qdm DEVNAME" list device properties?