From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHfx9-0002Qj-GF for qemu-devel@nongnu.org; Tue, 30 Dec 2008 09:52:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHfx7-0002Q3-Ag for qemu-devel@nongnu.org; Tue, 30 Dec 2008 09:52:14 -0500 Received: from [199.232.76.173] (port=36165 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHfx6-0002Px-Vy for qemu-devel@nongnu.org; Tue, 30 Dec 2008 09:52:13 -0500 Received: from mx2.redhat.com ([66.187.237.31]:45583) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHfx6-0004yg-Dt for qemu-devel@nongnu.org; Tue, 30 Dec 2008 09:52:12 -0500 From: Glauber Costa Date: Tue, 30 Dec 2008 09:52:04 -0500 Message-Id: <1230648726-17163-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Hook into vcpu creation 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: Ian.Jackson@eu.citrix.com, avi@redhat.com, kvm@vger.kernel.org, stefano.stabellini@eu.citrix.com Hello fellow 2008-ers, soon to be 2009-ers. It's time to say goodbye to the year that goes, which I do by sending the last small series of the year. This is another hook proposal for kvm, still in the ways to make tcg optional. I'm hooking vcpu creation in order to avoid tcg initialization routines. In yet to be posted patches after those ones, I'm able to get rid of most of cpu_exec_init_all, one of the main external functions from exec.c