commit | da57febfed7bad11be79f047b59719c38abd0712 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Mar 27 18:38:47 2012 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Apr 02 15:04:15 2012 -0500 |
tree | 009c51fa6e882ddae92f8d685f8cf6c04ef986ae | |
parent | f424d5c4c9de67b56594384eac3c08dc33de9344 [diff] |
qdev: give all devices a canonical path A strong limitation of QOM right now is that unconverted ports (e.g. all...) do not give a canonical path to devices that are part of the board. This in turn makes it impossible to replace PROP_PTR with a QOM link for example. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>