Re: [Qemu-devel] [PATCH 3/4] qdev: give all devices a canonical path

2012-03-27 Thread Anthony Liguori
On 03/27/2012 11:38 AM, Paolo Bonzini wrote: 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. Signed-off-by: Paolo Bo

[Qemu-devel] [PATCH 3/4] qdev: give all devices a canonical path

2012-03-27 Thread Paolo Bonzini
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. Signed-off-by: Paolo Bonzini --- hw/qdev.c | 16 +---