From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukeno-000316-4Y for qemu-devel@nongnu.org; Thu, 06 Jun 2013 14:20:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ukenk-00063D-Do for qemu-devel@nongnu.org; Thu, 06 Jun 2013 14:20:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukenk-000632-5V for qemu-devel@nongnu.org; Thu, 06 Jun 2013 14:20:44 -0400 Message-ID: <51B0D389.2010008@redhat.com> Date: Thu, 06 Jun 2013 20:23:05 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1370536046-15125-1-git-send-email-armbru@redhat.com> <1370536046-15125-4-git-send-email-armbru@redhat.com> In-Reply-To: <1370536046-15125-4-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/7] smbios: Convert to error_report() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org 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 | 24 ++++++++++++------------ > 2 files changed, 12 insertions(+), 13 deletions(-) Reviewed-by: Laszlo Ersek