]> git.proxmox.com Git - mirror_qemu.git/commit - hw/qdev.c
hw/qdev: Don't crash if qdev_create(NULL, ...) fails
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 3 Aug 2011 22:49:04 +0000 (23:49 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 11 Aug 2011 13:37:03 +0000 (14:37 +0100)
commite92714c71a2f50b8420126e952cadb653fa0ef93
tree135455787b32b9b14d338af71d379a60dd525b94
parent645a8ad6e1909d36307f37f3dc4efca9e964334a
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>
hw/qdev.c