From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnPvY-0006a8-DR for qemu-devel@nongnu.org; Wed, 29 Apr 2015 07:13:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnPvV-0007nH-7p for qemu-devel@nongnu.org; Wed, 29 Apr 2015 07:13:16 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:35798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnPvV-0007l1-1c for qemu-devel@nongnu.org; Wed, 29 Apr 2015 07:13:13 -0400 Received: by wgyo15 with SMTP id o15so24248068wgy.2 for ; Wed, 29 Apr 2015 04:13:12 -0700 (PDT) Message-ID: <5540BC28.7070106@linaro.org> Date: Wed, 29 Apr 2015 13:10:32 +0200 From: Eric Auger MIME-Version: 1.0 References: <1430239873-31950-1-git-send-email-eric.auger@linaro.org> <1430239873-31950-11-git-send-email-eric.auger@linaro.org> <554094DF.3010607@redhat.com> <55409830.30303@linaro.org> <5540BC98.1010608@redhat.com> In-Reply-To: <5540BC98.1010608@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v13 10/12] qdev: check callback takes the property child as third argument List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , eric.auger@st.com, qemu-devel@nongnu.org, alex.williamson@redhat.com, agraf@suse.de, peter.crosthwaite@xilinx.com Cc: kvmarm@lists.cs.columbia.edu, patches@linaro.org On 04/29/2015 01:12 PM, Paolo Bonzini wrote: > I think reverting is better since you need a respin and Peter offered to > touch the code later. OK Thanks Eric > > Paolo