summaryrefslogtreecommitdiff
path: root/include/qom
AgeCommit message (Expand)AuthorFilesLines
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin1-0/+5
2017-01-12monitor: reuse user_creatable_add_opts() instead of user_creatable_add()Igor Mammedov1-17/+0
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini1-5/+23
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini1-0/+3
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier1-1/+1
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier1-0/+1
2016-10-24exec: split cpu_exec_init()Laurent Vivier1-0/+1
2016-10-12trace: dynamically allocate trace_dstate in CPUStateDaniel P. Berrange1-3/+6
2016-09-27cpus-common: lock-free fast path for cpu_exec_start/endPaolo Bonzini1-2/+3
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov1-2/+0
2016-09-27cpus-common: Introduce async_safe_run_on_cpu()Paolo Bonzini1-0/+14
2016-09-27cpus-common: simplify locking for start_exclusive/end_exclusivePaolo Bonzini1-4/+0
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini1-1/+43
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov1-8/+19
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini1-0/+12
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée1-3/+5
2016-07-26exec: Set cpu_index only if it's not been explictly setIgor Mammedov1-0/+2
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova1-0/+6
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin1-4/+11
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov1-1/+1
2016-07-06qom: Fix comment typoChanglong Xie1-1/+1
2016-06-17qom: API to get instance_size of a typeBharata B Rao1-1/+7
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-05-30cpu: Add a sync version of cpu_remove()Bharata B Rao1-0/+8
2016-05-30cpu: Reclaim vCPU objectsGu Zheng1-0/+10
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+10
2016-05-19include: move CPU-related definitions out of qemu-common.hPaolo Bonzini1-0/+9
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov1-2/+0
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov1-0/+2
2016-04-28qom: -object error messages lost location, restore itMarkus Armbruster1-2/+3
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-2/+1
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2-2/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-22Remove unneeded include statements for setjmp.hStefan Weil1-1/+0
2016-03-01typedefs: Add CPUStateLluís Vilanova1-1/+0
2016-02-23include: Clean up includesPeter Maydell2-4/+0
2016-02-16qom: add helpers for UserCreatable object typesDaniel P. Berrange1-0/+92
2016-02-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...Peter Maydell1-1/+1
2016-02-11qom: Correct object_property_get_int() descriptionAlistair Francis1-1/+1
2016-02-11cpu: Add callback to check architectural watchpoint matchSergey Fedorov1-2/+6
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-2/+2
2016-02-08qom: Use typedef for VisitorEric Blake1-5/+4
2016-01-27gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand1-0/+3
2016-01-21qom/cpu: Add MemoryRegion propertyPeter Crosthwaite1-0/+1
2016-01-21cpu: Add new asidx_from_attrs() methodPeter Maydell1-0/+20
2016-01-21cpu: Add new get_phys_page_attrs_debug() methodPeter Maydell1-2/+34
2016-01-21exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell1-0/+2
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange1-16/+14
2016-01-18qom: Allow properties to be registered against classesDaniel P. Berrange1-1/+45
2015-12-03qom: Update documentation comment of struct ObjectCao jin1-3/+0