summaryrefslogtreecommitdiff
path: root/include/qom
AgeCommit message (Expand)AuthorFilesLines
2015-04-26exec.c: Capture the memory attributes for a watchpoint hitPeter Maydell1-0/+2
2015-04-01qom: Add can_be_deleted callback to UserCreatableClassLin Ma1-0/+13
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil1-1/+1
2015-03-10cpu: Add missing documentation for some CPUClass methodsPeter Maydell1-0/+12
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson1-0/+14
2015-03-02Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-1/+1
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini1-0/+1
2015-02-16qom: Fix typo, 'my_class_init' -> 'derived_class_init'Zhoujian1-1/+1
2014-10-15qom: Add description field in ObjectProperty structGonglei1-0/+14
2014-10-06gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell1-0/+3
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson1-0/+2
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson1-0/+5
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell1-0/+2
2014-09-12exec.c: Record watchpoint fault address and directionPeter Maydell1-1/+5
2014-09-12exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell1-1/+1
2014-07-01qom: add a generic mechanism to resolve pathsPaolo Bonzini1-5/+29
2014-07-01qom: add object_property_add_alias()Stefan Hajnoczi1-0/+20
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz1-0/+1
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao1-0/+28
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini1-2/+13
2014-03-31cpu: Avoid QOM casts for CPU()Andreas Färber1-1/+6
2014-03-19Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into sta...Peter Maydell1-1/+6
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-0/+18
2014-03-19cpu: Move tcg_exit_req to the end of CPUStateRichard Henderson1-1/+6
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-1/+10
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