hw/qdev: Abort rather than ignoring errors adding device properties
commite769bdc26ded6d7681cddd9f67c5f87a4b5ba53c
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 25 Mar 2013 13:15:14 +0000 (25 13:15 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 26 Mar 2013 14:27:02 +0000 (26 09:27 -0500)
tree37ad07aff485c8e7c3df43b381351a16276fa035
parent54852b03711f06c5f24af72de583346922176947
hw/qdev: Abort rather than ignoring errors adding device properties

Instead of ignoring any errors that occur when adding properties
to a new device in device_initfn(), check for them and abort if any
occur. The most likely cause is accidentally adding a duplicate
property, which is a programming error by the device author.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1364217314-7400-3-git-send-email-peter.maydell@linaro.org
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/qdev.c