OSDN Git Service

smbios: Convert to error_report()
authorMarkus Armbruster <armbru@redhat.com>
Fri, 7 Jun 2013 13:00:33 +0000 (15:00 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 14 Jun 2013 13:58:57 +0000 (08:58 -0500)
commit5bb95e41868b461f37159efb48908828ebd7ab36
treec32419626bcd00d021776dd35f10b8b0678f5ead
parentf3eededb2fbc73c73daf08f791f0407b8541f4f4
smbios: Convert to error_report()

Improves diagnistics from ad hoc messages like

    Invalid SMBIOS UUID string

to

    qemu-system-x86_64: -smbios type=1,uuid=gaga: Invalid UUID

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Laszlo "ever the optimist" Ersek <lersek@redhat.com>
Message-id: 1370610036-10577-4-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
arch_init.c
hw/i386/smbios.c