aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster3-3/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2-4/+6
2016-03-22Include setjmp.h in qemu/osdep.h (bug fix for w64)Stefan Weil1-0/+3
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost1-2/+2
2016-03-15icount: decouple warp callsPavel Dovgalyuk1-4/+3
2016-03-14typedefs: Add BdrvDirtyBitmapFam Zheng1-0/+1
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange1-14/+0
2016-03-10osdep: fix socket_error() to work with Mingw64Daniel P. Berrange1-3/+0
2016-03-01typedefs: Add CPUStateLluís Vilanova1-0/+1