summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* qapi: Simplify use of range.hEric Blake2016-06-301-15/+1Star
* range: Create range.c for code that should not be inlineEric Blake2016-06-301-57/+22Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-291-1/+2
|\
| * socket: unlink unix socket on removeMarc-André Lureau2016-06-291-0/+1
* | Change net/socket.c to use socket_*() functionsAshijeet Acharya2016-06-281-1/+15
|/
* log: Fix qemu_set_log_filename() error handlingMarkus Armbruster2016-06-201-1/+1
* log: Fix qemu_set_dfilter_ranges() error reportingMarkus Armbruster2016-06-201-1/+1
* bitops.h: Implement half-shuffle and half-unshuffle opsPeter Maydell2016-06-171-0/+108
* clean-includes: run it once morePaolo Bonzini2016-06-162-2/+0Star
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-2/+0Star
* qht: QEMU's fast, resizable and scalable Hash TableEmilio G. Cota2016-06-121-0/+183
* qdist: add module to represent frequency distributions of dataEmilio G. Cota2016-06-121-0/+63
* qemu-thread: add simple test-and-set spinlockGuillaume Delbergue2016-06-121-0/+35
* include/processor.h: define cpu_relax()Emilio G. Cota2016-06-121-0/+30
* seqlock: rename write_lock/unlock to write_begin/endEmilio G. Cota2016-06-121-2/+2
* seqlock: remove optional mutexEmilio G. Cota2016-06-121-9/+1Star
* compiler.h: add QEMU_ALIGNED() to enforce struct alignmentEmilio G. Cota2016-06-121-0/+2
* host-utils: Prefer 'false' for bool typeEric Blake2016-06-071-1/+1
* all: Remove unnecessary glib.h includesPeter Maydell2016-06-072-2/+0Star
* hw: Clean up includesPeter Maydell2016-06-071-1/+0Star
* atomics: do not emit consume barrier for atomic_rcu_readEmilio G. Cota2016-05-291-2/+12
* atomics: emit an smp_read_barrier_depends() barrier only for Alpha and Thread...Emilio G. Cota2016-05-291-0/+11
* migration: delete QEMUSizedBuffer structDaniel P. Berrange2016-05-261-1/+0Star
* osdep: Move default qemu_hw_version() value to a macroEduardo Habkost2016-05-231-0/+9
* exec.c: Ensure right alignment also for file backed ramDominik Dingel2016-05-231-0/+13
* include: poison symbols in osdep.hPaolo Bonzini2016-05-191-0/+2
* log: do not use CONFIG_USER_ONLYPaolo Bonzini2016-05-191-15/+2Star
* include: move CPU-related definitions out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* include/qemu/osdep.h: Add macros for pointer alignmentSergey Fedorov2016-05-131-0/+11
* include/qemu/osdep.h: Add a macro to check for alignmentSergey Fedorov2016-05-131-0/+3
* FIFO: Add a FIFO32 implementationJean-Christophe DUBOIS2016-05-121-0/+191
* event-notifier: Add "is_external" parameterFam Zheng2016-04-221-1/+3
* iohandler: Introduce iohandler_get_aio_contextFam Zheng2016-04-221-0/+1
* move const_le{16, 23} to qemu/bswap.h, add commentGerd Hoffmann2016-04-131-0/+19
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-04-051-24/+34
|\
| * include/qemu/atomic: add compile time assertsAlex Bennée2016-04-051-24/+34
* | log: move qemu_log_close/qemu_log_flush from header to log.cDenis V. Lunev2016-03-311-17/+5Star
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-2415-23/+326
|\
| * qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée2016-03-221-0/+15
| * qemu-log: new option -dfilter to limit outputAlex Bennée2016-03-221-0/+2
| * qemu-log: Avoid function call for disabled qemu_log_mask loggingPeter Maydell2016-03-221-3/+10
| * util: move declarations out of qemu-common.hVeronia Bahaa2016-03-226-0/+246
| * Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-7/+2Star
| * Move QEMU_ALIGN_*() from qemu-common.h to qemu/osdep.hMarkus Armbruster2016-03-221-0/+6
| * Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.hMarkus Armbruster2016-03-222-4/+11
| * hw/pci/pci.h: Don't include qemu-common.hMarkus Armbruster2016-03-221-0/+1
| * include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster2016-03-221-2/+28
| * Clean up includes some moreMarkus Armbruster2016-03-221-1/+0Star
| * Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-223-3/+0Star