From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: Re: [PATCH 1/2] kvm tools, vesa: Cleanup code in bios/int10.c Date: Fri, 3 Jun 2011 23:45:32 +0400 Message-ID: <20110603194532.GB26282@sun> References: <1307129824-8396-1-git-send-email-penberg@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Ingo Molnar , John Floren , Sasha Levin To: Pekka Enberg Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:65454 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753437Ab1FCTpg (ORCPT ); Fri, 3 Jun 2011 15:45:36 -0400 Received: by fxm17 with SMTP id 17so1489674fxm.19 for ; Fri, 03 Jun 2011 12:45:35 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1307129824-8396-1-git-send-email-penberg@kernel.org> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jun 03, 2011 at 10:37:03PM +0300, Pekka Enberg wrote: > This patch cleans up the code in bios/int10.c without changing functionality. > > Cc: Ingo Molnar > Cc: Cyrill Gorcunov > Cc: John Floren > Cc: Sasha Levin > Signed-off-by: Pekka Enberg > --- > tools/kvm/bios/int10.c | 88 +++++++++++++++++++++++++---------------------- > 1 files changed, 47 insertions(+), 41 deletions(-) > Looks good to me, thanks Pekka. Verifying vesa data is still in my todo list, sorry for taking it too long :/ Cyrill