summaryrefslogtreecommitdiffstats
path: root/util/oslib-posix.c
Commit message (Expand)AuthorAgeFilesLines
* util/mmap-alloc: fix hugetlb support on ppc64Michael S. Tsirkin2015-12-021-23/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-10-221-24/+4
|\
| * exec: factor out duplicate mmap codeMichael S. Tsirkin2015-10-211-24/+4
* | osdep: add qemu_fork() wrapper for safely handling signalsDaniel P. Berrange2015-10-201-0/+71
|/
* oslib: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin2015-10-011-4/+4
* oslib: rework anonimous RAM allocationMichael S. Tsirkin2015-10-011-2/+10
* util: allow \n to terminate password inputDaniel P. Berrange2015-05-221-1/+2
* util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange2015-05-221-0/+66
* oslib-posix: Fix compiler warning (-Wclobbered) and simplify the codeStefan Weil2015-03-101-2/+2
* memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov2014-11-231-1/+4
* util: Improve os_mem_prealloc error messageMichal Privoznik2014-11-021-1/+2
* block: Introduce qemu_try_blockalign()Kevin Wolf2014-08-151-6/+10
* oslib-posix: Fix new compiler error with -WclobberedStefan Weil2014-07-101-14/+16
* memory: move preallocation code out of exec.cPaolo Bonzini2014-06-191-0/+73
* oslib-posix: Fix build on FreeBSDAndreas Färber2014-03-131-0/+4
* util: Split out exec_dir from os_find_datadirFam Zheng2014-02-201-0/+54
* qemu_memalign: Allow small alignmentsKevin Wolf2014-01-241-0/+5
* osdep: add qemu_set_tty_echo()Stefan Hajnoczi2014-01-221-0/+18
* util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik2013-10-021-0/+12
* exec: Don't abort when we can't allocate guest memoryMarkus Armbruster2013-09-121-3/+1
* osdep: add qemu_get_local_state_pathname()Laszlo Ersek2013-05-301-0/+9
* osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini2013-05-141-0/+8
* osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini2013-05-141-2/+2
* migration: initialize RAM to zeroPaolo Bonzini2013-04-161-17/+18
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-2/+2
* oslib-posix: Align to permit transparent hugepages on ARM LinuxPeter Maydell2013-03-051-1/+1
* bsd-user: avoid conflict with qemu_vmallocBlue Swirl2013-01-261-3/+0
* build: move libqemuutil.a components to util/Paolo Bonzini2013-01-121-0/+228
OpenPOWER on IntegriCloud