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