From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1GPX-0007zw-9a for qemu-devel@nongnu.org; Fri, 23 Oct 2009 05:26:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1GPS-0007xx-DO for qemu-devel@nongnu.org; Fri, 23 Oct 2009 05:26:14 -0400 Received: from [199.232.76.173] (port=40160 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1GPS-0007xo-8e for qemu-devel@nongnu.org; Fri, 23 Oct 2009 05:26:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23318) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1GPR-0002AZ-Il for qemu-devel@nongnu.org; Fri, 23 Oct 2009 05:26:09 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9N9Q8RB009526 for ; Fri, 23 Oct 2009 05:26:08 -0400 From: Gerd Hoffmann Date: Fri, 23 Oct 2009 11:25:58 +0200 Message-Id: <1256289963-26430-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] use qdev for -usbdevice List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series changes the way the -usbdevice switch (and the usb_add monitor command) is handled. Instead of hard-coding stuff in vl.c it is integrated with qdev by adding new fields to USBDeviceInfo. First patch adds the infrastructure. Follwing patches switch over the usb drivers to the new way of handling things. Not converted (yet) are: * bt: bluetooth is not qdev-ified at all, needs investigation. * host: big project, especially the auto-add-by-id stuff. * net: too many net patches in flight right now. cheers, Gerd