aboutsummaryrefslogtreecommitdiff
path: root/include/qom/cpu.h
AgeCommit message (Expand)Author
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
2017-02-24cputlb: add tlb_flush_by_mmuidx async routinesAlex Bennée
2017-02-24cputlb: introduce tlb_flush_* async work.KONRAD Frederic
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka
2017-02-24tcg: add options for enabling MTTCGKONRAD Frederic
2017-02-22cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier
2016-10-24exec: split cpu_exec_init()Laurent Vivier
2016-10-12trace: dynamically allocate trace_dstate in CPUStateDaniel P. Berrange
2016-09-27cpus-common: lock-free fast path for cpu_exec_start/endPaolo Bonzini
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov
2016-09-27cpus-common: Introduce async_safe_run_on_cpu()Paolo Bonzini
2016-09-27cpus-common: simplify locking for start_exclusive/end_exclusivePaolo Bonzini
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée
2016-07-26exec: Set cpu_index only if it's not been explictly setIgor Mammedov