aboutsummaryrefslogtreecommitdiff
path: root/qom/cpu.c
AgeCommit message (Expand)Author
2015-09-16cpu: Add crash_occurred flag into CPUStateAndrey Smetanin
2015-09-09cpus: protect work list with work_mutexPaolo Bonzini
2015-09-09tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accessesPaolo Bonzini
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini
2015-07-09cpu: Convert cpu_index into a bitmapBharata B Rao
2015-07-09cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()Eduardo Habkost
2015-03-19qom: Fix warning from SparseStefan Weil
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2014-12-20cpu: initialize cpu->exception_index on resetPaolo Bonzini
2014-11-02qom/cpu: remove the unused CPU hot-plug notifierGu Zheng
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz
2014-03-13cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Factor out cpu_generic_init()Andreas Färber
2014-03-13cpu: Implement CPUClass::parse_features() for the rest of CPUsAndreas Färber
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber
2014-03-13cpu: Don't clear cpu->exit_request on resetEdgar E. Iglesias
2013-12-23cpu: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-09-20cpu: Move cpu state syncs up into cpu_dump_state()James Hogan
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber
2013-08-16gdbstub: Fix gdb_register_coprocessor() register countingAndreas Färber
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber
2013-06-11cpu: Change default for CPUClass::get_paging_enabled()Andreas Färber
2013-06-11cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber
2013-06-11cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann
2013-05-01cpu: Add helper cpu_exists(), to check if CPU with specified id existsIgor Mammedov
2013-05-01cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov
2013-05-01cpu: Introduce CPU hot-plug notifierIgor Mammedov
2013-05-01cpu: Resume CPU from DeviceClass::realize() if hot-pluggedIgor Mammedov
2013-05-01cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber
2013-02-16cpu: Prepare QOM realizefnAndreas Färber
2013-01-27cpu: Add model resolution support to CPUClassAndreas Färber