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