summaryrefslogtreecommitdiffstats
path: root/include/qom/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* qom/cpu: Add cluster_index to CPUStatePeter Maydell2019-01-291-0/+7
* qemu/queue.h: typedef QTAILQ headsPaolo Bonzini2019-01-111-2/+3
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-2/+2
* qom: Include qemu/fprintf-fn.h in cpu.hPriit Laes2019-01-091-0/+1
* cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flushRichard Henderson2018-10-311-6/+0Star
* cpu.h: fix a typo in commentLi Qiang2018-10-261-1/+1
* cpu: Provide a proper prototype for target_words_bigendian() in a headerThomas Huth2018-10-171-0/+11
* qom: convert the CPU list to RCUEmilio G. Cota2018-08-231-6/+5Star
* accel/tcg: Pass read access type through to io_readx()Peter Maydell2018-08-141-0/+6
* cpu: Assert asidx_from_attrs return value in rangeRichard Henderson2018-07-021-2/+4
* exec.c: Handle IOMMUs in address_space_translate_for_iotlb()Peter Maydell2018-06-151-0/+3
* 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/+2Star
* 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/+0Star
* 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/+0Star
* cpu: add APIs to allocate/free CPU environmentMichael S. Tsirkin2017-08-071-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/+3Star
* cpu: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-0/+1
* qom/cpu: remove host_tid fieldAlex Bennée2017-07-141-2/+0Star
* 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/+0Star
* 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/+7Star
|\
| * cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini2017-02-221-8/+7Star
* | 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