summaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-6/+0
2016-02-23include: Clean up includesPeter Maydell24-54/+0
2016-02-23osdep.h: Include config-target.h if NEED_CPU_H is definedPeter Maydell1-0/+3
2016-02-23osdep.h: Define macros for the benefit of C++ before C++11Peter Maydell1-0/+14
2016-02-22log: Redirect stderr to logfile if deamonizedDimitris Aragiorgis1-6/+0
2016-02-22throttle: Add support for burst periodsAlberto Garcia1-5/+36
2016-02-22throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia1-0/+2
2016-02-22throttle: Merge all functions that check the configuration into oneAlberto Garcia1-4/+0
2016-02-22throttle: Make throttle_is_valid() set errpAlberto Garcia1-1/+1
2016-02-22throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia1-1/+1
2016-02-22throttle: Make throttle_conflicting() set errpAlberto Garcia1-1/+1
2016-02-22throttle: Make throttle_compute_timer() staticAlberto Garcia1-6/+0
2016-02-19osdep.h: Remove int_fast*_t Solaris compatibility codePeter Maydell1-7/+0
2016-02-16oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.hPeter Maydell1-0/+11
2016-02-16build: Don't redefine 'inline'Eric Blake1-12/+0
2016-02-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-61/+131
2016-02-09include/qemu/atomic.h: default to __atomic functionsAlex Bennée1-61/+131
2016-02-09iov: avoid memcpy for "simple" iov_from_buf/iov_to_bufPaolo Bonzini1-4/+30
2016-02-04Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-0/+1
2016-02-03isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau1-0/+1
2016-02-03trace: convert stderr backend to logPaolo Bonzini1-0/+1
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-59/+0
2016-01-21Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+2
2016-01-20blockdev: Error out on negative throttling option valuesFam Zheng1-0/+2