aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)Author
2016-05-12include/qemu/osdep.h: Add macros for pointer alignmentSergey Fedorov
2016-05-12include/qemu/osdep.h: Add a macro to check for alignmentSergey Fedorov
2016-05-12FIFO: Add a FIFO32 implementationJean-Christophe DUBOIS
2016-04-22event-notifier: Add "is_external" parameterFam Zheng
2016-04-22iohandler: Introduce iohandler_get_aio_contextFam Zheng
2016-04-13move const_le{16, 23} to qemu/bswap.h, add commentGerd Hoffmann
2016-04-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-04-05include/qemu/atomic: add compile time assertsAlex Bennée
2016-03-31log: move qemu_log_close/qemu_log_flush from header to log.cDenis V. Lunev
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-03-22qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée
2016-03-22qemu-log: new option -dfilter to limit outputAlex Bennée
2016-03-22qemu-log: Avoid function call for disabled qemu_log_mask loggingPeter Maydell
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22Move QEMU_ALIGN_*() from qemu-common.h to qemu/osdep.hMarkus Armbruster
2016-03-22Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.hMarkus Armbruster
2016-03-22hw/pci/pci.h: Don't include qemu-common.hMarkus Armbruster
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster
2016-03-22Clean up includes some moreMarkus Armbruster
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-22Include setjmp.h in qemu/osdep.h (bug fix for w64)Stefan Weil
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost
2016-03-15icount: decouple warp callsPavel Dovgalyuk
2016-03-14typedefs: Add BdrvDirtyBitmapFam Zheng
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange
2016-03-10osdep: fix socket_error() to work with Mingw64Daniel P. Berrange
2016-03-01typedefs: Add CPUStateLluís Vilanova
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-23include: Clean up includesPeter Maydell
2016-02-23osdep.h: Include config-target.h if NEED_CPU_H is definedPeter Maydell
2016-02-23osdep.h: Define macros for the benefit of C++ before C++11Peter Maydell
2016-02-22log: Redirect stderr to logfile if deamonizedDimitris Aragiorgis
2016-02-22throttle: Add support for burst periodsAlberto Garcia
2016-02-22throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia
2016-02-22throttle: Merge all functions that check the configuration into oneAlberto Garcia
2016-02-22throttle: Make throttle_is_valid() set errpAlberto Garcia
2016-02-22throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia
2016-02-22throttle: Make throttle_conflicting() set errpAlberto Garcia
2016-02-22throttle: Make throttle_compute_timer() staticAlberto Garcia
2016-02-19osdep.h: Remove int_fast*_t Solaris compatibility codePeter Maydell
2016-02-16oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.hPeter Maydell
2016-02-16build: Don't redefine 'inline'Eric Blake
2016-02-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-09include/qemu/atomic.h: default to __atomic functionsAlex Bennée
2016-02-09iov: avoid memcpy for "simple" iov_from_buf/iov_to_bufPaolo Bonzini
2016-02-04Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2016-02-03isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau
2016-02-03trace: convert stderr backend to logPaolo Bonzini