From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/6] KVM: x86: __linearize emulator fixes and minor cleanup Date: Wed, 19 Nov 2014 19:47:16 +0100 Message-ID: <546CE5B4.7080703@redhat.com> References: <1416411793-22244-1-git-send-email-namit@cs.technion.ac.il> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: kvm@vger.kernel.org To: Nadav Amit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:38632 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755731AbaKSSrZ (ORCPT ); Wed, 19 Nov 2014 13:47:25 -0500 In-Reply-To: <1416411793-22244-1-git-send-email-namit@cs.technion.ac.il> Sender: kvm-owner@vger.kernel.org List-ID: On 19/11/2014 16:43, Nadav Amit wrote: > This patch-set fixes 4 bugs in the __linearize emulator function, and makes > some cleanup of the function. > > Patches 2 to 5 deal with separate bugs. > > Patch 1 and 6 introduce minor enhancement and have no functional implications. > The first patch reverts a patch which was written by this patch author. The > last is a minor cleanup of __linearize. > > Thanks for reviewing the patch-set. Thanks. I have posted two additional cleanups on top. Paolo