From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW3qr-000085-6K for qemu-devel@nongnu.org; Mon, 22 Sep 2014 09:40:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW3qp-0001ha-K2 for qemu-devel@nongnu.org; Mon, 22 Sep 2014 09:40:24 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:44318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW3qp-0001gP-Dj for qemu-devel@nongnu.org; Mon, 22 Sep 2014 09:40:23 -0400 Received: by mail-wi0-f179.google.com with SMTP id d1so3019775wiv.12 for ; Mon, 22 Sep 2014 06:40:17 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <542026C1.10502@redhat.com> Date: Mon, 22 Sep 2014 15:40:17 +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> <541FF3F9.5060705@redhat.com> <33183CC9F5247A488A2544077AF1902086DD915A@SZXEMA503-MBS.china.huawei.com> <542010CE.3010209@redhat.com> <33183CC9F5247A488A2544077AF1902086DD93BE@SZXEMA503-MBS.china.huawei.com> <54202303.10409@redhat.com> <33183CC9F5247A488A2544077AF1902086DD9428@SZXEMA503-MBS.china.huawei.com> In-Reply-To: <33183CC9F5247A488A2544077AF1902086DD9428@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: "Huangweidong (C)" , "aliguori@amazon.com" , "qemu-devel@nongnu.org" , "agraf@suse.de" , "stefanha@redhat.com" , "Huangpeng (Peter)" , "lcapitulino@redhat.com" Il 22/09/2014 15:36, Gonglei (Arei) ha scritto: >> If the field is called "opaque", it's opaque. > > Sorry? The field is called "opaque" because no one, except the callbacks, should look into that field. Casting it to AliasProperty breaks that rule. Paolo