summaryrefslogtreecommitdiffstats
path: root/include/qom
Commit message (Expand)AuthorAgeFilesLines
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-0/+2
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-0/+24
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-0/+9
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-0/+4
* cpu: Introduce cpu_class_set_vmsd()Andreas Färber2013-03-121-0/+21
* cpu: Register VMStateDescription through CPUStateAndreas Färber2013-03-121-0/+3
* Handle CPU interrupts by inline checking of a flagPeter Maydell2013-03-031-0/+3
* cpu: Add CPUArchState pointer to CPUStateAndreas Färber2013-02-161-0/+2
* cpu: Move current_tb field to CPUStateAndreas Färber2013-02-161-0/+3
* cpu: Move exit_request field to CPUStateAndreas Färber2013-02-161-0/+2
* cpu: Move running field to CPUStateAndreas Färber2013-02-161-0/+2
* cpu: Move host_tid field to CPUStateAndreas Färber2013-02-161-0/+2
* qom: remove object_deletePaolo Bonzini2013-02-011-17/+10
* qom: document reference counting of link propertiesPaolo Bonzini2013-02-011-0/+5
* cpu: Unconditionalize CPUState fieldsAndreas Färber2013-01-281-2/+0
* qom: Introduce object_class_is_abstract()Andreas Färber2013-01-271-0/+8
* cpu: Add model resolution support to CPUClassAndreas Färber2013-01-271-0/+15
* qom: Extend documentation on QOM method conceptsAndreas Färber2013-01-171-3/+101
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-01-151-1/+1
|\
| * qom: Make object_resolve_path_component() path argument constAndreas Färber2013-01-151-1/+1
* | exec: Return CPUState from qemu_get_cpu()Andreas Färber2013-01-151-0/+10
* | cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-0/+2
* | cpu: Move numa_node field to CPUStateAndreas Färber2013-01-151-0/+2
* | cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber2013-01-151-0/+5
|/
* Make all static TypeInfos constAndreas Färber2013-01-101-3/+3
* cpu: Change parent type to DeviceEduardo Habkost2013-01-081-3/+3
* Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-231-0/+11
* misc: move include files to include/qemu/Paolo Bonzini2012-12-192-2/+2
* qom: move include files to include/qom/Paolo Bonzini2012-12-193-0/+1185
OpenPOWER on IntegriCloud