314 Commits (6fd5bef10b8f0bf64df4e800bfda1da5fe17ca82)

Author SHA1 Message Date
Hu Tao 1f21772db0 qom: introduce object_property_get_enum and object_property_get_uint16List 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
Stefan Hajnoczi 39f72ef94b qom: Add check() argument to object_property_add_link() 12 years ago
Richard Henderson 7e4fb26d75 cpu: Move tcg_exit_req to the end of CPUState 12 years ago
Stefan Hajnoczi 9561fda8d9 qom: Make QOM link property unref optional 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
Stefan Hajnoczi 11f590b1a2 object: add object_get_canonical_path_component() 12 years ago
qiaonuohan b5ba1cc626 dump: const-qualify the buf of WriteCoreDumpFunction 12 years ago
Paolo Bonzini 0b7593e085 qapi: Add human mode to StringOutputVisitor 12 years ago
Edgar E. Iglesias 09daed848c cpu: Add per-cpu address space 13 years ago
Igor Mammedov 269e09f3fc add optional 2nd stage initialization to -object/object-add commands 12 years ago
Paolo Bonzini b061dc41f6 qom: Do not register interface "types" in the type table and fix names 13 years ago
Peter Crosthwaite 0ab4c94c84 qom: Split out object and class caches 13 years ago
Michael S. Tsirkin a25ebcacdd qom: Fix pointer to int property helpers' documentation 13 years ago
Michael S. Tsirkin e732ea6387 qom: add pointer to int property helpers 13 years ago
Michael S. Tsirkin e82df24873 qom: cleanup struct Error references 13 years ago
Igor Mammedov 008e05662a cleanup object.h: include error.h directly 13 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 5b9237f67c qom: Assert instance size in object_initialize_with_type() 13 years ago
Andreas Färber 213f0c4f61 qom: Pass available size to object_initialize() 13 years ago
Andreas Färber 53caad9a31 qom: Fix object_initialize_with_type() argument name in documentation 13 years ago
Peter Chubb 70392912ed object: Fix typo in qom/object.h 13 years ago
Eduardo Habkost 8231c2dd22 qom: Introduce instance_post_init hook 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