summaryrefslogtreecommitdiff
path: root/include/qemu/osdep.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+20
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 Armbruster1-0/+9
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-4/+5
2016-03-22Include setjmp.h in qemu/osdep.h (bug fix for w64)Stefan Weil1-0/+3
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-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-01-11osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.hPeter Maydell1-0/+2
2015-11-25osdep: Change default value of qemu_hw_version() to "2.5+"Eduardo Habkost1-0/+4
2015-11-10Add QEMU_MADV_NOHUGEPAGEDr. David Alan Gilbert1-0/+9
2015-11-04osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()Eduardo Habkost1-2/+2
2015-10-20osdep: add qemu_fork() wrapper for safely handling signalsDaniel P. Berrange1-0/+16
2015-09-24oslib-win32: only provide localtime_r/gmtime_r if missingDaniel P. Berrange1-1/+3
2015-08-19osdep.h: Add header commentPeter Maydell1-0/+24
2015-08-19osdep.h: Move some OS header includes and fixups from qemu-common.hPeter Maydell1-1/+48
2015-08-19osdep.h: Move some compiler-specific things to compiler.hPeter Maydell1-47/+1
2015-08-19osdep.h: Remove qemu_printfPeter Maydell1-2/+0
2015-05-22util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange1-0/+2
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov1-1/+2
2014-11-03util: introduce MIN_NON_ZEROPeter Lieven1-0/+6
2014-09-09util: Move general qemu_getauxval to util/getauxval.cFam Zheng1-4/+0
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf1-0/+1
2014-06-23qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson1-12/+0
2014-06-19hostmem: add merge and dump propertiesPaolo Bonzini1-0/+10
2014-06-19osdep: add merge and dump flagsMichael S. Tsirkin1-0/+4
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini1-0/+2
2014-02-20util: Split out exec_dir from os_find_datadirFam Zheng1-0/+9
2014-01-22osdep: add qemu_set_tty_echo()Stefan Hajnoczi1-0/+2
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson1-0/+25
2013-05-30osdep: add qemu_get_local_state_pathname()Laszlo Ersek1-0/+11
2013-05-14osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini1-0/+1
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini1-1/+1
2013-05-12osdep.h: include sys/types.h for ssize_t definitionIgor Mitsyanko1-1/+1
2013-04-29win32: add readv/writev emulationPaolo Bonzini1-0/+17
2013-04-19virtio-scsi: create VirtIOSCSICommonPaolo Bonzini1-0/+4
2013-03-11qemu-file: check exit status when closing a pipe QEMUFilePaolo Bonzini1-0/+7
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-0/+178