]> git.proxmox.com Git - qemu.git/commit
smbios: Convert to error_report()
authorMarkus Armbruster <armbru@redhat.com>
Fri, 7 Jun 2013 13:00:33 +0000 (15:00 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 17 Jun 2013 23:01:42 +0000 (18:01 -0500)
commit685ee2d940738e771c96de33a3cbd85abfbbb3c5
treeaca8cd69ca45dd1a9008a43a87659387ab063344
parentfa0f47d3904e36af21538f261f8cf12bc4b6ff9c
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>
(cherry picked from commit 5bb95e41868b461f37159efb48908828ebd7ab36)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
arch_init.c
hw/i386/smbios.c