From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv06f-00022m-T2 for qemu-devel@nongnu.org; Wed, 20 May 2015 05:16:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yv06c-000639-O4 for qemu-devel@nongnu.org; Wed, 20 May 2015 05:16:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv06c-00062z-Gi for qemu-devel@nongnu.org; Wed, 20 May 2015 05:16:02 -0400 From: Michal Privoznik Date: Wed, 20 May 2015 11:15:48 +0200 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/2] Couple of SMBIOS fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, rth@twiddle.net Well, strictly speaking the first is a code cleanup, the second one implements the feature we claimed to have but it wasn't implemented. Michal Privoznik (2): pc_init1: Don't misuse int for holding up a bool SMBIOS: Allow users to chose base board type hw/i386/pc_piix.c | 10 +++++----- hw/i386/smbios.c | 18 +++++++++++++++++- qemu-options.hx | 4 ++-- 3 files changed, 24 insertions(+), 8 deletions(-) -- 2.3.6