From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHIme-00064u-E7 for qemu-devel@nongnu.org; Thu, 18 Jun 2009 10:40:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHImX-0005uI-J3 for qemu-devel@nongnu.org; Thu, 18 Jun 2009 10:40:06 -0400 Received: from [199.232.76.173] (port=58961 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHImW-0005t7-RD for qemu-devel@nongnu.org; Thu, 18 Jun 2009 10:40:00 -0400 Received: from mx20.gnu.org ([199.232.41.8]:32939) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MHImW-0005FK-Eb for qemu-devel@nongnu.org; Thu, 18 Jun 2009 10:40:00 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHImV-0004vH-KC for qemu-devel@nongnu.org; Thu, 18 Jun 2009 10:39:59 -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 n5IEdui5027096 for ; Thu, 18 Jun 2009 10:39:56 -0400 Message-ID: <4A3A51B9.90207@redhat.com> Date: Thu, 18 Jun 2009 16:39:53 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1245243565-24807-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1245243565-24807-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/10] qdev patches. 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, > The patches can also be pulled from > git://git.et.redhat.com/qemu-kraxel.git (branch qdev.v4). 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 Changes: * bunch of minor fixes and improvements. * more verbose commit messages. * more usb work, teach qemu about busses, it can deal with more than one usb bus now. enjoy, Gerd