summaryrefslogtreecommitdiffstats
path: root/util/oslib-win32.c
Commit message (Expand)AuthorAgeFilesLines
* util/oslib-win32: Fix fatal assertion in qemu_try_memalignStefan Weil2021-06-191-1/+5
* memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-151-1/+12
* configure: bump min required glib version to 2.56Daniel P. Berrangé2021-06-021-204/+0Star
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-05-061-1/+1
|\
| * oslib-win32: do not rely on macro to get redefined function namePaolo Bonzini2021-05-041-1/+1
* | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
|/
* util/oslib-win32: Fix _aligned_malloc() arguments orderPhilippe Mathieu-Daudé2021-01-111-1/+1
* util/oslib: Assert qemu_try_memalign() alignment is a power of 2Philippe Mathieu-Daudé2021-01-071-0/+1
* util/oslib-win32: Use _aligned_malloc for qemu_try_memalignRichard Henderson2021-01-071-7/+4Star
* win32: drop fd registration to the main-loop on setting non-blockMarc-André Lureau2021-01-061-1/+0Star
* w32: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo2020-10-141-2/+2
* oslib-posix: default exec_dir to bindirPaolo Bonzini2020-09-301-1/+3
* oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini2020-09-301-4/+8
* util/oslib-win32: add qemu_get_host_physmem implementationAlex Bennée2020-07-271-1/+6
* util: add qemu_get_host_physmem utility functionAlex Bennée2020-07-271-0/+6
* net: check if the file descriptor is valid before using itLaurent Vivier2020-07-151-25/+32
* util: Introduce qemu_get_host_name()Michal Privoznik2020-07-141-0/+13
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-1/+1
* util: WSAEWOULDBLOCK on connect should map to EINPROGRESSMarc-André Lureau2019-10-041-1/+5
* memory: fetch pmem size in get_file_size()Stefan Hajnoczi2019-09-161-6/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+2
* hostmem-file: reject invalid pmem file sizesStefan Hajnoczi2019-03-111-0/+5
* util: add qemu_write_pidfile()Marc-André Lureau2018-10-021-0/+27
* util/oslib-win32: indicate alignment for qemu_anon_ram_alloc()David Hildenbrand2018-08-231-3/+12
* mem: add share parameter to memory-backend-ramMarcel Apfelbaum2018-02-191-1/+1
* block: rip out all traces of password promptingDaniel P. Berrange2017-07-111-24/+0Star
* util/oslib-win32: Remove if conditionalAlistair Francis2017-07-041-4/+2Star
* mem-prealloc: reduce large guest start-up and migration time.Jitendra Kolhe2017-03-141-1/+2
* win32: use glib gpoll if glib >= 2.50Marc-André Lureau2017-01-241-0/+2
* util: Introduce qemu_get_pid_nameMichal Privoznik2016-10-041-0/+7
* fix qemu exit on memory hotplug when allocation fails at prealloc timeIgor Mammedov2016-08-021-1/+1
* all: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* osdep: remove use of socket_error() from all codeDaniel P. Berrange2016-03-101-1/+1
* osdep: add wrappers for socket functionsDaniel P. Berrange2016-03-101-0/+201
* osdep: fix socket_error() to work with Mingw64Daniel P. Berrange2016-03-101-1/+78
* util: Clean up includesPeter Maydell2016-02-041-2/+1Star
* oslib-win32: Change return type of function getpagesizeStefan Weil2015-11-301-1/+1
* osdep: add qemu_fork() wrapper for safely handling signalsDaniel P. Berrange2015-10-201-0/+9
* oslib-win32: only provide localtime_r/gmtime_r if missingDaniel P. Berrange2015-09-241-0/+2
* util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange2015-05-221-0/+24
* memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov2014-11-231-1/+1
* block: Introduce qemu_try_blockalign()Kevin Wolf2014-08-151-2/+7
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-06-201-0/+19
|\
| * memory: move preallocation code out of exec.cPaolo Bonzini2014-06-191-0/+19
* | w32: Fix regression caused by new g_poll implementationStefan Weil2014-06-191-78/+174
|/
* glib: fix g_poll early timeout on windowsSangho Park2014-05-091-0/+112
* util: Split out exec_dir from os_find_datadirFam Zheng2014-02-201-0/+30