summaryrefslogtreecommitdiffstats
path: root/include/qom
Commit message (Expand)AuthorAgeFilesLines
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-121-4/+11
* cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov2016-07-071-1/+1
* qom: Fix comment typoChanglong Xie2016-07-061-1/+1
* qom: API to get instance_size of a typeBharata B Rao2016-06-171-1/+7
* all: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* cpu: Add a sync version of cpu_remove()Bharata B Rao2016-05-301-0/+8
* cpu: Reclaim vCPU objectsGu Zheng2016-05-301-0/+10
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+10
* include: move CPU-related definitions out of qemu-common.hPaolo Bonzini2016-05-191-0/+9
* tcg: Remove needless CPUState::current_tbSergey Fedorov2016-05-131-2/+0Star
* tcg: Rework tb_invalidated_flagSergey Fedorov2016-05-131-0/+2
* qom: -object error messages lost location, restore itMarkus Armbruster2016-04-281-2/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-242-2/+1Star
|\
| * Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-222-2/+0Star
| * include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* | Remove unneeded include statements for setjmp.hStefan Weil2016-03-221-1/+0Star
|/
* typedefs: Add CPUStateLluĂ­s Vilanova2016-03-011-1/+0Star
* include: Clean up includesPeter Maydell2016-02-232-4/+0Star
* qom: add helpers for UserCreatable object typesDaniel P. Berrange2016-02-161-0/+92
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...Peter Maydell2016-02-111-1/+1
|\
| * qom: Correct object_property_get_int() descriptionAlistair Francis2016-02-111-1/+1
* | cpu: Add callback to check architectural watchpoint matchSergey Fedorov2016-02-111-2/+6
|/
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-2/+2
* qom: Use typedef for VisitorEric Blake2016-02-081-5/+4Star
* gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand2016-01-271-0/+3
* qom/cpu: Add MemoryRegion propertyPeter Crosthwaite2016-01-211-0/+1
* cpu: Add new asidx_from_attrs() methodPeter Maydell2016-01-211-0/+20
* cpu: Add new get_phys_page_attrs_debug() methodPeter Maydell2016-01-211-2/+34
* exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell2016-01-211-0/+2
* qom: Change object property iterator API contractDaniel P. Berrange2016-01-181-16/+14Star
* qom: Allow properties to be registered against classesDaniel P. Berrange2016-01-181-1/+45
* qom: Update documentation comment of struct ObjectCao jin2015-12-031-3/+0Star
* qom: Replace object property list with GHashTablePavel Fedin2015-11-191-3/+7
* qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange2015-11-181-0/+49
* qom/object: fix 2 comment typosCao jin2015-11-061-5/+5
* exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell2015-10-121-2/+5
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-0/+16
* cpu: Provide vcpu throttling interfaceJason J. Herne2015-09-301-0/+42
* cpu: Add crash_occurred flag into CPUStateAndrey Smetanin2015-09-161-0/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-6/+8
|\
| * cpus: protect work list with work_mutexPaolo Bonzini2015-09-091-1/+5
| * tcg: signal-free qemu_cpu_kickPaolo Bonzini2015-09-091-2/+2
| * remove qemu/tls.hPaolo Bonzini2015-09-091-3/+1Star
* | qom: Add recursive version of object_child_for_eachPeter Crosthwaite2015-09-081-0/+15
|/
* exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini2015-08-141-1/+3
* disas: QOMify target specific setupPeter Crosthwaite2015-07-091-0/+4
* cpu: Add wrapper for the set_pc() hookPeter Crosthwaite2015-07-091-0/+14
* cpu: Convert cpu_index into a bitmapBharata B Rao2015-07-091-0/+1
* cpus: Add a macro to walk CPUs in reverseBharata B Rao2015-07-071-0/+2
* qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange2015-06-191-2/+2