summaryrefslogtreecommitdiffstats
path: root/include/qemu/osdep.h
Commit message (Expand)AuthorAgeFilesLines
* oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini2020-09-301-6/+2Star
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...Peter Maydell2020-09-171-1/+1
|\
| * osdep: file locking functions are not available on Win32Yonggang Luo2020-09-161-1/+1
* | util: introduce qemu_open and qemu_create with error reportingDaniel P. Berrangé2020-09-161-0/+6
* | util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-1/+1
* | monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé2020-09-161-0/+1
|/
* meson: infrastructure for building emulatorsPaolo Bonzini2020-08-211-1/+1
* linux-user: don't use MAP_FIXED in pgd_find_hole_fallbackAlex Bennée2020-07-271-0/+3
* util: add qemu_get_host_physmem utility functionAlex Bennée2020-07-271-0/+12
* qemu/osdep: Reword qemu_get_exec_dir() documentationPhilippe Mathieu-Daudé2020-07-211-1/+4
* util: Introduce qemu_get_host_name()Michal Privoznik2020-07-141-0/+10
* osdep.h: For Haiku, define SIGIO as equivalent to SIGPOLLDavid CARLIER2020-07-131-0/+4
* osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER2020-07-131-1/+1
* coverity: provide Coverity-friendly MIN_CONST and MAX_CONSTEric Blake2020-07-111-7/+14
* osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-261-10/+47
* chardev: Add macOS to list of OSes that support -chardev serialMikhail Gusarov2020-05-041-1/+1
* osdep.h: Drop no-longer-needed Coverity workaroundsPeter Maydell2020-04-141-14/+0Star
* osdep: add qemu_unlink()Marc-André Lureau2020-01-021-0/+1
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-2/+2
* memory: fetch pmem size in get_file_size()Stefan Hajnoczi2019-09-161-13/+0Star
* osdep: Fix mingw compilation regarding stdio formatsCao Jiaxi2019-05-071-5/+5
* hostmem-file: reject invalid pmem file sizesStefan Hajnoczi2019-03-111-0/+13
* qemu-io: Add generic function for reinitializing optind.Richard W.M. Jones2019-01-311-0/+16
* build-sys: build with Vista API by defaultMarc-André Lureau2019-01-111-2/+2
* build-sys: move windows defines in osdep.h headerMarc-André Lureau2019-01-111-0/+17
* osdep: Work around MinGW assertRichard Henderson2018-10-231-0/+12
* util: add qemu_write_pidfile()Marc-André Lureau2018-10-021-1/+2
* cacheinfo: add i/d cache_linesize_logEmilio G. Cota2018-10-021-0/+2
* osdep: work around Coverity parsing errorsPaolo Bonzini2018-06-281-0/+15
* osdep: powerpc64 align memory to allow 2MB radix THP page tablesNicholas Piggin2018-06-121-1/+2
* osdep: add wait.h compat macrosMichael S. Tsirkin2018-05-241-0/+10
* mem: add share parameter to memory-backend-ramMarcel Apfelbaum2018-02-191-1/+1
* sparc: Make sure we mmap at SHMLBA alignmentPeter Maydell2017-12-151-0/+3
* osdep.h: Make TIME_MAX handle different time_t typesPeter Maydell2017-11-241-1/+28
* osdep: introduce qemu_mprotect_rwx/noneEmilio G. Cota2017-10-241-0/+2
* util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota2017-10-101-0/+6
* osdep: Fix ROUND_UP(64-bit, 32-bit)Eric Blake2017-09-261-3/+3
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2017-09-201-0/+7
|\
| * osdep: Define QEMU_MADV_REMOVEEduardo Habkost2017-09-191-0/+7
* | osdep.h: Prohibit disabling assert() in supported buildsEric Blake2017-09-191-0/+16
|/
* osdep: Add runtime OFD lock detectionFam Zheng2017-08-111-0/+1
* block: rip out all traces of password promptingDaniel P. Berrange2017-07-111-2/+0Star
* util: add cacheinfoEmilio G. Cota2017-06-191-0/+3
* char: fix alias devices regressionMarc-André Lureau2017-06-081-0/+13
* osdep: Add qemu_lock_fd and qemu_unlock_fdFam Zheng2017-05-111-0/+3
* mem-prealloc: reduce large guest start-up and migration time.Jitendra Kolhe2017-03-141-1/+2
* cpus: reorganize signal handling codePaolo Bonzini2017-03-031-0/+9
* cpus: remove ugly cast on sigbus_handlerPaolo Bonzini2017-03-031-0/+28
* ARRAY_SIZE: check that argument is an arrayMichael S. Tsirkin2017-02-011-1/+8
* nbd: Improve server handling of shutdown requestsEric Blake2016-11-021-0/+3