• M
    error: Don't abuse qemu_error() for non-error in qbus_find() · 53db16b5
    Markus Armbruster 提交于
    qbus_find() adds an informational line to error messages, and prints
    both lines with one qemu_error().  Use error_printf() for the
    informational line instead.
    
    While there, simplify: instead of printing buffers filled by
    qbus_list_bus() and qbus_list_dev() in one go, make them print it.
    53db16b5
qdev.c 19.9 KB