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. * net: too many net patches in flight right now. New in v2: - also convert host usb pass through. - bugfix in auto attach opt-out patch. cheers, Gerd