commit | 59f971d451fbabee3194bb565f40846398ee6e6f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Feb 14 10:19:53 2012 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Tue Feb 14 18:57:33 2012 +0000 |
tree | d775a7dc5f9551b1b8d0e212d11d7091732807b5 | |
parent | 0a54a0ce3e7659d7804274fcb058154d52fb8d82 [diff] |
qdev: print error message before aborting qdev_prop_set_* functions are always called by machine init functions that should know what they're doing, so they abort on error. Still, an assert(!errp) does not aid debugging. Print an error before aborting. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>