From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6TWC-0008V7-51 for qemu-devel@nongnu.org; Fri, 06 Nov 2009 13:26:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6TW6-0008MM-N6 for qemu-devel@nongnu.org; Fri, 06 Nov 2009 13:26:39 -0500 Received: from [199.232.76.173] (port=44858 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6TW6-0008LU-6N for qemu-devel@nongnu.org; Fri, 06 Nov 2009 13:26:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43862) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6TW5-0001hQ-Py for qemu-devel@nongnu.org; Fri, 06 Nov 2009 13:26:34 -0500 From: Glauber Costa Date: Fri, 6 Nov 2009 16:26:22 -0200 Message-Id: <1257531990-19437-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/8] Split in-kernel devices List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com This is the final version of the in-kernel devices support for kvm. Series do not yet include any switch to disable it. But I had that last patch floating around, and as soon as we set up on the best method to do it (special machine, cmd line switch, whatever), I can resend. I believe this model provides really ellegant devices, and it is much easier to understand than previous code.