- 376692b cpus: protect work list with work_mutex by Paolo Bonzini · 10 years ago
- e0c3821 tcg: signal-free qemu_cpu_kick by Paolo Bonzini · 9 years ago
- f240eb6 remove qemu/tls.h by Paolo Bonzini · 9 years ago
- 414b15c exec: drop cpu_can_do_io, just read cpu->can_do_io by Paolo Bonzini · 10 years ago
- 37b9de4 disas: QOMify target specific setup by Peter Crosthwaite · 10 years ago
- 2991b89 cpu: Add wrapper for the set_pc() hook by Peter Crosthwaite · 10 years ago
- b7bca73 cpu: Convert cpu_index into a bitmap by Bharata B Rao · 10 years ago
- 8487d12 cpus: Add a macro to walk CPUs in reverse by Bharata B Rao · 10 years ago
- a3590da qom: Don't pass string table to object_get_enum() function by Daniel P. Berrange · 10 years ago
- a8e3fbe qom: Add an object_property_add_enum() helper function by Daniel P. Berrange · 10 years ago
- 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 10 years ago
- a31bdae qom: Add object_new_with_props() / object_new_withpropv() helpers by Daniel P. Berrange · 10 years ago
- bc2256c qom: Add helper function for getting user objects root by Daniel P. Berrange · 10 years ago
- fb9e7e3 qom: add object_property_add_const_link by Paolo Bonzini · 10 years ago
- 66b9b43 exec.c: Capture the memory attributes for a watchpoint hit by Peter Maydell · 10 years ago
- d6edb15 qom: Add can_be_deleted callback to UserCreatableClass by Lin Ma · 10 years ago
- e7ae771 Fix remaining warnings from Sparse (void return) by Stefan Weil · 10 years ago
- c08295d cpu: Add missing documentation for some CPUClass methods by Peter Maydell · 10 years ago
- 8e099d1 Generalize QOM publishing of date and time from mc146818rtc.c by David Gibson · 10 years ago
- 5de0904 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 10 years ago
- 9d82b5a exec: make iotlb RCU-friendly by Paolo Bonzini · 12 years ago
- f824e8e qom: Fix typo, 'my_class_init' -> 'derived_class_init' by Zhoujian · 10 years ago
- 8074264 qom: Add description field in ObjectProperty struct by Gonglei · 10 years ago
- 2472b6c gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag by Peter Maydell · 10 years ago
- 9585db6 qom: Add cpu_exec_interrupt hook by Richard Henderson · 10 years ago
- cffe7b3 qom: Add cpu_exec_enter and cpu_exec_exit hooks by Richard Henderson · 10 years ago
- 86025ee cpu-exec: Make debug_excp_handler a QOM CPU method by Peter Maydell · 10 years ago
- 0822567 exec.c: Record watchpoint fault address and direction by Peter Maydell · 10 years ago
- 05068c0 exec.c: Relax restrictions on watchpoint length and alignment by Peter Maydell · 10 years ago
- 64607d0 qom: add a generic mechanism to resolve paths by Paolo Bonzini · 11 years ago
- ef7c7ff qom: add object_property_add_alias() by Stefan Hajnoczi · 11 years ago
- bf7663c cpu: introduce CPUClass::virtio_is_big_endian() by Greg Kurz · 11 years ago
- 1f21772 qom: introduce object_property_get_enum and object_property_get_uint16List by Hu Tao · 11 years ago
- 93e2232 softmmu: make do_unaligned_access a method of CPU by Paolo Bonzini · 11 years ago
- 0d6d1ab cpu: Avoid QOM casts for CPU() by Andreas Färber · 11 years ago
- d1a1451 Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into staging by Peter Maydell · 11 years ago
- 39f72ef qom: Add check() argument to object_property_add_link() by Stefan Hajnoczi · 11 years ago
- 7e4fb26 cpu: Move tcg_exit_req to the end of CPUState by Richard Henderson · 11 years ago
- 9561fda qom: Make QOM link property unref optional by Stefan Hajnoczi · 11 years ago
- a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 11 years ago
- b3310ab exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
- 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
- f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- 0429a97 cpu: Move opaque field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- 6f03bef cpu: Move jmp_env field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- 8cd7043 cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- 28ecfd7 cpu: Move icount_decr field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- efee734 cpu: Move icount_extra field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- 99df7dc cpu: Move can_do_io field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- 93afead cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
- 9262685 cpu: Factor out cpu_generic_init() by Andreas Färber · 11 years ago
- 94a444b cpu: Introduce CPUClass::parse_features() hook by Andreas Färber · 11 years ago
- 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
- 11f590b object: add object_get_canonical_path_component() by Stefan Hajnoczi · 11 years ago
- b5ba1cc dump: const-qualify the buf of WriteCoreDumpFunction by qiaonuohan · 11 years ago
- 0b7593e qapi: Add human mode to StringOutputVisitor by Paolo Bonzini · 11 years ago
- 09daed8 cpu: Add per-cpu address space by Edgar E. Iglesias · 11 years ago
- 269e09f add optional 2nd stage initialization to -object/object-add commands by Igor Mammedov · 11 years ago
- b061dc4 qom: Do not register interface "types" in the type table and fix names by Paolo Bonzini · 11 years ago
- 0ab4c94 qom: Split out object and class caches by Peter Crosthwaite · 11 years ago
- a25ebca qom: Fix pointer to int property helpers' documentation by Michael S. Tsirkin · 11 years ago
- e732ea6 qom: add pointer to int property helpers by Michael S. Tsirkin · 11 years ago
- e82df24 qom: cleanup struct Error references by Michael S. Tsirkin · 11 years ago
- 008e056 cleanup object.h: include error.h directly by Igor Mammedov · 11 years ago
- aaa6a40 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 11 years ago
- 38fcbd3 cpu: Replace qemu_for_each_cpu() by Andreas Färber · 12 years ago
- bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
- 5b9237f qom: Assert instance size in object_initialize_with_type() by Andreas Färber · 11 years ago
- 213f0c4 qom: Pass available size to object_initialize() by Andreas Färber · 12 years ago
- 53caad9 qom: Fix object_initialize_with_type() argument name in documentation by Andreas Färber · 12 years ago
- 7039291 object: Fix typo in qom/object.h by Peter Chubb · 12 years ago
- 8231c2d qom: Introduce instance_post_init hook by Eduardo Habkost · 12 years ago
- 35143f0 gdbstub: Fix gdb_register_coprocessor() register counting by Andreas Färber · 12 years ago
- 5b24c64 cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML by Andreas Färber · 12 years ago
- 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
- a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
- eac8b35 cpu: Move gdb_regs field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
- f3659ee cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug() by Andreas Färber · 12 years ago
- 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
- 3825b28 cpu: Change cpu_single_step() argument to CPUState by Andreas Färber · 12 years ago
- ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
- bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
- f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
- 577f42c cpu: Introduce vaddr type by Andreas Färber · 12 years ago
- 3c02270 Introduce async_run_on_cpu() by Chegu Vinod · 12 years ago
- 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
- 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
- 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
- c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 12 years ago
- c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
- 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
- 60a3e17 cpu: Change cpu_exit() argument to CPUState by Andreas Färber · 12 years ago
- 1a1562f cpu: Introduce VMSTATE_CPU() macro for CPUState by Andreas Färber · 12 years ago
- 19e3835 cpu: Introduce device_class_set_vmsd() helper by Andreas Färber · 12 years ago
- 76d5f02 cpu: Fix cpu_class_set_vmsd() documentation by Andreas Färber · 12 years ago
- a23bbfd cpu: Turn cpu_get_memory_mapping() into a CPUState hook by Andreas Färber · 12 years ago
- 444d559 cpu: Turn cpu_paging_enabled() into a CPUState hook by Andreas Färber · 12 years ago