qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/5] qom: path resolution, property aliases and more


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 0/5] qom: path resolution, property aliases and more
Date: Wed, 11 Jun 2014 18:49:24 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]