error: Don't abuse qemu_error() for non-error in qdev_device_help()
commit8a9662ca67c7ecb6cc3d9b2055438bacbf61682e
authorMarkus Armbruster <armbru@redhat.com>
Thu, 18 Feb 2010 17:44:15 +0000 (18 18:44 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 16 Mar 2010 15:55:05 +0000 (16 16:55 +0100)
tree45b9872d9d11e6aaae4d1828d936e5f37a5e2451
parentba0fe87acd8937d403f60da63290aadb0b84827e
error: Don't abuse qemu_error() for non-error in qdev_device_help()

qdev_device_help() prints device information with qemu_error().  A
later commit will make qemu_error() print additional stuff that is
only appropriate for proper errors, and then this will break.  Use
error_printf() instead.

While there, simplify: instead of printing a buffer filled by
qdev_print_devinfo() in one go, make qdev_print_devinfo() print it.
hw/qdev.c