From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqCWE-0001Od-45 for qemu-devel@nongnu.org; Wed, 15 Oct 2008 15:58:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqCW9-0001MY-F4 for qemu-devel@nongnu.org; Wed, 15 Oct 2008 15:58:51 -0400 Received: from [199.232.76.173] (port=36781 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqCW9-0001MT-6y for qemu-devel@nongnu.org; Wed, 15 Oct 2008 15:58:49 -0400 Received: from mx2.redhat.com ([66.187.237.31]:49428) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KqCW8-0001Hc-7p for qemu-devel@nongnu.org; Wed, 15 Oct 2008 15:58:49 -0400 From: Glauber Costa Date: Wed, 15 Oct 2008 19:54:57 -0200 Message-Id: <1224107718-19128-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/21] Accelerators: cleaned up version 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: jan.kiszka@siemens.com, aliguori@us.ibm.com, jes@sgi.com, avi@qumranet.com, dmitry.baryshkov@siemens.com So as Anthony requested, here's the current state of accelerators. It's basically whatever was in the repository, but cleaned up and factored as individual patches. I've run my previous tests on it and it seems to work. So if other folks who were also running it can give a test to make sure it still works for you, it would be awesome. Anthony, if nobody spots anything obvious in this series, can you merge it? thanks