summaryrefslogtreecommitdiff
path: root/include/qom
AgeCommit message (Expand)AuthorFilesLines
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-0/+3
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-0/+15
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-0/+7
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-0/+9
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber1-0/+10
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber1-0/+3
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move jmp_env field from CPU_COMMON to CPUStateAndreas Färber1-0/+2
2014-03-13cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber1-0/+4
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber1-0/+19
2014-03-13cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber1-0/+2
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber1-0/+2
2014-03-13cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber1-0/+8
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-0/+3
2014-03-13cpu: Factor out cpu_generic_init()Andreas Färber1-0/+11
2014-03-13cpu: Introduce CPUClass::parse_features() hookAndreas Färber1-0/+2
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber1-2/+10
2014-03-13object: add object_get_canonical_path_component()Stefan Hajnoczi1-0/+8
2014-02-28dump: const-qualify the buf of WriteCoreDumpFunctionqiaonuohan1-1/+2
2014-02-14qapi: Add human mode to StringOutputVisitorPaolo Bonzini1-1/+2
2014-02-11cpu: Add per-cpu address spaceEdgar E. Iglesias1-0/+3
2014-01-28add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov1-0/+62
2013-12-24qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini1-0/+1
2013-12-24qom: Split out object and class cachesPeter Crosthwaite1-1/+2
2013-11-05qom: Fix pointer to int property helpers' documentationMichael S. Tsirkin1-21/+52
2013-10-14qom: add pointer to int property helpersMichael S. Tsirkin1-0/+21
2013-10-14qom: cleanup struct Error referencesMichael S. Tsirkin1-25/+25
2013-10-14cleanup object.h: include error.h directlyIgor Mammedov1-1/+1
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-11/+9
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber1-9/+0
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-2/+9
2013-08-30qom: Assert instance size in object_initialize_with_type()Andreas Färber1-1/+2
2013-08-30qom: Pass available size to object_initialize()Andreas Färber1-1/+2
2013-08-30qom: Fix object_initialize_with_type() argument name in documentationAndreas Färber1-1/+1
2013-08-30object: Fix typo in qom/object.hPeter Chubb1-1/+1
2013-08-16qom: Introduce instance_post_init hookEduardo Habkost1-0/+3
2013-08-16gdbstub: Fix gdb_register_coprocessor() register countingAndreas Färber1-0/+2
2013-07-27cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber1-0/+2
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber1-0/+4
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber1-1/+6
2013-07-23cpu: Move gdb_regs field from CPU_COMMON to CPUStateAndreas Färber1-0/+2
2013-07-23cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()Andreas Färber1-0/+3
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber1-53/+21
2013-07-23cpu: Change cpu_single_step() argument to CPUStateAndreas Färber1-0/+13
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-0/+2
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber1-0/+5
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber1-0/+2
2013-07-23cpu: Introduce vaddr typeAndreas Färber1-0/+12
2013-07-12Introduce async_run_on_cpu()Chegu Vinod1-0/+10
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber1-0/+2