From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OBLVX-00075C-4W for qemu-devel@nongnu.org; Mon, 10 May 2010 01:26:23 -0400 Received: from [140.186.70.92] (port=55657 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBLVQ-000754-NL for qemu-devel@nongnu.org; Mon, 10 May 2010 01:26:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBLVI-0001Oa-Jd for qemu-devel@nongnu.org; Mon, 10 May 2010 01:26:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1027) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBLVI-0001NQ-9c for qemu-devel@nongnu.org; Mon, 10 May 2010 01:26:08 -0400 Date: Mon, 10 May 2010 08:26:03 +0300 From: Gleb Natapov Message-ID: <20100510052603.GA29710@redhat.com> References: <20100507193855.7560.93069.stgit@localhost.localdomain> <20100510030337.GA12958@morn.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100510030337.GA12958@morn.localdomain> Subject: [Qemu-devel] Re: [SeaBIOS] [PATCH] smbios: avoid counting io hole as ram List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: Alex Williamson , seabios@seabios.org, qemu-devel@nongnu.org On Sun, May 09, 2010 at 11:03:37PM -0400, Kevin O'Connor wrote: > On Fri, May 07, 2010 at 01:38:55PM -0600, Alex Williamson wrote: > > Avoid counting the io hole as part of ram, a vm started with 4G > > should report 4G in smbios, not 4.5G. > > > > Signed-off-by: Alex Williamson > > Looks okay to me. If there are no other comments, I'll commit in the > next couple of days. > Looks fine to me. -- Gleb.