summaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2013-04-04Allow clock_gettime() monotonic clock to be utilized on more OS'sBrad Smith1-2/+1
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi1-2/+2
2013-03-27compiler: fix warning with GCC 4.8.0Paolo Bonzini1-1/+1
2013-03-22nbd: Keep hostname and port separateKevin Wolf1-0/+1
2013-03-22qemu-socket: Make socket_optslist publicKevin Wolf1-0/+2
2013-03-15main-loop: add qemu_get_aio_context()Stefan Hajnoczi1-0/+5
2013-03-15qemu-option: Add qemu_opts_absorb_qdict()Kevin Wolf1-0/+1
2013-03-13chardev: add udp support to qapiGerd Hoffmann1-0/+1
2013-03-12Add a TPM Passthrough backend driver implementationStefan Berger1-0/+1
2013-03-11qemu-file: check exit status when closing a pipe QEMUFilePaolo Bonzini1-0/+7
2013-03-11block-migration: add lockPaolo Bonzini1-0/+1
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori1-0/+99
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka1-0/+1
2013-03-01hw: move fifo.[ch] to libqemuutilPaolo Bonzini1-0/+99
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell1-2/+6
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell1-8/+0
2013-02-21iohandler: switch to GPollFDStefan Hajnoczi1-2/+2
2013-02-17host-utils: Use __int128_t for mul[us]64Richard Henderson1-9/+8
2013-02-16bitops: Remove routines redundant with host-utilsRichard Henderson1-48/+0
2013-02-16bitops: Write bitops_flsl in terms of clzlRichard Henderson1-28/+1
2013-02-16hbitmap: Use non-bitops ctzlRichard Henderson1-1/+2
2013-02-16host-utils: Fix coding style and add commentsRichard Henderson1-18/+82
2013-02-16host-utils: Add host long specific aliases for clz, ctz, ctpopRichard Henderson1-0/+19
2013-02-16qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_itemsPeter Maydell1-3/+3
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell1-4/+8
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell1-1/+1
2013-02-16qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell1-0/+5
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell1-1/+1
2013-02-06bswap: Fix width of swap in leul_to_cpuRichard Henderson1-2/+10
2013-02-02bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini3-60/+23
2013-01-25hbitmap: add assertion on hbitmap_iter_initPaolo Bonzini1-1/+2
2013-01-25add hierarchical bitmap data type and test casesPaolo Bonzini1-0/+207
2013-01-25host-utils: add ffslPaolo Bonzini1-0/+26
2013-01-16bswap: improve gluingBlue Swirl1-10/+10
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini1-5/+0
2013-01-12bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_pRichard Henderson1-94/+53
2013-01-12bswap: Rewrite all ld<type>_<endian>_p functionsRichard Henderson1-270/+30
2013-01-12bswap: Add host endian unaligned access functionsRichard Henderson1-1/+50
2013-01-12bswap: Tidy base definitions of bswapNRichard Henderson1-42/+30
2013-01-02iov: add iov_discard_front/back() to remove dataStefan Hajnoczi1-0/+13
2012-12-28Disable semaphores fallback code for OpenBSDBrad Smith1-1/+1
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini33-0/+4321
2012-12-19qom: move include files to include/qom/Paolo Bonzini5-1187/+2
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-79/+0
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-11-30stream: fix ratelimit_set_speedDietmar Maurer1-1/+1
2012-11-26virtio-rng: fix typos, commentsAmit Shah1-3/+3
2012-11-26qom: make object_finalize staticPaolo Bonzini1-9/+0
2012-11-26qom: make object_delete usable for statically-allocated objectsPaolo Bonzini1-0/+9