Re: [Qemu-devel] [PATCH 3/7] smbios: Convert to error_report()

2013-06-06 Thread Laszlo Ersek
On 06/06/13 18:27, Markus Armbruster wrote: > 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 > --- > arch_init.c | 1 - > hw/i386/smbios.c |

[Qemu-devel] [PATCH 3/7] smbios: Convert to error_report()

2013-06-06 Thread Markus Armbruster
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 --- arch_init.c | 1 - hw/i386/smbios.c | 24 2 files changed, 12 insertions(+), 13 d