Age | Commit message (Expand) | Author |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster |
2019-08-16 | migration: Move the VMStateDescription typedef to typedefs.h | Markus Armbruster |
2019-06-10 | cpu: Move icount_decr to CPUNegativeOffsetState | Richard Henderson |
2019-05-22 | cpus: Initialize pseudo-random seeds for all guest cpus | Richard Henderson |
2019-05-10 | tcg: Remove CPUClass::handle_mmu_fault | Richard Henderson |
2019-05-10 | tcg: Add CPUClass::tlb_fill | Richard Henderson |
2019-04-25 | cpu: Rename parse_cpu_model() to parse_cpu_option() | Eduardo Habkost |
2019-04-18 | disas: Rename include/disas/bfd.h back to include/disas/dis-asm.h | Markus Armbruster |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster |
2019-04-18 | qom/cpu: Simplify how CPUClass::dump_statistics() prints | Markus Armbruster |
2019-02-01 | arm: Clarify the logic of set_pc() | Julia Suvorova |
2019-01-29 | qom/cpu: Add cluster_index to CPUState | Peter Maydell |
2019-01-11 | qemu/queue.h: typedef QTAILQ heads | Paolo Bonzini |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini |
2019-01-09 | qom: Include qemu/fprintf-fn.h in cpu.h | Priit Laes |
2018-10-31 | cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flush | Richard Henderson |
2018-10-26 | cpu.h: fix a typo in comment | Li Qiang |
2018-10-17 | cpu: Provide a proper prototype for target_words_bigendian() in a header | Thomas Huth |
2018-08-23 | qom: convert the CPU list to RCU | Emilio G. Cota |
2018-08-14 | accel/tcg: Pass read access type through to io_readx() | Peter Maydell |
2018-07-02 | cpu: Assert asidx_from_attrs return value in range | Richard Henderson |
2018-06-15 | exec.c: Handle IOMMUs in address_space_translate_for_iotlb() | Peter Maydell |
2018-05-18 | target/arm: Add the XML dynamic generation | Abdallah Bouassida |
2018-03-19 | Use cpu_create(type) instead of cpu_init(cpu_model) | Igor Mammedov |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-01-25 | accel/tcg: add size paremeter in tlb_fill() | Laurent Vivier |
2017-12-22 | i386: hvf: add code base from Google's QEMU repository | Sergio Andres Gomez Del Real |
2017-11-13 | qom: move CPUClass.tcg_initialize to a global | Emilio G. Cota |
2017-10-24 | tcg: Add CPUState cflags_next_tb | Richard Henderson |
2017-10-24 | qom: Introduce CPUClass.tcg_initialize | Richard Henderson |
2017-09-20 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2017-09-19 | cpu: drop old comments describing members | David Hildenbrand |
2017-09-19 | cpu: make cpu_generic_init() abort QEMU on error | Igor Mammedov |
2017-09-19 | qom: cpus: split cpu_generic_init() on feature parsing and cpu creation parts | Igor Mammedov |
2017-09-07 | boards.h: Define new flag ignore_memory_transaction_failures | Peter Maydell |
2017-09-04 | cpu: Define new cpu_transaction_failed() hook | Peter Maydell |
2017-09-01 | cpu: cpu_by_arch_id() helper | Eduardo Habkost |
2017-08-09 | Revert "cpu: add APIs to allocate/free CPU environment" | Michael S. Tsirkin |
2017-08-08 | cpu: add APIs to allocate/free CPU environment | Michael S. Tsirkin |
2017-07-17 | trace: [tcg] Delay changes to dynamic state when translating | Lluís Vilanova |
2017-07-17 | trace: Allocate cpu->trace_dstate in place | Lluís Vilanova |
2017-07-14 | cpu: Convert to DEFINE_PROP_LINK | Fam Zheng |
2017-07-14 | qom/cpu: remove host_tid field | Alex Bennée |
2017-07-04 | include/exec/poison: Mark CONFIG_SOFTMMU as poisoned | Thomas Huth |
2017-07-04 | vcpu_dirty: share the same field in CPUState for all accelerators | Sergio Andres Gomez Del Real |
2017-06-30 | tcg: consistently access cpu->tb_jmp_cache atomically | Emilio G. Cota |
2017-06-05 | numa: move numa_node from CPUState into target specific classes | Igor Mammedov |
2017-05-11 | spapr: add node-id property to sPAPR core | Igor Mammedov |
2017-04-10 | cpus: don't credit executed instructions before they have run | Alex Bennée |
2017-03-03 | Merge branch 'icount-update' into HEAD | Paolo Bonzini |