aboutsummaryrefslogtreecommitdiffstats
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
2013-11-19qom: Fix memory leak in object_property_set_link()Vlad Yasevich1-2/+3
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-0/+60
2013-10-14qom: add pointer to int property helpersMichael S. Tsirkin1-0/+60
2013-09-20cpu: Move cpu state syncs up into cpu_dump_state()James Hogan1-0/+1
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-21/+9
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber1-21/+9
2013-08-30qom: Assert instance size in object_initialize_with_type()Andreas Färber1-3/+4
2013-08-30qom: Pass available size to object_initialize()Andreas Färber1-1/+1
2013-08-16qom: Introduce instance_post_init hookEduardo Habkost1-0/+14
2013-08-16gdbstub: Fix gdb_register_coprocessor() register countingAndreas Färber1-1/+1
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber1-2/+0
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber1-0/+13
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber1-0/+9
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-0/+8
2013-07-10qom: Fix class cast of NULL classesPeter Crosthwaite1-3/+3
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber1-0/+8
2013-07-04qom: Use atomics for object refcountingJan Kiszka1-3/+2
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber1-0/+2
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-1/+21
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber1-0/+6
2013-06-11cpu: Change default for CPUClass::get_paging_enabled()Andreas Färber1-1/+1
2013-06-11cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber1-0/+16
2013-06-11cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber1-0/+13
2013-05-22qom/object: Don't poll cast cache for NULL objectsPeter Crosthwaite1-2/+2
2013-05-13qom: aggressively optimize qom castingAnthony Liguori1-2/+38
2013-05-13qom: allow turning cast debugging offPaolo Bonzini1-4/+11
2013-05-13qom: trace asserting castsPaolo Bonzini1-1/+9
2013-05-13qom: pass file/line/function to asserting castsPaolo Bonzini1-6/+9
2013-05-13qom: add a fast path to object_class_dynamic_castPaolo Bonzini1-0/+5
2013-05-13qom: allow casting of a NULL classPaolo Bonzini1-3/+9
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann1-0/+63
2013-05-01cpu: Add helper cpu_exists(), to check if CPU with specified id existsIgor Mammedov1-0/+26
2013-05-01cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov1-0/+6
2013-05-01cpu: Introduce CPU hot-plug notifierIgor Mammedov1-0/+12
2013-05-01cpu: Resume CPU from DeviceClass::realize() if hot-pluggedIgor Mammedov1-0/+1
2013-05-01cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov1-0/+6
2013-04-30QOM: Fail casts for unknown typesAlexander Graf1-0/+5
2013-04-29qom: do not return root for empty pathPaolo Bonzini1-10/+2
2013-04-16qom: do nothing on unparent of object without parentPaolo Bonzini1-0/+4
2013-03-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-3/+3
2013-03-26qom: call class destructor before unparentMichael S. Tsirkin1-3/+3
2013-03-26qom: Detect attempts to add a property that already existsPeter Maydell1-1/+12
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber1-0/+5
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-0/+2
2013-02-21qom/object.c: Allow itf cast with num_itfs = 0Peter Crosthwaite1-1/+2
2013-02-21qom/object.c: Reset interface list on inheritancePeter Crosthwaite1-0/+1
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber1-0/+1
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber1-0/+1
2013-02-16cpu: Prepare QOM realizefnAndreas Färber1-0/+5
2013-02-01qom: remove object_deletePaolo Bonzini1-7/+0
2013-02-01qom: preserve object while unparenting itPaolo Bonzini1-0/+2
2013-01-27qom: Introduce object_class_is_abstract()Andreas Färber1-0/+5
2013-01-27cpu: Add model resolution support to CPUClassAndreas Färber1-0/+13
2013-01-26build: remove universal-obj-yPaolo Bonzini1-2/+2
2013-01-15qom: Make object_resolve_path_component() path argument constAndreas Färber1-1/+1
2013-01-12build: consolidate multiple variables into universal-obj-yPaolo Bonzini1-4/+2
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2013-01-08cpu: Change parent type to DeviceEduardo Habkost1-2/+4
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19qom: move include files to include/qom/Paolo Bonzini4-6/+6
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini2-7/+7
2012-12-19qapi: remove qapi/qapi-types-core.hPaolo Bonzini1-0/+1
2012-11-26qom: make object_finalize staticPaolo Bonzini1-1/+1
2012-11-26qom: make object_delete usable for statically-allocated objectsPaolo Bonzini1-1/+4
2012-11-26qdev: move bus removal to object_unparentPaolo Bonzini1-0/+3
2012-11-26qom: fix refcount of non-heap-allocated objectsPaolo Bonzini1-1/+1
2012-11-26qom: dynamic_cast of NULL is always NULLPaolo Bonzini1-2/+2
2012-11-16object: add object_property_add_bool (v2)Anthony Liguori1-0/+56
2012-08-23qom: object_delete should unparent the object firstPaolo Bonzini1-3/+2
2012-08-13qom: Reimplement InterfacesAnthony Liguori1-134/+86
2012-06-18qom: Push error reporting to object_property_find()Paolo Bonzini1-14/+8
2012-06-18qdev: Remove qdev_prop_exists()Paolo Bonzini1-1/+1
2012-06-18qbus: Make child devices linksAnthony Liguori1-2/+9
2012-06-18qdev: Push "type" property up to ObjectPaolo Bonzini1-0/+11
2012-06-18qom: Assert that public types have a non-NULL parent fieldPaolo Bonzini1-4/+10
2012-06-18qom: Make Object a typePaolo Bonzini1-29/+30
2012-06-18qom: Add class_base_initPaolo Bonzini1-0/+9
2012-06-18qom: Add object_child_foreach()Paolo Bonzini1-0/+17
2012-06-18qom: Introduce object_property_is_{child,link}()Andreas Färber1-5/+15
2012-06-18qom: Add object_class_get_parent()Paolo Bonzini1-0/+13
2012-06-07build: adapt qom/Makefile and move it to Makefile.objsPaolo Bonzini2-2/+4
2012-05-12qdev: Use object_property_print() in info qtreePaolo Bonzini1-1/+1
2012-05-03qom: Fix memory leak in function container_getStefan Weil1-0/+2
2012-04-24qom: Refine container_get() to allow using a custom rootAndreas Färber1-2/+2
2012-04-02qom: add container_getPaolo Bonzini2-16/+40
2012-03-14qom: Introduce CPU classAndreas Färber2-0/+59
2012-03-14qom: Introduce object_class_get_list()Andreas Färber1-0/+17
2012-03-14qom/object.c: rename type_class_init() to type_initialize()Igor Mitsyanko1-6/+6
2012-03-14qom: if @instance_size==0, assign size of object to parent object sizeIgor Mitsyanko1-2/+17
2012-03-12qom: fix device hot-unplugPaolo Bonzini1-5/+2
2012-02-22qom: In function object_set_link_property(), first call object_ref(), then ob...Alexander Barabash1-4/+7
2012-02-22qom: Fix object_initialize_with_type() assertionAndreas Färber1-1/+1
2012-02-22qom: add generic string parsing/printingPaolo Bonzini1-0/+25
2012-02-15qom: Unify type registrationAndreas Färber2-4/+4
2012-02-07qom: add property get/set wrappers for linksPaolo Bonzini1-0/+24
2012-02-07qom: fix canonical paths vs. interfacesPaolo Bonzini1-0/+10
2012-02-07qom: use object_resolve_path_type for linksPaolo Bonzini1-14/+17
2012-02-07qom: add object_resolve_path_typePaolo Bonzini1-8/+18
2012-02-07qom: fix off-by-onePaolo Bonzini1-5/+2
2012-02-07qom: add property get/set wrappers for C typesPaolo Bonzini1-9/+110
2012-02-07qom: add QObject-based property get/set wrappersPaolo Bonzini2-1/+45
2012-02-07qom: do not include qdev header filePaolo Bonzini1-2/+0
2012-02-07qom: avoid useless conversions from string to typePaolo Bonzini1-15/+12
2012-02-07qom: clean up/optimize object_dynamic_castPaolo Bonzini1-24/+38
2012-02-03container: make a decendent of ObjectAnthony Liguori3-6/+32
2012-02-03object: sure up reference countingAnthony Liguori1-2/+14
2012-02-03qom: accept any compatible type when setting a link propertyAnthony Liguori1-4/+5
2012-02-03qom: move properties from qdev to objectAnthony Liguori1-0/+468
2012-02-03qom: allow object_class_foreach to take additional parameters to refine searchAnthony Liguori1-2/+16
2012-01-27qdev: change ambiguous qdev namesAnthony Liguori1-0/+5
2012-01-27qom: add the base Object class (v2)Anthony Liguori2-0/+486