summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* bitops: Remove routines redundant with host-utilsRichard Henderson2013-02-161-48/+0
* bitops: Write bitops_flsl in terms of clzlRichard Henderson2013-02-161-28/+1
* hbitmap: Use non-bitops ctzlRichard Henderson2013-02-161-1/+2
* host-utils: Fix coding style and add commentsRichard Henderson2013-02-161-18/+82
* host-utils: Add host long specific aliases for clz, ctz, ctpopRichard Henderson2013-02-161-0/+19
* qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_itemsPeter Maydell2013-02-161-3/+3
* qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell2013-02-161-4/+8
* qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell2013-02-161-1/+1
* qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell2013-02-161-0/+5
* qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell2013-02-161-1/+1
* bswap: Fix width of swap in leul_to_cpuRichard Henderson2013-02-061-2/+10
* bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini2013-02-023-60/+23
* hbitmap: add assertion on hbitmap_iter_initPaolo Bonzini2013-01-251-1/+2
* add hierarchical bitmap data type and test casesPaolo Bonzini2013-01-251-0/+207
* host-utils: add ffslPaolo Bonzini2013-01-251-0/+26
* bswap: improve gluingBlue Swirl2013-01-161-10/+10
* 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
|/
OpenPOWER on IntegriCloud