summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini2013-01-121-5/+0
* bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_pRichard Henderson2013-01-121-94/+53
* bswap: Rewrite all ld<type>_<endian>_p functionsRichard Henderson2013-01-121-270/+30
* bswap: Add host endian unaligned access functionsRichard Henderson2013-01-121-1/+50
* bswap: Tidy base definitions of bswapNRichard Henderson2013-01-121-42/+30
* iov: add iov_discard_front/back() to remove dataStefan Hajnoczi2013-01-021-0/+13
* Disable semaphores fallback code for OpenBSDBrad Smith2012-12-281-1/+1
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-1933-0/+4321
* qom: move include files to include/qom/Paolo Bonzini2012-12-195-1187/+2
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-79/+0
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* stream: fix ratelimit_set_speedDietmar Maurer2012-11-301-1/+1
* virtio-rng: fix typos, commentsAmit Shah2012-11-261-3/+3
* qom: make object_finalize staticPaolo Bonzini2012-11-261-9/+0
* qom: make object_delete usable for statically-allocated objectsPaolo Bonzini2012-11-261-0/+9
* qdev: move bus removal to object_unparentPaolo Bonzini2012-11-261-0/+11
* rng-random: add an RNG backend that uses /dev/random (v3)Anthony Liguori2012-11-161-0/+22
* rng: add RndBackend abstract object classAnthony Liguori2012-11-161-0/+93
* object: add object_property_add_bool (v2)Anthony Liguori2012-11-161-0/+16
* cpu: Move thread_id to CPUStateAndreas Färber2012-10-311-0/+1
* cpus: Pass CPUState to run_on_cpu()Andreas Färber2012-10-311-0/+10
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-0/+10
* cpu: Move queued_work_{first,last} to CPUStateAndreas Färber2012-10-311-0/+1
* cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber2012-10-311-0/+8
* cpu: Move halt_cond to CPUStateAndreas Färber2012-10-311-0/+1
* cpus: Pass CPUState to cpu_is_stopped()Andreas Färber2012-10-311-0/+11
* cpu: Move stopped field to CPUStateAndreas Färber2012-10-311-0/+2
* cpu: Move stop field to CPUStateAndreas Färber2012-10-311-0/+2
* cpu: Move created field to CPUStateAndreas Färber2012-10-311-0/+2
* cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber2012-10-311-0/+10
* Merge remote-tracking branch 'quintela/migration-next-20120808' into stagingAnthony Liguori2012-08-131-0/+79
|\
| * Add cache handling functionsOrit Wasserman2012-08-081-0/+79
* | qom: Reimplement InterfacesAnthony Liguori2012-08-131-16/+30
|/
* cpu: Move thread_kicked to CPUStateAndreas Färber2012-08-021-0/+1
* cpu: Move thread field into CPUStateAndreas Färber2012-08-021-0/+1
* cpu: Move CPU_COMMON_THREAD into CPUStateAndreas Färber2012-08-021-0/+5
* Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori2012-06-181-5/+42
|\
| * qom: Push error reporting to object_property_find()Paolo Bonzini2012-06-181-1/+3
| * qdev: Remove qdev_prop_exists()Paolo Bonzini2012-06-181-0/+9
| * qom: Drop type_register_static_alias() macroPaolo Bonzini2012-06-181-2/+0
| * qom: Make Object a typePaolo Bonzini2012-06-181-1/+1
| * qom: Add class_base_initPaolo Bonzini2012-06-181-2/+8
| * qom: Add object_child_foreach()Paolo Bonzini2012-06-181-0/+14
| * qom: Add object_class_get_parent()Paolo Bonzini2012-06-181-0/+8
* | stream: move rate limiting to a separate header filePaolo Bonzini2012-06-151-0/+48
|/
* qom: Documentation addition for object_class_by_name()Paolo Bonzini2012-05-121-0/+6
* cpu: Update documentation and commentAndreas Färber2012-05-081-2/+2
* qom: Refine container_get() to allow using a custom rootAndreas Färber2012-04-241-1/+2
* qom: add container_getPaolo Bonzini2012-04-021-0/+24
OpenPOWER on IntegriCloud