summaryrefslogtreecommitdiffstats
path: root/include/qom
Commit message (Expand)AuthorAgeFilesLines
...
* Plumb the HAXM-based hardware acceleration supportVincent Palatin2017-01-191-0/+5
* monitor: reuse user_creatable_add_opts() instead of user_creatable_add()Igor Mammedov2017-01-121-17/+0Star
* *_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini2016-10-311-5/+23
* tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini2016-10-311-0/+3
* exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier2016-10-241-1/+1
* exec: move cpu_exec_init() calls to realize functionsLaurent Vivier2016-10-241-0/+1
* exec: split cpu_exec_init()Laurent Vivier2016-10-241-0/+1
* trace: dynamically allocate trace_dstate in CPUStateDaniel P. Berrange2016-10-121-3/+6
* cpus-common: lock-free fast path for cpu_exec_start/endPaolo Bonzini2016-09-271-2/+3
* tcg: Make tb_flush() thread safeSergey Fedorov2016-09-271-2/+0Star
* cpus-common: Introduce async_safe_run_on_cpu()Paolo Bonzini2016-09-271-0/+14
* cpus-common: simplify locking for start_exclusive/end_exclusivePaolo Bonzini2016-09-271-4/+0Star
* cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini2016-09-271-1/+43
* cpus-common: move CPU work item management to common codeSergey Fedorov2016-09-271-8/+19
* cpus-common: move CPU list management to common codePaolo Bonzini2016-09-271-0/+12
* cpus: pass CPUState to run_on_cpu helpersAlex Bennée2016-09-271-3/+5
* exec: Set cpu_index only if it's not been explictly setIgor Mammedov2016-07-261-0/+2
* trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova2016-07-181-0/+6
* 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