aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)Author
2013-01-21qemu-timer: Don't use RDTSC on 386s and 486sx86-rdtscPeter Maydell
2013-01-21include/qemu/cpuid.h: Add new wrapper around system cpuid.hPeter Maydell
2013-01-16bswap: improve gluingBlue Swirl
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini
2013-01-12bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_pRichard Henderson
2013-01-12bswap: Rewrite all ld<type>_<endian>_p functionsRichard Henderson
2013-01-12bswap: Add host endian unaligned access functionsRichard Henderson
2013-01-12bswap: Tidy base definitions of bswapNRichard Henderson
2013-01-02iov: add iov_discard_front/back() to remove dataStefan Hajnoczi
2012-12-28Disable semaphores fallback code for OpenBSDBrad Smith
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qom: move include files to include/qom/Paolo Bonzini
2012-12-19migration: move include files to include/migration/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-11-30stream: fix ratelimit_set_speedDietmar Maurer
2012-11-26virtio-rng: fix typos, commentsAmit Shah
2012-11-26qom: make object_finalize staticPaolo Bonzini
2012-11-26qom: make object_delete usable for statically-allocated objectsPaolo Bonzini
2012-11-26qdev: move bus removal to object_unparentPaolo Bonzini
2012-11-16rng-random: add an RNG backend that uses /dev/random (v3)Anthony Liguori
2012-11-16rng: add RndBackend abstract object classAnthony Liguori
2012-11-16object: add object_property_add_bool (v2)Anthony Liguori
2012-10-31cpu: Move thread_id to CPUStateAndreas Färber
2012-10-31cpus: Pass CPUState to run_on_cpu()Andreas Färber
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber
2012-10-31cpu: Move queued_work_{first,last} to CPUStateAndreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber
2012-10-31cpu: Move halt_cond to CPUStateAndreas Färber
2012-10-31cpus: Pass CPUState to cpu_is_stopped()Andreas Färber
2012-10-31cpu: Move stopped field to CPUStateAndreas Färber
2012-10-31cpu: Move stop field to CPUStateAndreas Färber
2012-10-31cpu: Move created field to CPUStateAndreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber
2012-08-13Merge remote-tracking branch 'quintela/migration-next-20120808' into stagingAnthony Liguori
2012-08-13qom: Reimplement InterfacesAnthony Liguori
2012-08-08Add cache handling functionsOrit Wasserman
2012-08-02cpu: Move thread_kicked to CPUStateAndreas Färber
2012-08-02cpu: Move thread field into CPUStateAndreas Färber
2012-08-02cpu: Move CPU_COMMON_THREAD into CPUStateAndreas Färber
2012-06-18Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori
2012-06-18qom: Push error reporting to object_property_find()Paolo Bonzini
2012-06-18qdev: Remove qdev_prop_exists()Paolo Bonzini
2012-06-18qom: Drop type_register_static_alias() macroPaolo Bonzini
2012-06-18qom: Make Object a typePaolo Bonzini
2012-06-18qom: Add class_base_initPaolo Bonzini
2012-06-18qom: Add object_child_foreach()Paolo Bonzini
2012-06-18qom: Add object_class_get_parent()Paolo Bonzini
2012-06-15stream: move rate limiting to a separate header filePaolo Bonzini
2012-05-12qom: Documentation addition for object_class_by_name()Paolo Bonzini