summaryrefslogtreecommitdiffstats
path: root/qom
Commit message (Expand)AuthorAgeFilesLines
* trace: dynamically allocate trace_dstate in CPUStateDaniel P. Berrange2016-10-121-2/+5
* cpu: atomically modify cpu->exit_requestAlex Bennée2016-10-041-2/+2
* qom/cpu: atomically clear the tb_jmp_cacheAlex Bennée2016-10-041-1/+5
* qom/object: update class cache atomicallyAlex Bennée2016-10-041-7/+8
* trace: Add event "guest_cpu_reset"Lluís Vilanova2016-09-281-0/+3
* trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova2016-09-281-0/+3
* linux-user-i386: Fix crash on cpuidMarc-André Lureau2016-09-191-0/+5
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* exec: Set cpu_index only if it's not been explictly setIgor Mammedov2016-07-261-1/+1
* trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova2016-07-181-0/+1
* pc: Parse CPU features only onceIgor Mammedov2016-07-071-1/+0Star
* arm: virt: Parse cpu_model only onceIgor Mammedov2016-07-071-1/+0Star
* cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov2016-07-071-12/+29
* qapi: Add new visit_complete() functionEric Blake2016-07-062-21/+17Star
* qmp-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-1/+1
* string-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-5/+6
* qmp-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-5/+4Star
* string-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-14/+11Star
* opts-visitor: Favor new visit_free() functionEric Blake2016-07-061-4/+4
* qapi: Add parameter to visit_end_*Eric Blake2016-07-062-3/+3
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-06-201-0/+5
|\
| * trace: split out trace events for qom/ directoryDaniel P. Berrange2016-06-201-0/+5
* | error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-3/+1Star
|/
* qom: API to get instance_size of a typeBharata B Rao2016-06-171-0/+8
* tcg: Remove needless CPUState::current_tbSergey Fedorov2016-05-131-1/+0Star
* qapi: Split visit_end_struct() into piecesEric Blake2016-05-122-16/+12Star
* qom: Wrap prop visit in visit_start_structEric Blake2016-05-121-6/+13
* qapi: Use strict QMP input visitor in more placesEric Blake2016-05-121-0/+1
* qapi: Consolidate QMP input visitor creationEric Blake2016-05-121-1/+1
* qom: -object error messages lost location, restore itMarkus Armbruster2016-04-281-1/+3
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-224-0/+4
* cpu: Clean up includesPeter Maydell2016-02-231-0/+1
* qom: add helpers for UserCreatable object typesDaniel P. Berrange2016-02-161-0/+174
* cpu: Add callback to check architectural watchpoint matchSergey Fedorov2016-02-111-0/+9
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2016-02-081-4/+4
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-38/+37Star
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-25/+24Star
* qom: Use typedef for VisitorEric Blake2016-02-081-2/+2
* qom: Clean up includesPeter Maydell2016-02-044-1/+4
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* qom: Change object property iterator API contractDaniel P. Berrange2016-01-181-18/+4Star
* qom: Allow properties to be registered against classesDaniel P. Berrange2016-01-181-15/+221
* dump: qemunotes aren't commonly neededAndrew Jones2016-01-151-2/+2
* 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