From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYw0O-0001Ow-Fg for qemu-devel@nongnu.org; Tue, 30 Sep 2014 07:54:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYw0I-0003S2-Aa for qemu-devel@nongnu.org; Tue, 30 Sep 2014 07:54:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYw0I-0003RO-3e for qemu-devel@nongnu.org; Tue, 30 Sep 2014 07:54:02 -0400 Message-ID: <542A99C7.5050108@redhat.com> Date: Tue, 30 Sep 2014 13:53:43 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1412046159-5144-1-git-send-email-arei.gonglei@huawei.com> <20140930113528.GE7089@redhat.com> In-Reply-To: <20140930113528.GE7089@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/5] add description field in ObjectProperty and PropertyInfo struct List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , arei.gonglei@huawei.com Cc: weidong.huang@huawei.com, aliguori@amazon.com, qemu-devel@nongnu.org, armbru@redhat.com, luonengjun@huawei.com, peter.huangpeng@huawei.com, lcapitulino@redhat.com, stefanha@redhat.com, afaerber@suse.de Il 30/09/2014 13:35, Michael S. Tsirkin ha scritto: >> > virtio-blk-pci.addr=int32 (Slot and function number, example: 06.0) > Weird. 06.0 is clearly not an int, is it? The QOM property accepts both int32 and str, but always returns an int32 when read. For now we can leave out patch 5 while this is sorted out. Paolo