From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTaOF-0000Gc-Qn for qemu-devel@nongnu.org; Mon, 15 Sep 2014 13:48:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTaOA-0005CD-7R for qemu-devel@nongnu.org; Mon, 15 Sep 2014 13:48:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTaOA-0005C8-0H for qemu-devel@nongnu.org; Mon, 15 Sep 2014 13:48:34 -0400 Date: Mon, 15 Sep 2014 20:48:01 +0300 From: "Michael S. Tsirkin" Message-ID: <20140915174801.GD13548@redhat.com> References: <1410792279-2488-1-git-send-email-arei.gonglei@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1410792279-2488-1-git-send-email-arei.gonglei@huawei.com> Subject: Re: [Qemu-devel] [PATCH 0/3] Fix confused output for alias properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: arei.gonglei@huawei.com Cc: weidong.huang@huawei.com, aliguori@amazon.com, agraf@suse.de, qemu-devel@nongnu.org, stefanha@redhat.com, pbonzini@redhat.com, peter.huangpeng@huawei.com, lcapitulino@redhat.com, afaerber@suse.de On Mon, Sep 15, 2014 at 10:44:36PM +0800, arei.gonglei@huawei.com wrote: > From: Gonglei > > At present, people have no way to know they should > have a specific format for alias properties. > > Example: > > before output: > > virtio-blk-pci.physical_block_size=uint16 > virtio-blk-pci.logical_block_size=uint16 > virtio-blk-pci.drive=str > > after output applied this patch series: > > virtio-blk-pci.physical_block_size=blocksize > virtio-blk-pci.logical_block_size=blocksize > virtio-blk-pci.drive=drive > > Gonglei (3): > qom: add error handler for object alias property > qom: add target object poniter for alias property in ObjectProperty > qmp: print real legacy_name for alias property > > include/qom/object.h | 3 +++ > qmp.c | 68 ++++++++++++++++++++++++++++++++++++---------------- > qom/object.c | 10 +++++++- > 3 files changed, 59 insertions(+), 22 deletions(-) OK virtio patches depend on this one, so I guess I'll have to merge this in my tree ... Andreas can you ACK that please? > -- > 1.7.12.4 >