aboutsummaryrefslogtreecommitdiff
path: root/util/oslib-posix.c
AgeCommit message (Expand)Author
2016-10-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-10-04util: Introduce qemu_get_pid_nameMichal Privoznik
2016-09-29oslib-posix: add a configure switch to debug stack usagePeter Lieven
2016-09-29oslib-posix: add helpers for stack alloc and freePeter Lieven
2016-08-02fix qemu exit on memory hotplug when allocation fails at prealloc timeIgor Mammedov
2016-07-17use g_path_get_dirname instead of dirnameWei Jiangang
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-05-23exec.c: Ensure right alignment also for file backed ramDominik Dingel
2016-04-22util: align memory allocations to 2M on AArch64Christoffer Dall
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-22Remove unneeded include statements for setjmp.hStefan Weil
2016-02-16oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.hPeter Maydell
2016-02-04util: Clean up includesPeter Maydell
2015-12-02util/mmap-alloc: fix hugetlb support on ppc64Michael S. Tsirkin
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-10-21exec: factor out duplicate mmap codeMichael S. Tsirkin
2015-10-20osdep: add qemu_fork() wrapper for safely handling signalsDaniel P. Berrange
2015-10-01oslib: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin
2015-10-01oslib: rework anonimous RAM allocationMichael S. Tsirkin
2015-05-22util: allow \n to terminate password inputDaniel P. Berrange
2015-05-22util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange
2015-03-10oslib-posix: Fix compiler warning (-Wclobbered) and simplify the codeStefan Weil
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov
2014-11-02util: Improve os_mem_prealloc error messageMichal Privoznik
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf
2014-07-10oslib-posix: Fix new compiler error with -WclobberedStefan Weil
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini
2014-03-13oslib-posix: Fix build on FreeBSDAndreas Färber
2014-02-20util: Split out exec_dir from os_find_datadirFam Zheng
2014-01-24qemu_memalign: Allow small alignmentsKevin Wolf
2014-01-22osdep: add qemu_set_tty_echo()Stefan Hajnoczi
2013-10-02util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik
2013-09-12exec: Don't abort when we can't allocate guest memoryMarkus Armbruster
2013-05-30osdep: add qemu_get_local_state_pathname()Laszlo Ersek
2013-05-14osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini
2013-04-16migration: initialize RAM to zeroPaolo Bonzini
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi
2013-03-05oslib-posix: Align to permit transparent hugepages on ARM LinuxPeter Maydell
2013-01-26bsd-user: avoid conflict with qemu_vmallocBlue Swirl
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini