From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3rjN-0000kL-Es for qemu-devel@nongnu.org; Sun, 06 Jul 2014 15:04:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X3rjD-0000uh-EJ for qemu-devel@nongnu.org; Sun, 06 Jul 2014 15:04:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3rjD-0000uL-5V for qemu-devel@nongnu.org; Sun, 06 Jul 2014 15:03:59 -0400 Message-ID: <53B99D99.5050304@redhat.com> Date: Sun, 06 Jul 2014 15:03:53 -0400 From: Cole Robinson MIME-Version: 1.0 References: <1400588941-12347-1-git-send-email-stefanha@redhat.com> <53B7C1E3.1010103@redhat.com> In-Reply-To: <53B7C1E3.1010103@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qmp: show QOM properties in device-list-properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Peter Maydell , Andreas Faerber On 07/05/2014 05:14 AM, Paolo Bonzini wrote: > Il 20/05/2014 14:29, Stefan Hajnoczi ha scritto: >> Devices can use a mix of qdev and QOM properties. Currently only the >> qdev properties are displayed by device-list-properties. >> >> This patch extends the property enumeration algorithm to also display >> QOM properties (excluding the implicit "type", "realized", >> "hotpluggable", and "parent_bus" properties). >> >> When a qdev property exists, use the qdev type name to preserve >> backwards compatibility. QOM type names can be different for bool (qdev >> on/off) and str (used by qdev pointers). >> >> Signed-off-by: Stefan Hajnoczi > > Stefan, was this never applied? > I assume you CC'd me in reference to the bug I reported: https://lists.gnu.org/archive/html/qemu-devel/2014-07/msg00882.html I tested this patch, but it doesn't fix the specific bit I mentioned (lack of 'bootindex' in -device virtio-blk,? ) Thanks, Cole