86 Commits (da2cf4e80355e42fbaeb8bcfa2b07f5bceddd323)

Author SHA1 Message Date
Stefan Weil e7ae771f6d Fix remaining warnings from Sparse (void return) 11 years ago
Peter Maydell c08295d4bf cpu: Add missing documentation for some CPUClass methods 11 years ago
Paolo Bonzini 9d82b5a792 exec: make iotlb RCU-friendly 13 years ago
Peter Maydell 2472b6c07b gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag 12 years ago
Richard Henderson 9585db68c7 qom: Add cpu_exec_interrupt hook 12 years ago
Richard Henderson cffe7b3249 qom: Add cpu_exec_enter and cpu_exec_exit hooks 12 years ago
Peter Maydell 86025ee443 cpu-exec: Make debug_excp_handler a QOM CPU method 12 years ago
Peter Maydell 08225676b2 exec.c: Record watchpoint fault address and direction 12 years ago
Peter Maydell 05068c0dfb exec.c: Relax restrictions on watchpoint length and alignment 12 years ago
Greg Kurz bf7663c4bd cpu: introduce CPUClass::virtio_is_big_endian() 12 years ago
Paolo Bonzini 93e22326d6 softmmu: make do_unaligned_access a method of CPU 12 years ago
Andreas Färber 0d6d1ab499 cpu: Avoid QOM casts for CPU() 12 years ago
Richard Henderson 7e4fb26d75 cpu: Move tcg_exit_req to the end of CPUState 12 years ago
Andreas Färber a47dddd734 exec: Change cpu_abort() argument to CPUState 13 years ago
Andreas Färber b3310ab338 exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument 13 years ago
Andreas Färber 75a34036d4 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument 13 years ago
Andreas Färber f0c3c505a8 cpu: Move breakpoints field from CPU_COMMON to CPUState 13 years ago
Andreas Färber ff4700b05c cpu: Move watchpoint fields from CPU_COMMON to CPUState 13 years ago
Andreas Färber 0429a97195 cpu: Move opaque field from CPU_COMMON to CPUState 13 years ago
Andreas Färber 27103424c4 cpu: Move exception_index field from CPU_COMMON to CPUState 13 years ago
Andreas Färber 6f03bef0ff cpu: Move jmp_env field from CPU_COMMON to CPUState 13 years ago
Andreas Färber 8cd70437f3 cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState 13 years ago
Andreas Färber 28ecfd7a62 cpu: Move icount_decr field from CPU_COMMON to CPUState 13 years ago
Andreas Färber efee734004 cpu: Move icount_extra field from CPU_COMMON to CPUState 13 years ago
Andreas Färber 99df7dce8a cpu: Move can_do_io field from CPU_COMMON to CPUState 13 years ago
Andreas Färber 93afeade09 cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState 13 years ago
Andreas Färber 7510454e3e cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook 13 years ago
Andreas Färber 9262685b81 cpu: Factor out cpu_generic_init() 12 years ago
Andreas Färber 94a444b295 cpu: Introduce CPUClass::parse_features() hook 12 years ago
Andreas Färber 8c2e1b0093 cpu: Turn cpu_has_work() into a CPUClass hook 13 years ago
qiaonuohan b5ba1cc626 dump: const-qualify the buf of WriteCoreDumpFunction 12 years ago
Edgar E. Iglesias 09daed848c cpu: Add per-cpu address space 12 years ago
Andreas Färber 38fcbd3f08 cpu: Replace qemu_for_each_cpu() 13 years ago
Andreas Färber bdc44640cb cpu: Use QTAILQ for CPU list 13 years ago
Andreas Färber 35143f0164 gdbstub: Fix gdb_register_coprocessor() register counting 13 years ago
Andreas Färber 5b24c64188 cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML 13 years ago
Andreas Färber 5b50e790f9 cpu: Introduce CPUClass::gdb_{read,write}_register() 13 years ago
Andreas Färber a0e372f0c4 cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs 13 years ago
Andreas Färber eac8b355f0 cpu: Move gdb_regs field from CPU_COMMON to CPUState 13 years ago
Andreas Färber f3659eee05 cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug() 13 years ago
Andreas Färber 00b941e581 cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook 13 years ago
Andreas Färber 3825b28ff1 cpu: Change cpu_single_step() argument to CPUState 13 years ago
Andreas Färber ed2803da58 cpu: Move singlestep_enabled field from CPU_COMMON to CPUState 13 years ago
Andreas Färber bdf7ae5bbd cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() 13 years ago
Andreas Färber f45748f10e cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() 13 years ago
Andreas Färber 577f42c0e1 cpu: Introduce vaddr type 13 years ago
Chegu Vinod 3c02270db9 Introduce async_run_on_cpu() 13 years ago
Andreas Färber 91b1df8cf9 cpu: Move reset logging to CPUState 13 years ago
Andreas Färber 182735efaf cpu: Make first_cpu and next_cpu CPUState 13 years ago
Andreas Färber 4917cf4432 cpu: Replace cpu_single_env with CPUState current_cpu 13 years ago