summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2013-04-221-0/+4
|\
| * virtio-scsi: create VirtIOSCSICommonPaolo Bonzini2013-04-191-0/+4
* | bswap: fix compiler warningAlexey Kardashevskiy2013-04-191-0/+1
|/
* memory: move core typedefs to qemu/typedefs.hPaolo Bonzini2013-04-151-0/+4
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-152-115/+0
* aes: make Td[0-5] and Te[0-5] tables non staticAurelien Jarno2013-04-131-0/+19
* aes: move aes.h from include/block to include/qemuAurelien Jarno2013-04-131-0/+26
* Allow clock_gettime() monotonic clock to be utilized on more OS'sBrad Smith2013-04-041-2/+1
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-2/+2
* compiler: fix warning with GCC 4.8.0Paolo Bonzini2013-03-271-1/+1
* nbd: Keep hostname and port separateKevin Wolf2013-03-221-0/+1
* qemu-socket: Make socket_optslist publicKevin Wolf2013-03-221-0/+2
* main-loop: add qemu_get_aio_context()Stefan Hajnoczi2013-03-151-0/+5
* qemu-option: Add qemu_opts_absorb_qdict()Kevin Wolf2013-03-151-0/+1
* chardev: add udp support to qapiGerd Hoffmann2013-03-131-0/+1
* Add a TPM Passthrough backend driver implementationStefan Berger2013-03-121-0/+1
* qemu-file: check exit status when closing a pipe QEMUFilePaolo Bonzini2013-03-111-0/+7
* block-migration: add lockPaolo Bonzini2013-03-111-0/+1
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-03-101-0/+99
|\
| * hw: move fifo.[ch] to libqemuutilPaolo Bonzini2013-03-011-0/+99
* | move socket_set_nodelay to osdep.cMORITA Kazutaka2013-03-041-0/+1
|/
* qemu-log: default to stderr for logging outputPeter Maydell2013-02-261-2/+6
* qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell2013-02-231-8/+0
* iohandler: switch to GPollFDStefan Hajnoczi2013-02-211-2/+2
* host-utils: Use __int128_t for mul[us]64Richard Henderson2013-02-171-9/+8
* 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
OpenPOWER on IntegriCloud