qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/7] use qdev for -usbdevice


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH v2 0/7] use qdev for -usbdevice
Date: Mon, 26 Oct 2009 15:56:44 +0100

  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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]