aboutsummaryrefslogtreecommitdiff
path: root/include/qom
AgeCommit message (Expand)Author
2014-07-01qom: add a generic mechanism to resolve pathsPaolo Bonzini
2014-07-01qom: add object_property_add_alias()Stefan Hajnoczi
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini
2014-03-31cpu: Avoid QOM casts for CPU()Andreas Färber
2014-03-19Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into sta...Peter Maydell
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi
2014-03-19cpu: Move tcg_exit_req to the end of CPUStateRichard Henderson
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move jmp_env field from CPU_COMMON to CPUStateAndreas Färber
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: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2014-03-13cpu: Factor out cpu_generic_init()Andreas Färber
2014-03-13cpu: Introduce CPUClass::parse_features() hookAndreas Färber
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber
2014-03-13object: add object_get_canonical_path_component()Stefan Hajnoczi
2014-02-28dump: const-qualify the buf of WriteCoreDumpFunctionqiaonuohan
2014-02-14qapi: Add human mode to StringOutputVisitorPaolo Bonzini
2014-02-11cpu: Add per-cpu address spaceEdgar E. Iglesias
2014-01-28add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov
2013-12-24qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini
2013-12-24qom: Split out object and class cachesPeter Crosthwaite
2013-11-05qom: Fix pointer to int property helpers' documentationMichael S. Tsirkin
2013-10-14qom: add pointer to int property helpersMichael S. Tsirkin
2013-10-14qom: cleanup struct Error referencesMichael S. Tsirkin
2013-10-14cleanup object.h: include error.h directlyIgor Mammedov
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-08-30qom: Assert instance size in object_initialize_with_type()Andreas Färber
2013-08-30qom: Pass available size to object_initialize()Andreas Färber
2013-08-30qom: Fix object_initialize_with_type() argument name in documentationAndreas Färber
2013-08-30object: Fix typo in qom/object.hPeter Chubb
2013-08-16qom: Introduce instance_post_init hookEduardo Habkost
2013-08-16gdbstub: Fix gdb_register_coprocessor() register countingAndreas Färber
2013-07-27cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas 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