aboutsummaryrefslogtreecommitdiff
path: root/include/qom/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1129/+0
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-2/+2
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson1-22/+18
2019-05-22cpus: Initialize pseudo-random seeds for all guest cpusRichard Henderson1-0/+1
2019-05-10tcg: Remove CPUClass::handle_mmu_faultRichard Henderson1-3/+0
2019-05-10tcg: Add CPUClass::tlb_fillRichard Henderson1-0/+9
2019-04-25cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost1-3/+3
2019-04-18disas: Rename include/disas/bfd.h back to include/disas/dis-asm.hMarkus Armbruster1-1/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-8/+3
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster1-7/+4
2019-02-01arm: Clarify the logic of set_pc()Julia Suvorova1-2/+14
2019-01-29qom/cpu: Add cluster_index to CPUStatePeter Maydell1-0/+7
2019-01-11qemu/queue.h: typedef QTAILQ headsPaolo Bonzini1-2/+3
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-2/+2
2019-01-09qom: Include qemu/fprintf-fn.h in cpu.hPriit Laes1-0/+1
2018-10-31cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flushRichard Henderson1-6/+0
2018-10-26cpu.h: fix a typo in commentLi Qiang1-1/+1
2018-10-17cpu: Provide a proper prototype for target_words_bigendian() in a headerThomas Huth1-0/+11
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota1-6/+5
2018-08-14accel/tcg: Pass read access type through to io_readx()Peter Maydell1-0/+6
2018-07-02cpu: Assert asidx_from_attrs return value in rangeRichard Henderson1-2/+4
2018-06-15exec.c: Handle IOMMUs in address_space_translate_for_iotlb()Peter Maydell1-0/+3
2018-05-18target/arm: Add the XML dynamic generationAbdallah Bouassida1-1/+4
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov1-14/+2
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-0/+1
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-1/+1
2017-12-22i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real1-0/+2
2017-11-13qom: move CPUClass.tcg_initialize to a globalEmilio G. Cota1-1/+0
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson1-0/+1
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-2/+6
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-0/+22
2017-09-19cpu: drop old comments describing membersDavid Hildenbrand1-3/+3
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-1/+2
2017-09-19qom: cpus: split cpu_generic_init() on feature parsing and cpu creation partsIgor Mammedov1-0/+21
2017-09-07boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell1-1/+6
2017-09-04cpu: Define new cpu_transaction_failed() hookPeter Maydell1-0/+22
2017-09-01cpu: cpu_by_arch_id() helperEduardo Habkost1-0/+10
2017-08-09Revert "cpu: add APIs to allocate/free CPU environment"Michael S. Tsirkin1-31/+0
2017-08-08cpu: add APIs to allocate/free CPU environmentMichael S. Tsirkin1-0/+31
2017-07-17trace: [tcg] Delay changes to dynamic state when translatingLluís Vilanova1-0/+3
2017-07-17trace: Allocate cpu->trace_dstate in placeLluís Vilanova1-6/+3
2017-07-14cpu: Convert to DEFINE_PROP_LINKFam Zheng1-0/+1
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée1-2/+0
2017-07-04include/exec/poison: Mark CONFIG_SOFTMMU as poisonedThomas Huth1-0/+8
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real1-2/+3
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota1-1/+10
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov1-2/+0
2017-05-11spapr: add node-id property to sPAPR coreIgor Mammedov1-0/+2
2017-04-10cpus: don't credit executed instructions before they have runAlex Bennée1-0/+1
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini1-8/+7