commit | d190698e6f806198da42c05c35b623760b6e1f00 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Jun 10 11:17:35 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jul 01 10:17:48 2014 +0200 |
tree | 8addf76c5d81c726a24a98a4638c310b504e3079 | |
parent | 64607d088132abdb25bf30d93e97d0c8df7b364c [diff] |
qom: allow creating an alias of a child<> property Child properties must be unique. Fix this problem by turning their aliases into links. The resolve function that forwards to the target property does not have any knowledge of the target property's type, so it works fine. Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>