]> git.ipfire.org Git - thirdparty/qemu.git/commit
qdev: Fix comment around qdev_init_nofail()
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 6 Apr 2011 13:51:59 +0000 (17:51 +0400)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 7 Apr 2011 13:25:53 +0000 (14:25 +0100)
commit3b29a1018457875a983bf10667cfe3a80c9d6dfd
treee890de005164282ce8c15dd4c1f09653949641ac
parent62a2ab6aed53f30080c4151044c90945d16ac5fd
qdev: Fix comment around qdev_init_nofail()

In previous life qdev_init_nofail() used to call hw_error() which
did register dump and other scary things.  Now it calls
error_report() and does a regular exit(1).  Fix the comment
to match reality.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
hw/qdev.c