summaryrefslogtreecommitdiff
path: root/util/oslib-posix.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-22util: align memory allocations to 2M on AArch64Christoffer Dall1-1/+2
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-22Remove unneeded include statements for setjmp.hStefan Weil1-1/+0
2016-02-16oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.hPeter Maydell1-9/+0
2016-02-04util: Clean up includesPeter Maydell1-2/+1
2015-12-02util/mmap-alloc: fix hugetlb support on ppc64Michael S. Tsirkin1-23/+1
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-24/+4
2015-10-21exec: factor out duplicate mmap codeMichael S. Tsirkin1-24/+4
2015-10-20osdep: add qemu_fork() wrapper for safely handling signalsDaniel P. Berrange1-0/+71
2015-10-01oslib: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin1-4/+4
2015-10-01oslib: rework anonimous RAM allocationMichael S. Tsirkin1-2/+10
2015-05-22util: allow \n to terminate password inputDaniel P. Berrange1-1/+2
2015-05-22util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange1-0/+66
2015-03-10oslib-posix: Fix compiler warning (-Wclobbered) and simplify the codeStefan Weil1-2/+2
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov1-1/+4
2014-11-02util: Improve os_mem_prealloc error messageMichal Privoznik1-1/+2
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf1-6/+10
2014-07-10oslib-posix: Fix new compiler error with -WclobberedStefan Weil1-14/+16
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini1-0/+73
2014-03-13oslib-posix: Fix build on FreeBSDAndreas Färber1-0/+4
2014-02-20util: Split out exec_dir from os_find_datadirFam Zheng1-0/+54
2014-01-24qemu_memalign: Allow small alignmentsKevin Wolf1-0/+5
2014-01-22osdep: add qemu_set_tty_echo()Stefan Hajnoczi1-0/+18
2013-10-02util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik1-0/+12
2013-09-12exec: Don't abort when we can't allocate guest memoryMarkus Armbruster1-3/+1
2013-05-30osdep: add qemu_get_local_state_pathname()Laszlo Ersek1-0/+9
2013-05-14osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini1-0/+8
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini1-2/+2
2013-04-16migration: initialize RAM to zeroPaolo Bonzini1-17/+18
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi1-2/+2
2013-03-05oslib-posix: Align to permit transparent hugepages on ARM LinuxPeter Maydell1-1/+1
2013-01-26bsd-user: avoid conflict with qemu_vmallocBlue Swirl1-3/+0
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini1-0/+228