This series builds on Stefan's object_property_add_alias() and exapnds it to include:
a) aliases to links (needed for dataplane) b) aliases to child<> properties (needed for c below) c) aliases to objects (needed by Marcelo :)) Paolo Marcelo Tosatti (1): mc146818rtc: add "rtc" link to "/machine" Paolo Bonzini (3): qom: add a generic mechanism to resolve paths qom: allow creating an alias of a child<> property qom: allow creating an alias of an object Stefan Hajnoczi (1): qom: add object_property_add_alias() hw/timer/mc146818rtc.c | 9 ++++ include/qom/object.h | 73 ++++++++++++++++++++++++++ qom/object.c | 135 ++++++++++++++++++++++++++++++++++++++++++------- 3 files changed, 198 insertions(+), 19 deletions(-) -- 1.8.3.1