[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/4] integrate more device handling bits with qdev.
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PATCH 0/4] integrate more device handling bits with qdev. |
Date: |
Tue, 1 Sep 2009 09:56:11 +0200 |
Hi,
Short patch series to outline how qdev can help us to reduce the number
of register_foo() calls in drivers. This is part one of the plan: move
register_foo() calls to qdev code.
Once all drivers are converted to qdev we maybe can do step two: Make
todays users of the callback lists (qemu_system_reset for example) walk
the qdev tree to find all reset handlers and drop the callback lists.
cheers,
Gerd
- [Qemu-devel] [PATCH 0/4] integrate more device handling bits with qdev.,
Gerd Hoffmann <=