summaryrefslogtreecommitdiffstats
path: root/qom
Commit message (Expand)AuthorAgeFilesLines
* qom: aggressively optimize qom castingAnthony Liguori2013-05-131-2/+38
* qom: allow turning cast debugging offPaolo Bonzini2013-05-131-4/+11
* qom: trace asserting castsPaolo Bonzini2013-05-131-1/+9
* qom: pass file/line/function to asserting castsPaolo Bonzini2013-05-131-6/+9
* qom: add a fast path to object_class_dynamic_castPaolo Bonzini2013-05-131-0/+5
* qom: allow casting of a NULL classPaolo Bonzini2013-05-131-3/+9
* cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann2013-05-011-0/+63
* cpu: Add helper cpu_exists(), to check if CPU with specified id existsIgor Mammedov2013-05-011-0/+26
* cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov2013-05-011-0/+6
* cpu: Introduce CPU hot-plug notifierIgor Mammedov2013-05-011-0/+12
* cpu: Resume CPU from DeviceClass::realize() if hot-pluggedIgor Mammedov2013-05-011-0/+1
* cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov2013-05-011-0/+6
* QOM: Fail casts for unknown typesAlexander Graf2013-04-301-0/+5
* qom: do not return root for empty pathPaolo Bonzini2013-04-291-10/+2
* qom: do nothing on unparent of object without parentPaolo Bonzini2013-04-161-0/+4
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-03-261-3/+3
|\
| * qom: call class destructor before unparentMichael S. Tsirkin2013-03-261-3/+3
* | qom: Detect attempts to add a property that already existsPeter Maydell2013-03-261-1/+12
|/
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-0/+5
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-0/+2
* qom/object.c: Allow itf cast with num_itfs = 0Peter Crosthwaite2013-02-211-1/+2
* qom/object.c: Reset interface list on inheritancePeter Crosthwaite2013-02-211-0/+1
* cpu: Move current_tb field to CPUStateAndreas Färber2013-02-161-0/+1
* cpu: Move exit_request field to CPUStateAndreas Färber2013-02-161-0/+1
* cpu: Prepare QOM realizefnAndreas Färber2013-02-161-0/+5
* qom: remove object_deletePaolo Bonzini2013-02-011-7/+0
* qom: preserve object while unparenting itPaolo Bonzini2013-02-011-0/+2
* qom: Introduce object_class_is_abstract()Andreas Färber2013-01-271-0/+5
* cpu: Add model resolution support to CPUClassAndreas Färber2013-01-271-0/+13
* build: remove universal-obj-yPaolo Bonzini2013-01-261-2/+2
* qom: Make object_resolve_path_component() path argument constAndreas Färber2013-01-151-1/+1
* build: consolidate multiple variables into universal-obj-yPaolo Bonzini2013-01-121-4/+2
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* cpu: Change parent type to DeviceEduardo Habkost2013-01-081-2/+4
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qom: move include files to include/qom/Paolo Bonzini2012-12-194-6/+6
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-192-7/+7
* qapi: remove qapi/qapi-types-core.hPaolo Bonzini2012-12-191-0/+1
* qom: make object_finalize staticPaolo Bonzini2012-11-261-1/+1
* qom: make object_delete usable for statically-allocated objectsPaolo Bonzini2012-11-261-1/+4
* qdev: move bus removal to object_unparentPaolo Bonzini2012-11-261-0/+3
* qom: fix refcount of non-heap-allocated objectsPaolo Bonzini2012-11-261-1/+1
* qom: dynamic_cast of NULL is always NULLPaolo Bonzini2012-11-261-2/+2
* object: add object_property_add_bool (v2)Anthony Liguori2012-11-161-0/+56
* qom: object_delete should unparent the object firstPaolo Bonzini2012-08-231-3/+2
* qom: Reimplement InterfacesAnthony Liguori2012-08-131-134/+86
* qom: Push error reporting to object_property_find()Paolo Bonzini2012-06-181-14/+8
* qdev: Remove qdev_prop_exists()Paolo Bonzini2012-06-181-1/+1
* qbus: Make child devices linksAnthony Liguori2012-06-181-2/+9
* qdev: Push "type" property up to ObjectPaolo Bonzini2012-06-181-0/+11
OpenPOWER on IntegriCloud