aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2016-07-04bitops: Add MAKE_64BIT_MASK macroAlistair Francis1-0/+3
2016-06-30qapi: Simplify use of range.hEric Blake1-15/+1
2016-06-30range: Create range.c for code that should not be inlineEric Blake1-57/+22
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+2
2016-06-29socket: unlink unix socket on removeMarc-André Lureau1-0/+1
2016-06-28Change net/socket.c to use socket_*() functionsAshijeet Acharya1-1/+15
2016-06-20log: Fix qemu_set_log_filename() error handlingMarkus Armbruster1-1/+1
2016-06-20log: Fix qemu_set_dfilter_ranges() error reportingMarkus Armbruster1-1/+1
2016-06-17bitops.h: Implement half-shuffle and half-unshuffle opsPeter Maydell1-0/+108
2016-06-16clean-includes: run it once morePaolo Bonzini2-2/+0
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-2/+0
2016-06-11qht: QEMU's fast, resizable and scalable Hash TableEmilio G. Cota1-0/+183
2016-06-11qdist: add module to represent frequency distributions of dataEmilio G. Cota1-0/+63
2016-06-11qemu-thread: add simple test-and-set spinlockGuillaume Delbergue1-0/+35
2016-06-11include/processor.h: define cpu_relax()Emilio G. Cota1-0/+30
2016-06-11seqlock: rename write_lock/unlock to write_begin/endEmilio G. Cota1-2/+2
2016-06-11seqlock: remove optional mutexEmilio G. Cota1-9/+1
2016-06-11compiler.h: add QEMU_ALIGNED() to enforce struct alignmentEmilio G. Cota1-0/+2
2016-06-07host-utils: Prefer 'false' for bool typeEric Blake1-1/+1
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell2-2/+0
2016-06-07hw: Clean up includesPeter Maydell1-1/+0
2016-05-29atomics: do not emit consume barrier for atomic_rcu_readEmilio G. Cota1-2/+12
2016-05-29atomics: emit an smp_read_barrier_depends() barrier only for Alpha and Thread...Emilio G. Cota1-0/+11
2016-05-26migration: delete QEMUSizedBuffer structDaniel P. Berrange1-1/+0
2016-05-23osdep: Move default qemu_hw_version() value to a macroEduardo Habkost1-0/+9
2016-05-23exec.c: Ensure right alignment also for file backed ramDominik Dingel1-0/+13
2016-05-19include: poison symbols in osdep.hPaolo Bonzini1-0/+2
2016-05-19log: do not use CONFIG_USER_ONLYPaolo Bonzini1-15/+2
2016-05-19include: move CPU-related definitions out of qemu-common.hPaolo Bonzini1-0/+1
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-05-12include/qemu/osdep.h: Add macros for pointer alignmentSergey Fedorov1-0/+11
2016-05-12include/qemu/osdep.h: Add a macro to check for alignmentSergey Fedorov1-0/+3
2016-05-12FIFO: Add a FIFO32 implementationJean-Christophe DUBOIS1-0/+191
2016-04-22event-notifier: Add "is_external" parameterFam Zheng1-1/+3
2016-04-22iohandler: Introduce iohandler_get_aio_contextFam Zheng1-0/+1
2016-04-13move const_le{16, 23} to qemu/bswap.h, add commentGerd Hoffmann1-0/+19
2016-04-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-24/+34
2016-04-05include/qemu/atomic: add compile time assertsAlex Bennée1-24/+34
2016-03-31log: move qemu_log_close/qemu_log_flush from header to log.cDenis V. Lunev1-17/+5
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell15-23/+326
2016-03-22qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée1-0/+15
2016-03-22qemu-log: new option -dfilter to limit outputAlex Bennée1-0/+2
2016-03-22qemu-log: Avoid function call for disabled qemu_log_mask loggingPeter Maydell1-3/+10
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa6-0/+246
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-7/+2
2016-03-22Move QEMU_ALIGN_*() from qemu-common.h to qemu/osdep.hMarkus Armbruster1-0/+6
2016-03-22Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.hMarkus Armbruster2-4/+11
2016-03-22hw/pci/pci.h: Don't include qemu-common.hMarkus Armbruster1-0/+1
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster1-2/+28
2016-03-22Clean up includes some moreMarkus Armbruster1-1/+0