Sign in
qemu-android
/
qemu-android
/
5ab8211b9e1215ed136164c6d9622f2c928f7a8d
/
qom
00e2cea
qom/object.c: Allow itf cast with num_itfs = 0
by Peter Crosthwaite
· 12 years ago
3e407de
qom/object.c: Reset interface list on inheritance
by Peter Crosthwaite
· 12 years ago
d77953b
cpu: Move current_tb field to CPUState
by Andreas Färber
· 12 years ago
fcd7d00
cpu: Move exit_request field to CPUState
by Andreas Färber
· 12 years ago
4f65809
cpu: Prepare QOM realizefn
by Andreas Färber
· 12 years ago
b76facc
qom: remove object_delete
by Paolo Bonzini
· 12 years ago
52e636c
qom: preserve object while unparenting it
by Paolo Bonzini
· 12 years ago
1786237
qom: Introduce object_class_is_abstract()
by Andreas Färber
· 12 years ago
2b8c275
cpu: Add model resolution support to CPUClass
by Andreas Färber
· 12 years ago
0008234
build: remove universal-obj-y
by Paolo Bonzini
· 12 years ago
3e84b48
qom: Make object_resolve_path_component() path argument const
by Andreas Färber
· 12 years ago
9444e9e
build: consolidate multiple variables into universal-obj-y
by Paolo Bonzini
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
961f839
cpu: Change parent type to Device
by Eduardo Habkost
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
14cccb6
qom: move include files to include/qom/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
4167c42
qapi: remove qapi/qapi-types-core.h
by Paolo Bonzini
· 12 years ago
339c270
qom: make object_finalize static
by Paolo Bonzini
· 12 years ago
fde9bf4
qom: make object_delete usable for statically-allocated objects
by Paolo Bonzini
· 12 years ago
667d22d
qdev: move bus removal to object_unparent
by Paolo Bonzini
· 12 years ago
764b631
qom: fix refcount of non-heap-allocated objects
by Paolo Bonzini
· 12 years ago
b7f43fe
qom: dynamic_cast of NULL is always NULL
by Paolo Bonzini
· 12 years ago
0e55884
object: add object_property_add_bool (v2)
by Anthony Liguori
· 13 years ago
da5a44e
qom: object_delete should unparent the object first
by Paolo Bonzini
· 13 years ago
33e95c6
qom: Reimplement Interfaces
by Anthony Liguori
· 13 years ago
89bfe00
qom: Push error reporting to object_property_find()
by Paolo Bonzini
· 13 years ago
8cb6789
qdev: Remove qdev_prop_exists()
by Paolo Bonzini
· 13 years ago
0866aca
qbus: Make child devices links
by Anthony Liguori
· 13 years ago
2f262e0
qdev: Push "type" property up to Object
by Paolo Bonzini
· 13 years ago
049cb3c
qom: Assert that public types have a non-NULL parent field
by Paolo Bonzini
· 13 years ago
745549c
qom: Make Object a type
by Paolo Bonzini
· 13 years ago
3b50e31
qom: Add class_base_init
by Paolo Bonzini
· 13 years ago
32efc53
qom: Add object_child_foreach()
by Paolo Bonzini
· 13 years ago
5d9d3f4
qom: Introduce object_property_is_{child,link}()
by Andreas Färber
· 13 years ago
e7cce67
qom: Add object_class_get_parent()
by Paolo Bonzini
· 13 years ago
7f07b9c
build: adapt qom/Makefile and move it to Makefile.objs
by Paolo Bonzini
· 13 years ago
8185bfc
qdev: Use object_property_print() in info qtree
by Paolo Bonzini
· 13 years ago
f156f23
qom: Fix memory leak in function container_get
by Stefan Weil
· 13 years ago
dfe47e7
qom: Refine container_get() to allow using a custom root
by Andreas Färber
· 13 years ago
a612b2a
qom: add container_get
by Paolo Bonzini
· 13 years ago
dd83b06
qom: Introduce CPU class
by Andreas Färber
· 13 years ago
418ba9e
qom: Introduce object_class_get_list()
by Andreas Färber
· 13 years ago
ac45103
qom/object.c: rename type_class_init() to type_initialize()
by Igor Mitsyanko
· 13 years ago
aca59af
qom: if @instance_size==0, assign size of object to parent object size
by Igor Mitsyanko
· 13 years ago
6c1fdcf
qom: fix device hot-unplug
by Paolo Bonzini
· 13 years ago
f0cdc96
qom: In function object_set_link_property(), first call object_ref(), then object_unref().
by Alexander Barabash
· 13 years ago
258b2c4
qom: Fix object_initialize_with_type() assertion
by Andreas Färber
· 13 years ago
b2cd7de
qom: add generic string parsing/printing
by Paolo Bonzini
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
1d9c5a1
qom: add property get/set wrappers for links
by Paolo Bonzini
· 13 years ago
a1e7efd
qom: fix canonical paths vs. interfaces
by Paolo Bonzini
· 13 years ago
11e35bf
qom: use object_resolve_path_type for links
by Paolo Bonzini
· 13 years ago
02fe2db
qom: add object_resolve_path_type
by Paolo Bonzini
· 13 years ago
8f770d3
qom: fix off-by-one
by Paolo Bonzini
· 13 years ago
7b7b7d1
qom: add property get/set wrappers for C types
by Paolo Bonzini
· 13 years ago
9f5f135
qom: add QObject-based property get/set wrappers
by Paolo Bonzini
· 13 years ago
b46d9b1
qom: do not include qdev header file
by Paolo Bonzini
· 13 years ago
9970bd8
qom: avoid useless conversions from string to type
by Paolo Bonzini
· 13 years ago
acc4af3
qom: clean up/optimize object_dynamic_cast
by Paolo Bonzini
· 13 years ago
8b45d44
container: make a decendent of Object
by Anthony Liguori
· 13 years ago
db85b57
object: sure up reference counting
by Anthony Liguori
· 13 years ago
fe40e62
qom: accept any compatible type when setting a link property
by Anthony Liguori
· 13 years ago
57c9faf
qom: move properties from qdev to object
by Anthony Liguori
· 13 years ago
93c511a
qom: allow object_class_foreach to take additional parameters to refine search
by Anthony Liguori
· 13 years ago
7309335
qdev: change ambiguous qdev names
by Anthony Liguori
· 13 years ago
2f28d2ff
qom: add the base Object class (v2)
by Anthony Liguori
· 13 years ago