qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/20] qdev patches.


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/20] qdev patches.
Date: Mon, 29 Jun 2009 14:46:01 +0200

  Hi,

This is a respin of my qdev patches.  They are rebased to the latest
master.  Addressed review comments, partly by changing code, partly by
clarifying commit messages.

The first five patches build the groundwork, I'd like to see them
merged soon.

The other patches are are converting drivers (pci/scsi/usb) and
subsystems (scsi/usb) to qdev.  As in the previous submission not all
driver conversions are complete, i.e. the ${driver}_init() function does
more than wrapping a simple ${bus}_create_simple() call, thus creating
the devices from a device tree can't work (yet).  I think the patches
are useful even for the drivers which are not finished.

The last two patches are just temporary patches to test multiple usb
busses.

Next item on my todo list is having a look at the disk setup: separate
host / guest state, link them somehow (probably by name using device
attributes).  That should allow to make qdev conversion progress on the
scsi+ide+virtioblk+usbstorage front.

The patches can also be pulled from
        git://git.et.redhat.com/qemu-kraxel.git (branch qdev.v7).

cheers,
  Gerd





reply via email to

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