From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW0TI-00041h-Ou for qemu-devel@nongnu.org; Mon, 22 Sep 2014 06:04:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW0T9-0006K2-MQ for qemu-devel@nongnu.org; Mon, 22 Sep 2014 06:03:52 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:40584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW0T9-0006Iu-Fz for qemu-devel@nongnu.org; Mon, 22 Sep 2014 06:03:43 -0400 Received: by mail-wi0-f175.google.com with SMTP id r20so2574685wiv.2 for ; Mon, 22 Sep 2014 03:03:37 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <541FF3F9.5060705@redhat.com> Date: Mon, 22 Sep 2014 12:03:37 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1410792279-2488-1-git-send-email-arei.gonglei@huawei.com> <20140922083421.GA13006@redhat.com> <541FE889.3050209@redhat.com> <33183CC9F5247A488A2544077AF1902086DD90B3@SZXEMA503-MBS.china.huawei.com> In-Reply-To: <33183CC9F5247A488A2544077AF1902086DD90B3@SZXEMA503-MBS.china.huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: "Gonglei (Arei)" , "Michael S. Tsirkin" Cc: "agraf@suse.de" , "Huangweidong (C)" , "aliguori@amazon.com" , "Huangpeng (Peter)" , "qemu-devel@nongnu.org" , "stefanha@redhat.com" , "lcapitulino@redhat.com" Il 22/09/2014 11:33, Gonglei (Arei) ha scritto: > Yes, I knew this issue which object A's property name may > is not the same with object B, so I had posted v2 to fix it. This doesn't change the fact that ObjectProperty is a generic struct, and adding alias-specific fields there is wrong. Paolo