From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukd2C-0006Qh-Ov for qemu-devel@nongnu.org; Thu, 06 Jun 2013 12:27:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ukd2A-00073P-WD for qemu-devel@nongnu.org; Thu, 06 Jun 2013 12:27:32 -0400 Received: from oxygen.pond.sub.org ([2a01:4f8:121:10e4::3]:41758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukd2A-00072Y-Pm for qemu-devel@nongnu.org; Thu, 06 Jun 2013 12:27:30 -0400 From: Markus Armbruster Date: Thu, 6 Jun 2013 18:27:19 +0200 Message-Id: <1370536046-15125-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/7] Some -smbios work List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Better error messages, a bit of code cleanup, and a big endian fix. Not addressed: qemu_uuid_parse() sets an SMBIOS field by side effect. Gross! Markus Armbruster (7): error-report.h: Supply missing include log.h: Supply missing includes smbios: Convert to error_report() Use sizeof(qemu_uuid) instead of literal 16 smbios: Clean up smbios_add_field() parameters smbios: Fix -smbios type=0,release=... for big endian hosts smbios: Check R in -smbios type=0,release=R parses okay arch_init.c | 4 ++-- hw/i386/smbios.c | 57 ++++++++++++++++++++++++--------------------- hw/nvram/fw_cfg.c | 2 +- include/hw/i386/smbios.h | 2 +- include/qemu/error-report.h | 1 + include/qemu/log.h | 3 +++ include/sysemu/sysemu.h | 2 +- 7 files changed, 40 insertions(+), 31 deletions(-) -- 1.7.11.7