qemu-devel
[Top][All Lists]
Advanced

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

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


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/5] use qdev for -usbdevice
Date: Fri, 23 Oct 2009 11:25:58 +0200

  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





reply via email to

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