commit | 96168ab1fbd8a867b0685da3ff17a430dd5d4f37 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Mar 26 15:16:33 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Mar 26 15:16:33 2012 +0000 |
tree | 3ab8f8a06e43f343df9dcfea8e65bbbb7bf729c4 | |
parent | cb1977d308f6e1d6bf398d42e6148187b82456c1 [diff] |
qerror: Add QERR_PROPERTY_SET_AFTER_REALIZE Add a new QError QERR_PROPERTY_SET_AFTER_REALIZE for attempts to set a QOM or qdev property after the object/device has been realized. This allows a slightly more informative diagnostic than the previous "permission denied" message. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>