summaryrefslogtreecommitdiffstats
path: root/qom
Commit message (Expand)AuthorAgeFilesLines
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* trace: add sanity checkAnthony Xu2017-05-121-1/+5
* container: don't leak container referenceMarc-André Lureau2017-05-041-0/+1
* qom: Fix regression with 'qom-type'Eric Blake2017-03-231-0/+2
* qom: Avoid unvisited 'id'/'qom-type' in user_creatable_add_optsEric Blake2017-03-221-3/+5
* qapi: Drop unused non-strict qobject input visitorMarkus Armbruster2017-03-051-1/+1
* qom: Make object_property_set_qobject()'s input visitor strictMarkus Armbruster2017-03-051-2/+2
* Merge branch 'icount-update' into HEADPaolo Bonzini2017-03-031-1/+1
|\
| * cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini2017-02-221-1/+1
* | tcg: drop global lock during TCG code executionJan Kiszka2017-02-241-0/+10
|/
* report guest crash information in GUEST_PANICKED eventAnton Nefedov2017-02-161-0/+11
* arm: Correctly handle watchpoints for BE32 CPUsJulian Brown2017-02-071-0/+6
* trace: switch to modular code generation for sub-directoriesDaniel P. Berrange2017-01-311-1/+1
* Introduce DEVICE_CATEGORY_CPU for CPU devicesThomas Huth2017-01-271-0/+1
* object: make some funcs staticMarc-André Lureau2017-01-241-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-01-202-1/+7
|\
| * kvm: move cpu synchronization codeVincent Palatin2017-01-191-1/+1
| * qom: Make all interface types abstractEduardo Habkost2017-01-161-0/+6
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-01-171-0/+2
|\ \
| * | trace: Fix dynamic event state on vCPU hot-unplugLluís Vilanova2017-01-161-0/+2
| |/
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell2017-01-161-2/+8
|\ \ | |/ |/|
| * cpu_common_reset: wrap TCG specific code in tcg_enabled()Alex Bennée2017-01-131-4/+6
| * qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée2017-01-131-0/+4
* | monitor: fix qmp/hmp query-memdev not reporting IDs of memory backendsIgor Mammedov2017-01-121-0/+6
* | monitor: reuse user_creatable_add_opts() instead of user_creatable_add()Igor Mammedov2017-01-121-54/+17Star
* | qom: remove unused headerIgor Mammedov2017-01-121-1/+0Star
|/
* qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange2016-10-251-1/+1
* qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange2016-10-251-1/+1
* qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-252-3/+3
* exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier2016-10-241-1/+7
* exec: split cpu_exec_init()Laurent Vivier2016-10-241-0/+2
* 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