From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWju0-000536-9n for qemu-devel@nongnu.org; Wed, 15 Jun 2011 02:48:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWjty-0001Hu-TP for qemu-devel@nongnu.org; Wed, 15 Jun 2011 02:48:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWjty-0001Hl-CP for qemu-devel@nongnu.org; Wed, 15 Jun 2011 02:48:34 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5F6mXlF032541 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 15 Jun 2011 02:48:33 -0400 Date: Wed, 15 Jun 2011 09:48:49 +0300 From: "Michael S. Tsirkin" Message-ID: <20110615064849.GA31097@redhat.com> References: <20110614174020.GA13285@redhat.com> <4DF85212.4010808@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DF85212.4010808@redhat.com> Subject: Re: [Qemu-devel] [PATCH] usb-ehci: move device/vendor/class id to qdev List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Wed, Jun 15, 2011 at 08:32:50AM +0200, Gerd Hoffmann wrote: > On 06/14/11 19:40, Michael S. Tsirkin wrote: > >This is on top of my pci tree. > > Looks good. Wanna queue this up in your PCI tree, so all devices > are switched over at once when this is merged? > > cheers, > Gerd Guess so, yes. Thanks for the review. -- MST