summaryrefslogtreecommitdiffstats
path: root/qom
Commit message (Expand)AuthorAgeFilesLines
* qom: -object error messages lost location, restore itMarkus Armbruster2019-11-291-1/+3
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-294-0/+4
* cpu: Clean up includesPeter Maydell2019-11-291-0/+1
* qom: add helpers for UserCreatable object typesDaniel P. Berrange2019-11-291-0/+174
* cpu: Add callback to check architectural watchpoint matchSergey Fedorov2019-11-291-0/+9
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2019-11-291-4/+4
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-291-38/+37
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-25/+24
* qom: Use typedef for VisitorEric Blake2019-11-291-2/+2
* qom: Clean up includesPeter Maydell2019-11-294-1/+4
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2019-11-291-0/+1
* qom: Change object property iterator API contractDaniel P. Berrange2019-11-291-18/+4
* qom: Allow properties to be registered against classesDaniel P. Berrange2019-11-291-15/+221
* dump: qemunotes aren't commonly neededAndrew Jones2019-11-291-2/+2
* Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree2.5_overlayTimothy Pearson2019-11-291-0/+8
* qom: Clean up assertions to display values on failureAndreas Färber2015-11-191-6/+6
* qom: Replace object property list with GHashTablePavel Fedin2015-11-191-44/+76
* qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange2015-11-181-0/+28
* error: More error_setg() usageEric Blake2015-11-111-2/+2
* qom/object: fix 2 comment typosCao jin2015-11-061-1/+1
* qapi: Consistent generated code: prefer visitor 'v'Eric Blake2015-10-122-18/+18
* qom: Fix invalid error check in property_get_str()Markus Armbruster2015-09-191-4/+8
* qom: Do not reuse errp after a possible errorMarkus Armbruster2015-09-191-6/+35
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-161-0/+1
|\
| * cpu: Add crash_occurred flag into CPUStateAndrey Smetanin2015-09-161-0/+1
* | qom: allow QOM to be linked into tools binariesDaniel P. Berrange2015-09-151-3/+4
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-0/+3
|\
| * cpus: protect work list with work_mutexPaolo Bonzini2015-09-091-0/+1
| * tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accessesPaolo Bonzini2015-09-091-0/+2
* | qom: Add recursive version of object_child_for_eachPeter Crosthwaite2015-09-081-3/+22
|/
* exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini2015-08-141-1/+1
* cpu: Convert cpu_index into a bitmapBharata B Rao2015-07-091-0/+7
* cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()Eduardo Habkost2015-07-091-0/+2
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-6/+6
* qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster2015-06-221-2/+4
* qobject: Use 'bool' for qboolEric Blake2015-06-221-2/+2
* qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange2015-06-191-2/+17
* qom: Add an object_property_add_enum() helper functionDaniel P. Berrange2015-06-191-0/+58
* qom: Make enum string tables const-correctDaniel P. Berrange2015-06-191-1/+1
* qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange2015-06-191-0/+109
* qom: Add helper function for getting user objects rootDaniel P. Berrange2015-06-191-0/+5
* qom: strdup() target property name on object_property_add_alias()Eduardo Habkost2015-06-191-2/+3
* qom: add object_property_add_const_linkPaolo Bonzini2015-06-051-0/+16
* qom: Add can_be_deleted callback to UserCreatableClassLin Ma2015-04-011-0/+12
* qom: Fix object_property_add_alias() with [*]Andreas Färber2015-03-311-1/+1
* qom: Fix warning from SparseStefan Weil2015-03-191-1/+1
* Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson2015-03-091-0/+79
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1
* cpu: initialize cpu->exception_index on resetPaolo Bonzini2014-12-201-0/+1
OpenPOWER on IntegriCloud