From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH v3 00/30] emulator cleanup Date: Mon, 15 Mar 2010 18:57:14 +0200 Message-ID: <20100315165714.GC5406@redhat.com> References: <1268663937-27784-1-git-send-email-gleb@redhat.com> <4B9E5787.7010207@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, mtosatti@redhat.com, kvm@vger.kernel.org To: Andre Przywara Return-path: Received: from mx1.redhat.com ([209.132.183.28]:33285 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965417Ab0COQ5R (ORCPT ); Mon, 15 Mar 2010 12:57:17 -0400 Content-Disposition: inline In-Reply-To: <4B9E5787.7010207@amd.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Mar 15, 2010 at 04:51:35PM +0100, Andre Przywara wrote: > Gleb Natapov wrote: > >This is the first series of patches that tries to cleanup emulator code. > >This is mix of bug fixes and moving code that does emulation from x86.c > >to emulator.c while making it KVM independent. The status of the patches: > >works for me. realtime.flat test now also pass where it failed before. > > Patch 1..13, 17: > Reviewed-by: Andre Przywara > > I am still investigating a corner case in patch 14 (calling > syscall/sysenter from real mode), and there is the issue in patch > 16. I have only shortly looked over the others. > Patch 14 is only mechanical change. It doesn't change behaviour of syscall/sysenter emulation. -- Gleb.