aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/osdep.h
AgeCommit message (Expand)Author
2018-06-28osdep: work around Coverity parsing errorsPaolo Bonzini
2018-06-12osdep: powerpc64 align memory to allow 2MB radix THP page tablesNicholas Piggin
2018-05-24osdep: add wait.h compat macrosMichael S. Tsirkin
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum
2017-12-15sparc: Make sure we mmap at SHMLBA alignmentPeter Maydell
2017-11-24osdep.h: Make TIME_MAX handle different time_t typesPeter Maydell
2017-10-24osdep: introduce qemu_mprotect_rwx/noneEmilio G. Cota
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota
2017-09-26osdep: Fix ROUND_UP(64-bit, 32-bit)Eric Blake
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2017-09-19osdep.h: Prohibit disabling assert() in supported buildsEric Blake
2017-09-19osdep: Define QEMU_MADV_REMOVEEduardo Habkost
2017-08-11osdep: Add runtime OFD lock detectionFam Zheng
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange
2017-06-19util: add cacheinfoEmilio G. Cota
2017-06-08char: fix alias devices regressionMarc-André Lureau
2017-05-11osdep: Add qemu_lock_fd and qemu_unlock_fdFam Zheng
2017-03-14mem-prealloc: reduce large guest start-up and migration time.Jitendra Kolhe
2017-03-03cpus: reorganize signal handling codePaolo Bonzini
2017-03-03cpus: remove ugly cast on sigbus_handlerPaolo Bonzini
2017-02-01ARRAY_SIZE: check that argument is an arrayMichael S. Tsirkin
2016-11-02nbd: Improve server handling of shutdown requestsEric Blake
2016-10-11build: Work around SIZE_MAX bug in OSX headersEric Blake
2016-10-04util: Introduce qemu_get_pid_nameMichal Privoznik
2016-08-03osdep: Document differences in rounding macrosEric Blake
2016-08-02fix qemu exit on memory hotplug when allocation fails at prealloc timeIgor Mammedov
2016-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-07-13osdep: Introduce qemu_dupFam Zheng
2016-07-13util: Fix MIN_NON_ZEROFam Zheng
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-05-23osdep: Move default qemu_hw_version() value to a macroEduardo Habkost
2016-05-23exec.c: Ensure right alignment also for file backed ramDominik Dingel
2016-05-19include: poison symbols in osdep.hPaolo Bonzini
2016-05-18Fix some typos found by codespellStefan Weil
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-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
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-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-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-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-01-11osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.hPeter Maydell
2015-11-25osdep: Change default value of qemu_hw_version() to "2.5+"Eduardo Habkost
2015-11-10Add QEMU_MADV_NOHUGEPAGEDr. David Alan Gilbert
2015-11-04osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()Eduardo Habkost
2015-10-20osdep: add qemu_fork() wrapper for safely handling signalsDaniel P. Berrange