aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
2016-10-04cpu: atomically modify cpu->exit_requestAlex Bennée
2016-10-04qom/cpu: atomically clear the tb_jmp_cacheAlex Bennée
2016-10-04qom/object: update class cache atomicallyAlex Bennée
2016-09-28trace: Add event "guest_cpu_reset"Lluís Vilanova
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova
2016-09-19linux-user-i386: Fix crash on cpuidMarc-André Lureau
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-07-26exec: Set cpu_index only if it's not been explictly setIgor Mammedov
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova
2016-07-07pc: Parse CPU features only onceIgor Mammedov
2016-07-07arm: virt: Parse cpu_model only onceIgor Mammedov
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake
2016-07-06string-input-visitor: Favor new visit_free() functionEric Blake
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-06-20trace: split out trace events for qom/ directoryDaniel P. Berrange
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-06-17qom: API to get instance_size of a typeBharata B Rao
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake
2016-05-12qom: Wrap prop visit in visit_start_structEric Blake
2016-05-12qapi: Use strict QMP input visitor in more placesEric Blake
2016-05-12qapi: Consolidate QMP input visitor creationEric Blake
2016-04-28qom: -object error messages lost location, restore itMarkus Armbruster
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-23cpu: Clean up includesPeter Maydell
2016-02-16qom: add helpers for UserCreatable object typesDaniel P. Berrange
2016-02-11cpu: Add callback to check architectural watchpoint matchSergey Fedorov
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08qom: Use typedef for VisitorEric Blake
2016-02-04qom: Clean up includesPeter Maydell
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange
2016-01-18qom: Allow properties to be registered against classesDaniel P. Berrange
2016-01-15dump: qemunotes aren't commonly neededAndrew Jones
2015-11-19qom: Clean up assertions to display values on failureAndreas Färber
2015-11-19qom: Replace object property list with GHashTablePavel Fedin
2015-11-18qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange
2015-11-11error: More error_setg() usageEric Blake
2015-11-06qom/object: fix 2 comment typosCao jin
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake
2015-09-19qom: Fix invalid error check in property_get_str()Markus Armbruster