From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K10wy-0002ln-U5 for qemu-devel@nongnu.org; Tue, 27 May 2008 11:18:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K10ww-0002lP-Nu for qemu-devel@nongnu.org; Tue, 27 May 2008 11:18:55 -0400 Received: from [199.232.76.173] (port=40935 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K10ww-0002lM-In for qemu-devel@nongnu.org; Tue, 27 May 2008 11:18:54 -0400 Received: from mx1.redhat.com ([66.187.233.31]:48004) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K10ww-0006fU-Nx for qemu-devel@nongnu.org; Tue, 27 May 2008 11:18:54 -0400 From: Glauber Costa Date: Tue, 27 May 2008 12:18:19 -0300 Message-Id: <1211901505-30519-1-git-send-email-gcosta@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] simplify cpu-exec new spin Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org Hi, This is an update on the previous series I sent that aims at simplifying cpu_exec. It fixes some bugs I've found myself, merge some comments from anthony, and goes a little bit further in enclosing functions. Comments welcome