summaryrefslogtreecommitdiff
path: root/util/oslib-win32.c
AgeCommit message (Expand)Author
2022-05-28util/win32: simplify qemu_get_local_state_dir()Marc-André Lureau
2022-05-28include: move qemu_*_exec_dir() to cutilsMarc-André Lureau
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau
2022-04-21qga: move qga_get_host_name()Marc-André Lureau
2022-04-21include: move qemu_msync() to osdepMarc-André Lureau
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06oslib: drop qemu_gettimeofday()Marc-André Lureau
2022-03-07util: Put qemu_vfree() in memalign.cPeter Maydell
2022-03-07util: Share qemu_try_memalign() implementation between POSIX and WindowsPeter Maydell
2022-03-07util: Return valid allocation for qemu_try_memalign() with zero sizePeter Maydell
2022-03-07util: Unify implementations of qemu_memalign()Peter Maydell
2022-03-07util: Make qemu_oom_check() a static functionPeter Maydell
2021-06-19util/oslib-win32: Fix fatal assertion in qemu_try_memalignStefan Weil
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-06-02configure: bump min required glib version to 2.56Daniel P. Berrangé
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-05-04oslib-win32: do not rely on macro to get redefined function namePaolo Bonzini
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-01-11util/oslib-win32: Fix _aligned_malloc() arguments orderPhilippe Mathieu-Daudé
2021-01-07util/oslib: Assert qemu_try_memalign() alignment is a power of 2Philippe Mathieu-Daudé
2021-01-07util/oslib-win32: Use _aligned_malloc for qemu_try_memalignRichard Henderson
2021-01-06win32: drop fd registration to the main-loop on setting non-blockMarc-André Lureau
2020-11-15w32: Fix Lesser GPL version numberChetan Pant
2020-10-14win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo
2020-09-30oslib-posix: default exec_dir to bindirPaolo Bonzini
2020-09-30oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini
2020-07-27util/oslib-win32: add qemu_get_host_physmem implementationAlex Bennée
2020-07-27util: add qemu_get_host_physmem utility functionAlex Bennée
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier
2020-07-13util: Introduce qemu_get_host_name()Michal Privoznik
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-04util: WSAEWOULDBLOCK on connect should map to EINPROGRESSMarc-André Lureau
2019-09-16memory: fetch pmem size in get_file_size()Stefan Hajnoczi
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-03-11hostmem-file: reject invalid pmem file sizesStefan Hajnoczi
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau
2018-08-23util/oslib-win32: indicate alignment for qemu_anon_ram_alloc()David Hildenbrand
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange
2017-07-04util/oslib-win32: Remove if conditionalAlistair Francis
2017-03-14mem-prealloc: reduce large guest start-up and migration time.Jitendra Kolhe
2017-01-24win32: use glib gpoll if glib >= 2.50Marc-André Lureau
2016-10-04util: Introduce qemu_get_pid_nameMichal Privoznik
2016-08-02fix qemu exit on memory hotplug when allocation fails at prealloc timeIgor Mammedov
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange