aboutsummaryrefslogtreecommitdiffstats
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster2-2/+1
2018-03-02Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+1
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson1-0/+1
2017-10-17qom: introduce type_register_static_array()Igor Mammedov1-0/+9
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-1/+6
2017-10-03qom: provide root container for internal objsPeter Xu1-0/+11
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-14/+5
2017-09-19qom: cpus: split cpu_generic_init() on feature parsing and cpu creation partsIgor Mammedov1-16/+30
2017-09-19vl: Clean up user-creatable objects when exitingEduardo Habkost1-0/+5
2017-09-07boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell1-0/+16
2017-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...Peter Maydell1-8/+8
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau1-8/+8
2017-09-01qom: cpu: fix parsed feature string lengthIgor Mammedov1-8/+6
2017-09-01cpu: cpu_by_arch_id() helperEduardo Habkost1-3/+8
2017-09-01qom: Remove unused errp parameter from can_be_deleted()Eduardo Habkost1-3/+3
2017-08-09Revert "cpu: add APIs to allocate/free CPU environment"Michael S. Tsirkin1-34/+0
2017-08-08cpu: add APIs to allocate/free CPU environmentMichael S. Tsirkin1-0/+34
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-9/+8
2017-07-17qom: Fix ambiguous path detection when ambiguous=NULLEduardo Habkost1-9/+8
2017-07-17trace: Allocate cpu->trace_dstate in placeLluís Vilanova1-8/+0
2017-07-14cpu: Convert to DEFINE_PROP_LINKFam Zheng1-0/+1
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-4/+4
2017-07-04cpu: move interrupt handling out of translate-common.cPaolo Bonzini1-0/+13
2017-07-04cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth1-3/+2
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota1-4/+1
2017-06-20object: add uint property setter/getterMarc-André Lureau1-0/+29
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-9/+7
2017-06-19object: fix potential leak in gettersMarc-André Lureau1-3/+3
2017-06-06monitor: fix object_del for command-line-created objectsMichael Roth1-0/+9
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-05-12trace: add sanity checkAnthony Xu1-1/+5
2017-05-04container: don't leak container referenceMarc-André Lureau1-0/+1
2017-03-23qom: Fix regression with 'qom-type'Eric Blake1-0/+2
2017-03-22qom: Avoid unvisited 'id'/'qom-type' in user_creatable_add_optsEric Blake1-3/+5
2017-03-05qapi: Drop unused non-strict qobject input visitorMarkus Armbruster1-1/+1
2017-03-05qom: Make object_property_set_qobject()'s input visitor strictMarkus Armbruster1-2/+2
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini1-1/+1
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka1-0/+10
2017-02-22cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini1-1/+1
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov1-0/+11
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown1-0/+6
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange1-1/+1
2017-01-27Introduce DEVICE_CATEGORY_CPU for CPU devicesThomas Huth1-0/+1
2017-01-24object: make some funcs staticMarc-André Lureau1-2/+2
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+7
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-1/+1
2017-01-17Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+2
2017-01-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell1-2/+8
2017-01-16qom: Make all interface types abstractEduardo Habkost1-0/+6
2017-01-16trace: Fix dynamic event state on vCPU hot-unplugLluís Vilanova1-0/+2
2017-01-13cpu_common_reset: wrap TCG specific code in tcg_enabled()Alex Bennée1-4/+6
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-0/+4
2017-01-12monitor: fix qmp/hmp query-memdev not reporting IDs of memory backendsIgor Mammedov1-0/+6
2017-01-12monitor: reuse user_creatable_add_opts() instead of user_creatable_add()Igor Mammedov1-54/+17
2017-01-12qom: remove unused headerIgor Mammedov1-1/+0
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange1-1/+1
2016-10-25qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange1-1/+1
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2-3/+3
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier1-1/+7
2016-10-24exec: split cpu_exec_init()Laurent Vivier1-0/+2
2016-10-12trace: dynamically allocate trace_dstate in CPUStateDaniel P. Berrange1-2/+5
2016-10-04cpu: atomically modify cpu->exit_requestAlex Bennée1-2/+2
2016-10-04qom/cpu: atomically clear the tb_jmp_cacheAlex Bennée1-1/+5
2016-10-04qom/object: update class cache atomicallyAlex Bennée1-7/+8
2016-09-28trace: Add event "guest_cpu_reset"Lluís Vilanova1-0/+3
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova1-0/+3
2016-09-19linux-user-i386: Fix crash on cpuidMarc-André Lureau1-0/+5
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-07-26exec: Set cpu_index only if it's not been explictly setIgor Mammedov1-1/+1
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova1-0/+1
2016-07-07pc: Parse CPU features only onceIgor Mammedov1-1/+0
2016-07-07arm: virt: Parse cpu_model only onceIgor Mammedov1-1/+0
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov1-12/+29
2016-07-06qapi: Add new visit_complete() functionEric Blake2-21/+17
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake1-1/+1
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake1-5/+6
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake1-5/+4
2016-07-06string-input-visitor: Favor new visit_free() functionEric Blake1-14/+11
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-4/+4
2016-07-06qapi: Add parameter to visit_end_*Eric Blake2-3/+3
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+5
2016-06-20trace: split out trace events for qom/ directoryDaniel P. Berrange1-0/+5
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-3/+1
2016-06-17qom: API to get instance_size of a typeBharata B Rao1-0/+8
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov1-1/+0
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake2-16/+12
2016-05-12qom: Wrap prop visit in visit_start_structEric Blake1-6/+13
2016-05-12qapi: Use strict QMP input visitor in more placesEric Blake1-0/+1
2016-05-12qapi: Consolidate QMP input visitor creationEric Blake1-1/+1
2016-04-28qom: -object error messages lost location, restore itMarkus Armbruster1-1/+3
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster4-0/+4
2016-02-23cpu: Clean up includesPeter Maydell1-0/+1
2016-02-16qom: add helpers for UserCreatable object typesDaniel P. Berrange1-0/+174
2016-02-11cpu: Add callback to check architectural watchpoint matchSergey Fedorov1-0/+9
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake1-4/+4
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-38/+37
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-25/+24
2016-02-08qom: Use typedef for VisitorEric Blake1-2/+2
2016-02-04qom: Clean up includesPeter Maydell4-1/+4
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange1-18/+4
2016-01-18qom: Allow properties to be registered against classesDaniel P. Berrange1-15/+221
2016-01-15dump: qemunotes aren't commonly neededAndrew Jones1-2/+2
2015-11-19qom: Clean up assertions to display values on failureAndreas Färber1-6/+6
2015-11-19qom: Replace object property list with GHashTablePavel Fedin1-44/+76
2015-11-18qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange1-0/+28
2015-11-11error: More error_setg() usageEric Blake1-2/+2
2015-11-06qom/object: fix 2 comment typosCao jin1-1/+1
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake2-18/+18
2015-09-19qom: Fix invalid error check in property_get_str()Markus Armbruster1-4/+8
2015-09-19qom: Do not reuse errp after a possible errorMarkus Armbruster1-6/+35
2015-09-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2015-09-16cpu: Add crash_occurred flag into CPUStateAndrey Smetanin1-0/+1
2015-09-15qom: allow QOM to be linked into tools binariesDaniel P. Berrange1-3/+4
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+3
2015-09-09cpus: protect work list with work_mutexPaolo Bonzini1-0/+1
2015-09-09tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accessesPaolo Bonzini1-0/+2
2015-09-08qom: Add recursive version of object_child_for_eachPeter Crosthwaite1-3/+22
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini1-1/+1
2015-07-09cpu: Convert cpu_index into a bitmapBharata B Rao1-0/+7
2015-07-09cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()Eduardo Habkost1-0/+2
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-6/+6
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster1-2/+4
2015-06-22qobject: Use 'bool' for qboolEric Blake1-2/+2
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange1-2/+17
2015-06-19qom: Add an object_property_add_enum() helper functionDaniel P. Berrange1-0/+58
2015-06-19qom: Make enum string tables const-correctDaniel P. Berrange1-1/+1
2015-06-19qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange1-0/+109
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange1-0/+5
2015-06-19qom: strdup() target property name on object_property_add_alias()Eduardo Habkost1-2/+3
2015-06-05qom: add object_property_add_const_linkPaolo Bonzini1-0/+16
2015-04-01qom: Add can_be_deleted callback to UserCreatableClassLin Ma1-0/+12
2015-03-31qom: Fix object_property_add_alias() with [*]Andreas Färber1-1/+1
2015-03-19qom: Fix warning from SparseStefan Weil1-1/+1
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson1-0/+79
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+1
2014-12-20cpu: initialize cpu->exception_index on resetPaolo Bonzini1-0/+1
2014-11-02qom/cpu: remove the unused CPU hot-plug notifierGu Zheng1-10/+0
2014-10-23qom: Demote already-has-a-parent to a regular errorPeter Crosthwaite1-1/+5
2014-10-23qom: Allow clearing of a Link propertyPeter Crosthwaite1-3/+7
2014-10-15qom: Add description field in ObjectProperty structGonglei1-0/+20
2014-10-15qom: Add error handler for object alias propertyGonglei1-1/+8
2014-10-15qom: Add error handler for object_property_print()Gonglei1-2/+10
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson1-0/+6
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson1-2/+4
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell1-0/+5
2014-09-04qom: Add automatic arrayification to object_property_add()Peter Crosthwaite1-0/+21
2014-09-04qom: Make object_child_foreach() safe for objects removalAlexey Kardashevskiy1-2/+2
2014-09-02qom/object.c, hmp.c: fix string_output_get_string() memory leakChen Fan1-2/+10
2014-08-17qom: object: move unparenting to the child property's release callbackPaolo Bonzini1-10/+4
2014-08-17qom: object: delete properties before calling instance_finalizePaolo Bonzini1-1/+1
2014-07-01qom: object: Ignore refs/unrefs of NULLPeter Crosthwaite1-6/+8
2014-07-01qom: object: remove parent pointer when unparentingPeter Crosthwaite1-0/+1
2014-07-01qom: allow creating an alias of a child<> propertyPaolo Bonzini1-1/+11
2014-07-01qom: add a generic mechanism to resolve pathsPaolo Bonzini1-29/+53
2014-07-01qom: add object_property_add_alias()Stefan Hajnoczi1-0/+51
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz1-0/+6
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao1-0/+35
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-2/+3
2014-04-11qom: Fix crash with qom-list and link propertiesCole Robinson1-1/+2
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-1/+17
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-3/+33
2014-03-19qom: Don't make link NULL on object_property_set_link() failureStefan Hajnoczi1-14/+15
2014-03-19qom: Split object_property_set_link()Stefan Hajnoczi1-20/+40
2014-03-13cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber1-0/+2
2014-03-13cpu: Factor out cpu_generic_init()Andreas Färber1-0/+41
2014-03-13cpu: Implement CPUClass::parse_features() for the rest of CPUsAndreas Färber1-1/+30
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber1-0/+6
2014-03-13cpu: Don't clear cpu->exit_request on resetEdgar E. Iglesias1-1/+0
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-22/+32
2014-03-13object: add object_get_canonical_path_component()Stefan Hajnoczi1-22/+32
2014-03-12qom: Avoid leaking str and bool properties on failureStefan Hajnoczi1-2/+12
2014-02-14qapi: Add human mode to StringOutputVisitorPaolo Bonzini1-2/+2
2014-01-28add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov2-0/+33
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias1-3/+8
2014-01-06qom: catch errors in object_property_add_childPaolo Bonzini1-3/+8
2013-12-24qom: Detect bad reentrance during object_class_foreach()Hervé Poussineau1-0/+5
2013-12-24qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini1-11/+21
2013-12-24qom: Split out object and class cachesPeter Crosthwaite1-6/+7
2013-12-23cpu: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+5
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
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