From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHZNz-0002xt-Iz for qemu-devel@nongnu.org; Mon, 18 Mar 2013 08:41:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHZNy-0007or-6u for qemu-devel@nongnu.org; Mon, 18 Mar 2013 08:41:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHZNx-0007on-VO for qemu-devel@nongnu.org; Mon, 18 Mar 2013 08:41:54 -0400 Message-ID: <51470B8B.7090707@redhat.com> Date: Mon, 18 Mar 2013 13:41:47 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1363451962-25952-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1363451962-25952-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 0/2] qdev: Detect duplicate device properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Anthony Liguori , qemu-devel@nongnu.org, patches@linaro.org Il 16/03/2013 17:39, Peter Maydell ha scritto: > Detect and abort on duplicate properties in a qdev Property array. > > This patchset actually dates back to October last year (and got > reviewed then, hence Anthony's r-b tags) but it didn't get applied > (maybe we were in codefreeze) and I forgot about it. Anyway, I've > rebased it so here we are again. > > Peter Maydell (2): > qom: Detect attempts to add a property that already exists > hw/qdev: Abort rather than ignoring errors adding device properties > > hw/qdev.c | 10 +++++++--- > qom/object.c | 13 ++++++++++++- > 2 files changed, 19 insertions(+), 4 deletions(-) > Acked-by: Paolo Bonzini Paolo