From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: Re: [PATCH 2/2] kvm tools, vesa: Fix 'ah' access in int10_vesa() Date: Fri, 3 Jun 2011 23:43:37 +0400 Message-ID: <20110603194337.GA26282@sun> References: <1307129824-8396-1-git-send-email-penberg@kernel.org> <1307129824-8396-2-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]:56157 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755953Ab1FCTnm (ORCPT ); Fri, 3 Jun 2011 15:43:42 -0400 Received: by fxm17 with SMTP id 17so1488890fxm.19 for ; Fri, 03 Jun 2011 12:43:41 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1307129824-8396-2-git-send-email-penberg@kernel.org> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jun 03, 2011 at 10:37:04PM +0300, Pekka Enberg wrote: > This patch fixes access to 'ah' in int10_vesa() by masking the high bits. > > Cc: Ingo Molnar > Cc: Cyrill Gorcunov > Cc: John Floren > Cc: Sasha Levin > Signed-off-by: Pekka Enberg > --- ... Ack, thanks Pekka! Cyrill