summary refs log tree commit diff stats
path: root/include/qom/cpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Add the XML dynamic generationAbdallah Bouassida2018-05-181-1/+4
* Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov2018-03-191-14/+2
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-0/+1
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-251-1/+1
* i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real2017-12-221-0/+2
* qom: move CPUClass.tcg_initialize to a globalEmilio G. Cota2017-11-131-1/+0
* tcg: Add CPUState cflags_next_tbRichard Henderson2017-10-241-0/+1
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-2/+6
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2017-09-201-0/+22
|\
| * cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-1/+2
| * qom: cpus: split cpu_generic_init() on feature parsing and cpu creation partsIgor Mammedov2017-09-191-0/+21
* | cpu: drop old comments describing membersDavid Hildenbrand2017-09-191-3/+3
|/
* boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell2017-09-071-1/+6
* cpu: Define new cpu_transaction_failed() hookPeter Maydell2017-09-041-0/+22
* cpu: cpu_by_arch_id() helperEduardo Habkost2017-09-011-0/+10
* Revert "cpu: add APIs to allocate/free CPU environment"Michael S. Tsirkin2017-08-091-31/+0
* cpu: add APIs to allocate/free CPU environmentMichael S. Tsirkin2017-08-081-0/+31
* trace: [tcg] Delay changes to dynamic state when translatingLluís Vilanova2017-07-171-0/+3
* trace: Allocate cpu->trace_dstate in placeLluís Vilanova2017-07-171-6/+3
* cpu: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-0/+1
* qom/cpu: remove host_tid fieldAlex Bennée2017-07-141-2/+0
* include/exec/poison: Mark CONFIG_SOFTMMU as poisonedThomas Huth2017-07-041-0/+8
* vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real2017-07-041-2/+3
* tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota2017-06-301-1/+10
* numa: move numa_node from CPUState into target specific classesIgor Mammedov2017-06-051-2/+0
* spapr: add node-id property to sPAPR coreIgor Mammedov2017-05-111-0/+2
* cpus: don't credit executed instructions before they have runAlex Bennée2017-04-101-0/+1
* Merge branch 'icount-update' into HEADPaolo Bonzini2017-03-031-8/+7
|\
| * cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini2017-02-221-8/+7
* | cputlb: add tlb_flush_by_mmuidx async routinesAlex Bennée2017-02-241-1/+1
* | cputlb: introduce tlb_flush_* async work.KONRAD Frederic2017-02-241-0/+6
* | tcg: drop global lock during TCG code executionJan Kiszka2017-02-241-0/+1
* | tcg: add options for enabling MTTCGKONRAD Frederic2017-02-241-0/+9
|/
* report guest crash information in GUEST_PANICKED eventAnton Nefedov2017-02-161-0/+10
* arm: Correctly handle watchpoints for BE32 CPUsJulian Brown2017-02-071-0/+3
* Plumb the HAXM-based hardware acceleration supportVincent Palatin2017-01-191-0/+5
* *_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/+0
* 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/+0
* 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