commit | e92714c71a2f50b8420126e952cadb653fa0ef93 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Aug 03 23:49:04 2011 +0100 |
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Thu Aug 11 14:37:03 2011 +0100 |
tree | 135455787b32b9b14d338af71d379a60dd525b94 | |
parent | 645a8ad6e1909d36307f37f3dc4efca9e964334a [diff] |
hw/qdev: Don't crash if qdev_create(NULL, ...) fails If an attempt to create a qdev device on the default sysbus (by passing NULL as the bus to qdev_create) fails, print a useful error message rather than crashing trying to dereference a NULL pointer. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>