From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFo92-0000BJ-Al for qemu-devel@nongnu.org; Mon, 26 Jan 2015 13:12:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFo8y-00040y-57 for qemu-devel@nongnu.org; Mon, 26 Jan 2015 13:12:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFo8x-00040u-UC for qemu-devel@nongnu.org; Mon, 26 Jan 2015 13:12:12 -0500 Date: Mon, 26 Jan 2015 20:12:06 +0200 From: "Michael S. Tsirkin" Message-ID: <20150126181206.GD6349@redhat.com> References: <1420652194-3224-1-git-send-email-ehabkost@redhat.com> <20150126180822.GA28970@thinpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150126180822.GA28970@thinpad.lan.raisama.net> Subject: Re: [Qemu-devel] [PATCH 0/2] smbios: Fixes for SVVP tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Paolo Bonzini , "Gabriel L. Somlo" , qemu-devel@nongnu.org, Gerd Hoffmann On Mon, Jan 26, 2015 at 04:08:22PM -0200, Eduardo Habkost wrote: > On Wed, Jan 07, 2015 at 03:36:32PM -0200, Eduardo Habkost wrote: > > Some changed introduced by the new QEMU smbios table generation code broke > > SVVP. This series fixes those issues. > > Ping? Through which tree can this go in? I can merge them I guess - will review shortly. Pls Cc me in the future if you want my attention. > > > > Eduardo Habkost (2): > > smbios: Fix dimm size calculation when RAM is multiple of 16GB > > smbios: Don't report unknown CPU speed (fix SVVP regression) > > > > hw/i386/smbios.c | 8 +++++--- > > 1 file changed, 5 insertions(+), 3 deletions(-) > > -- > Eduardo