aboutsummaryrefslogtreecommitdiff
path: root/include/qom
AgeCommit message (Expand)Author
2015-12-03qom: Update documentation comment of struct ObjectCao jin
2015-11-19qom: Replace object property list with GHashTablePavel Fedin
2015-11-18qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange
2015-11-06qom/object: fix 2 comment typosCao jin
2015-10-12exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell
2015-10-07target-*: Introduce and use cpu_breakpoint_testRichard Henderson
2015-09-30cpu: Provide vcpu throttling interfaceJason J. Herne
2015-09-16cpu: Add crash_occurred flag into CPUStateAndrey Smetanin
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-09cpus: protect work list with work_mutexPaolo Bonzini
2015-09-09tcg: signal-free qemu_cpu_kickPaolo Bonzini
2015-09-09remove qemu/tls.hPaolo Bonzini
2015-09-08qom: Add recursive version of object_child_for_eachPeter Crosthwaite
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini
2015-07-09disas: QOMify target specific setupPeter Crosthwaite
2015-07-09cpu: Add wrapper for the set_pc() hookPeter Crosthwaite
2015-07-09cpu: Convert cpu_index into a bitmapBharata B Rao
2015-07-07cpus: Add a macro to walk CPUs in reverseBharata B Rao
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange
2015-06-19qom: Add an object_property_add_enum() helper functionDaniel P. Berrange
2015-06-19qom: Make enum string tables const-correctDaniel P. Berrange
2015-06-19qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange
2015-06-05qom: add object_property_add_const_linkPaolo Bonzini
2015-04-26exec.c: Capture the memory attributes for a watchpoint hitPeter Maydell
2015-04-01qom: Add can_be_deleted callback to UserCreatableClassLin Ma
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil
2015-03-10cpu: Add missing documentation for some CPUClass methodsPeter Maydell
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson
2015-03-02Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini
2015-02-16qom: Fix typo, 'my_class_init' -> 'derived_class_init'Zhoujian
2014-10-15qom: Add description field in ObjectProperty structGonglei
2014-10-06gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell
2014-09-12exec.c: Record watchpoint fault address and directionPeter Maydell
2014-09-12exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell
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