summaryrefslogtreecommitdiffstats
path: root/include/qom
Commit message (Expand)AuthorAgeFilesLines
* Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree2.5_overlayTimothy Pearson2019-11-292-1/+13
* qom: Update documentation comment of struct ObjectCao jin2015-12-031-3/+0
* qom: Replace object property list with GHashTablePavel Fedin2015-11-191-3/+7
* qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange2015-11-181-0/+49
* qom/object: fix 2 comment typosCao jin2015-11-061-5/+5
* exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell2015-10-121-2/+5
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-0/+16
* cpu: Provide vcpu throttling interfaceJason J. Herne2015-09-301-0/+42
* cpu: Add crash_occurred flag into CPUStateAndrey Smetanin2015-09-161-0/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-6/+8
|\
| * cpus: protect work list with work_mutexPaolo Bonzini2015-09-091-1/+5
| * tcg: signal-free qemu_cpu_kickPaolo Bonzini2015-09-091-2/+2
| * remove qemu/tls.hPaolo Bonzini2015-09-091-3/+1
* | qom: Add recursive version of object_child_for_eachPeter Crosthwaite2015-09-081-0/+15
|/
* exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini2015-08-141-1/+3
* disas: QOMify target specific setupPeter Crosthwaite2015-07-091-0/+4
* cpu: Add wrapper for the set_pc() hookPeter Crosthwaite2015-07-091-0/+14
* cpu: Convert cpu_index into a bitmapBharata B Rao2015-07-091-0/+1
* cpus: Add a macro to walk CPUs in reverseBharata B Rao2015-07-071-0/+2
* qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange2015-06-191-2/+2
* qom: Add an object_property_add_enum() helper functionDaniel P. Berrange2015-06-191-0/+19
* qom: Make enum string tables const-correctDaniel P. Berrange2015-06-191-1/+1
* qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange2015-06-191-0/+128
* qom: Add helper function for getting user objects rootDaniel P. Berrange2015-06-191-0/+12
* qom: add object_property_add_const_linkPaolo Bonzini2015-06-051-0/+18
* exec.c: Capture the memory attributes for a watchpoint hitPeter Maydell2015-04-261-0/+2
* qom: Add can_be_deleted callback to UserCreatableClassLin Ma2015-04-011-0/+13
* Fix remaining warnings from Sparse (void return)Stefan Weil2015-03-191-1/+1
* cpu: Add missing documentation for some CPUClass methodsPeter Maydell2015-03-101-0/+12
* Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson2015-03-091-0/+14
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2015-03-021-1/+1
|\
| * qom: Fix typo, 'my_class_init' -> 'derived_class_init'Zhoujian2015-02-161-1/+1
* | exec: make iotlb RCU-friendlyPaolo Bonzini2015-02-161-0/+1
|/
* qom: Add description field in ObjectProperty structGonglei2014-10-151-0/+14
* gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell2014-10-061-0/+3
* qom: Add cpu_exec_interrupt hookRichard Henderson2014-09-251-0/+2
* qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson2014-09-251-0/+5
* cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell2014-09-121-0/+2
* exec.c: Record watchpoint fault address and directionPeter Maydell2014-09-121-1/+5
* exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell2014-09-121-1/+1
* qom: add a generic mechanism to resolve pathsPaolo Bonzini2014-07-011-5/+29
* qom: add object_property_add_alias()Stefan Hajnoczi2014-07-011-0/+20
* cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz2014-06-291-0/+1
* qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao2014-06-191-0/+28
* softmmu: make do_unaligned_access a method of CPUPaolo Bonzini2014-06-051-2/+13
* cpu: Avoid QOM casts for CPU()Andreas Färber2014-03-311-1/+6
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into sta...Peter Maydell2014-03-191-1/+6
|\
| * cpu: Move tcg_exit_req to the end of CPUStateRichard Henderson2014-03-191-1/+6
* | qom: Add check() argument to object_property_add_link()Stefan Hajnoczi2014-03-191-0/+18
* | qom: Make QOM link property unref optionalStefan Hajnoczi2014-03-191-1/+10
|/
OpenPOWER on IntegriCloud