From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sz4Rg-00048Z-D5 for qemu-devel@nongnu.org; Wed, 08 Aug 2012 07:29:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sz4Re-0000T4-Vd for qemu-devel@nongnu.org; Wed, 08 Aug 2012 07:29:00 -0400 Received: from mx3-phx2.redhat.com ([209.132.183.24]:53937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sz4Re-0000Su-NH for qemu-devel@nongnu.org; Wed, 08 Aug 2012 07:28:58 -0400 Date: Wed, 8 Aug 2012 07:28:56 -0400 (EDT) From: Igor Mammedov Message-ID: <1777008592.7127564.1344425336779.JavaMail.root@redhat.com> In-Reply-To: <1340632507-29692-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4 v2] target-i386: move tcg intialization inside CPU object List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com ping ----- Original Message ----- > From: "Igor Mammedov" > To: qemu-devel@nongnu.org > Cc: "peter maydell" , aliguori@us.ibm.com, ehabkost@redhat.com, sw@weilnetz.de, > mtosatti@redhat.com, agraf@suse.de, mdroth@linux.vnet.ibm.com, blauwirbel@gmail.com, jcmvbkbc@gmail.com, > avi@redhat.com, "jan kiszka" , afaerber@suse.de, rth@twiddle.net > Sent: Monday, June 25, 2012 3:55:03 PM > Subject: [Qemu-devel] [PATCH 0/4 v2] target-i386: move tcg intialization inside CPU object > > v2: > - drop usage of prev_debug_excp_handler consistently in all users > - split from reset patches to avoid confusion of inter-dependency > > Compile & Run tested: > target-i386: tcg and kvm mode > i386-linux-user: running of /bin/ls > Compile tested: > xtensa-softmmu && xtensaeb-softmmu > > git tree for testing: > https://github.com/imammedo/qemu/tree/x86cpu_qom_tcg_v2 > > > Igor Mammedov (4): > target-i386: drop usage of prev_debug_excp_handler > target-xtensa: drop usage of prev_debug_excp_handler > cleanup cpu_set_debug_excp_handler > target-i386: move tcg initialization into x86_cpu_initfn() > > cpu-exec.c | 5 +---- > exec-all.h | 2 +- > target-i386/cpu.c | 10 ++++++++++ > target-i386/cpu.h | 1 + > target-i386/helper.c | 16 +--------------- > target-xtensa/helper.c | 8 +------- > 6 files changed, 15 insertions(+), 27 deletions(-) > > -- > 1.7.10.2 > > >