From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNlRi-0005EY-EU for qemu-devel@nongnu.org; Wed, 12 Mar 2014 11:52:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNlRc-0006Bi-Gj for qemu-devel@nongnu.org; Wed, 12 Mar 2014 11:51:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNlRc-0006Bd-8h for qemu-devel@nongnu.org; Wed, 12 Mar 2014 11:51:48 -0400 Message-ID: <1394639497.17393.45.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 12 Mar 2014 16:51:37 +0100 In-Reply-To: <20140312144411.GA17184@ERROL.INI.CMU.EDU> References: <1394532186.22422.24.camel@nilsson.home.kraxel.org> <1394550989-693-1-git-send-email-somlo@cmu.edu> <1394550989-693-12-git-send-email-somlo@cmu.edu> <1394612838.17393.19.camel@nilsson.home.kraxel.org> <20140312130556.GZ17184@ERROL.INI.CMU.EDU> <1394630694.17393.38.camel@nilsson.home.kraxel.org> <20140312144411.GA17184@ERROL.INI.CMU.EDU> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [v2 PATCH 11/13] SMBIOS: Build full type 19 tables List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gabriel L. Somlo" Cc: agraf@suse.de, qemu-devel@nongnu.org, armbru@redhat.com, alex.williamson@redhat.com, kevin@koconnor.net, lersek@redhat.com On Mi, 2014-03-12 at 10:44 -0400, Gabriel L. Somlo wrote: > > > > I think we should just use e820_table (see pc.c) here. Loop > over it and > > > > add a type 19 table for each ram region in there. > > You mean only for entries of type E820_RAM, correct ? Yes. cheers, Gerd