From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: Re: [PATCH] kvm tools: Cleanup e820 code Date: Fri, 20 May 2011 18:38:04 +0400 Message-ID: <4DD67CCC.9030409@gmail.com> References: <1305901385-8211-1-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: penberg@kernel.org, mingo@elte.hu, asias.hejun@gmail.com, prasadjoshi124@gmail.com, kvm@vger.kernel.org To: Sasha Levin Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:53905 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935030Ab1ETOiI (ORCPT ); Fri, 20 May 2011 10:38:08 -0400 Received: by fxm17 with SMTP id 17so2723501fxm.19 for ; Fri, 20 May 2011 07:38:07 -0700 (PDT) In-Reply-To: <1305901385-8211-1-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On 05/20/2011 06:23 PM, Sasha Levin wrote: > Several cleanups in the patch: > - Use kernel headers for e820 types and definitions. > - A byte sized entry count for e820 enteries was used, > this should be dword sized. Update in-memory layout and > bios code to fix it. > - Use struct e820map to calculate offsets used by bios code. > > Signed-off-by: Sasha Levin > --- Thanks Sasha! Reviewed-by: Cyrill Gorcunov -- Cyrill