Statistics
| Branch: | Revision:

root / hw / qdev-addr.c @ 88b3be20

History | View | Annotate | Download (826 Bytes)

# Date Author Comment
ee6847d1 07/17/2009 01:28 am Gerd Hoffmann

qdev: rework device properties.

This patch is a major overhaul of the device properties. The properties
are saved directly in the device state struct now, the linked list of
property values is gone.

Advantages: * We don't have to maintain the list with the property values....