From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KfEJi-00081T-Gy for qemu-devel@nongnu.org; Mon, 15 Sep 2008 09:40:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KfEJh-00080n-3R for qemu-devel@nongnu.org; Mon, 15 Sep 2008 09:40:38 -0400 Received: from [199.232.76.173] (port=50232 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfEJg-00080h-U4 for qemu-devel@nongnu.org; Mon, 15 Sep 2008 09:40:36 -0400 Received: from mx2.redhat.com ([66.187.237.31]:53935) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KfEJg-0005Us-LK for qemu-devel@nongnu.org; Mon, 15 Sep 2008 09:40:36 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id m8FDe08t028993 for ; Mon, 15 Sep 2008 09:40:20 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m8FDdmea001158 for ; Mon, 15 Sep 2008 09:39:49 -0400 Received: from poweredge.glommer (vpn-12-223.rdu.redhat.com [10.11.12.223]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id m8FDdlYZ014209 for ; Mon, 15 Sep 2008 09:39:47 -0400 Date: Mon, 15 Sep 2008 10:40:13 -0300 From: Glauber Costa Message-ID: <20080915134013.GC6066@poweredge.glommer> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] QEMU Accel 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 Hi Folks, I've updated QEMUAccel, which can be found at: git://git.kernel.org/pub/scm/virt/qemu/glommer/qemu-accel.git Major differences are: * It removes the window decoration thing, since KVM, the main motivator of it, dropped it in favor of a monitor command * If includes the fix from Dmitry regarding kqemu registration * It removes the construction directive, in favor of a command line switch, as sent to the list last week. I've not yet updated the kvm branch of it, but expect to do it this week.