From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHgVW-0007kj-Qb for qemu-devel@nongnu.org; Fri, 19 Jun 2009 12:00:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHgVQ-0007eF-M4 for qemu-devel@nongnu.org; Fri, 19 Jun 2009 12:00:01 -0400 Received: from [199.232.76.173] (port=35011 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHgVQ-0007e1-CO for qemu-devel@nongnu.org; Fri, 19 Jun 2009 11:59:56 -0400 Received: from mx2.redhat.com ([66.187.237.31]:54823) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHgVM-0001P0-OE for qemu-devel@nongnu.org; Fri, 19 Jun 2009 11:59:53 -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 n5JFxpAZ029941 for ; Fri, 19 Jun 2009 11:59:51 -0400 Message-ID: <4A3BB5F2.9050701@redhat.com> Date: Fri, 19 Jun 2009 17:59:46 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 0/10] qdev patches. References: <1245243565-24807-1-git-send-email-kraxel@redhat.com> <4A3A51B9.90207@redhat.com> In-Reply-To: <4A3A51B9.90207@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Hi, > Updated patch queue pushed to qdev.v5. Not posting to avoid spamming the > list too much. Online viewable via gitweb here: > http://git.et.redhat.com/?p=qemu-kraxel.git;a=shortlog;h=refs/heads/qdev.v5 Todays update pushed to qdev.v6. http://git.et.redhat.com/?p=qemu-kraxel.git;a=shortlog;h=refs/heads/qdev.v6 Changes: * Reordered patches: - First the patches with the core changes. - Then conversion of some PCI drivers. - Next USB. - Next SCSI. - Finally some test patches I've used to play with multiple USB busses. The core patches are needed for all others. The usb-related patches build on each other and must be applied in order. SCSI goes after USB because of usb-storage. Otherwise the patches should be independent on each other. * Converted VGA drivers and ac97/es1370 to qdev. * Minor tweaks. cheers, Gerd