aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/osdep.h
AgeCommit message (Expand)Author
2020-09-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...Peter Maydell
2020-09-16util: introduce qemu_open and qemu_create with error reportingDaniel P. Berrangé
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé
2020-09-16monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé
2020-09-16osdep: file locking functions are not available on Win32Yonggang Luo
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini
2020-07-27linux-user: don't use MAP_FIXED in pgd_find_hole_fallbackAlex Bennée
2020-07-27util: add qemu_get_host_physmem utility functionAlex Bennée
2020-07-21qemu/osdep: Reword qemu_get_exec_dir() documentationPhilippe Mathieu-Daudé
2020-07-13util: Introduce qemu_get_host_name()Michal Privoznik
2020-07-13osdep.h: For Haiku, define SIGIO as equivalent to SIGPOLLDavid CARLIER
2020-07-13osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER
2020-07-10coverity: provide Coverity-friendly MIN_CONST and MAX_CONSTEric Blake
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake
2020-05-04chardev: Add macOS to list of OSes that support -chardev serialMikhail Gusarov
2020-04-14osdep.h: Drop no-longer-needed Coverity workaroundsPeter Maydell
2020-01-02osdep: add qemu_unlink()Marc-André Lureau
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-09-16memory: fetch pmem size in get_file_size()Stefan Hajnoczi
2019-05-07osdep: Fix mingw compilation regarding stdio formatsCao Jiaxi
2019-03-11hostmem-file: reject invalid pmem file sizesStefan Hajnoczi
2019-01-31qemu-io: Add generic function for reinitializing optind.Richard W.M. Jones
2019-01-11build-sys: build with Vista API by defaultMarc-André Lureau
2019-01-11build-sys: move windows defines in osdep.h headerMarc-André Lureau
2018-10-23osdep: Work around MinGW assertRichard Henderson
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau
2018-10-02cacheinfo: add i/d cache_linesize_logEmilio G. Cota
2018-06-28osdep: work around Coverity parsing errorsPaolo Bonzini
2018-06-12osdep: powerpc64 align memory to allow 2MB radix THP page tablesNicholas Piggin
2018-05-24osdep: add wait.h compat macrosMichael S. Tsirkin
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum
2017-12-15sparc: Make sure we mmap at SHMLBA alignmentPeter Maydell
2017-11-24osdep.h: Make TIME_MAX handle different time_t typesPeter Maydell
2017-10-24osdep: introduce qemu_mprotect_rwx/noneEmilio G. Cota
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota
2017-09-26osdep: Fix ROUND_UP(64-bit, 32-bit)Eric Blake
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2017-09-19osdep.h: Prohibit disabling assert() in supported buildsEric Blake
2017-09-19osdep: Define QEMU_MADV_REMOVEEduardo Habkost
2017-08-11osdep: Add runtime OFD lock detectionFam Zheng
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange
2017-06-19util: add cacheinfoEmilio G. Cota
2017-06-08char: fix alias devices regressionMarc-André Lureau
2017-05-11osdep: Add qemu_lock_fd and qemu_unlock_fdFam Zheng
2017-03-14mem-prealloc: reduce large guest start-up and migration time.Jitendra Kolhe
2017-03-03cpus: reorganize signal handling codePaolo Bonzini
2017-03-03cpus: remove ugly cast on sigbus_handlerPaolo Bonzini
2017-02-01ARRAY_SIZE: check that argument is an arrayMichael S. Tsirkin
2016-11-02nbd: Improve server handling of shutdown requestsEric Blake
2016-10-11build: Work around SIZE_MAX bug in OSX headersEric Blake