index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
oslib-win32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand
2022-10-27
1
-1
/
+1
*
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
2022-10-27
1
-4
/
+4
*
util/win32: simplify qemu_get_local_state_dir()
Marc-André Lureau
2022-05-28
1
-13
/
+4
*
include: move qemu_*_exec_dir() to cutils
Marc-André Lureau
2022-05-28
1
-36
/
+0
*
util: rename qemu_*block() socket functions
Marc-André Lureau
2022-05-03
1
-4
/
+4
*
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
2022-04-21
1
-3
/
+2
*
qga: move qga_get_host_name()
Marc-André Lureau
2022-04-21
1
-13
/
+0
*
include: move qemu_msync() to osdep
Marc-André Lureau
2022-04-21
1
-0
/
+10
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
oslib: drop qemu_gettimeofday()
Marc-André Lureau
2022-04-06
1
-20
/
+0
*
util: Put qemu_vfree() in memalign.c
Peter Maydell
2022-03-07
1
-6
/
+0
*
util: Share qemu_try_memalign() implementation between POSIX and Windows
Peter Maydell
2022-03-07
1
-17
/
+0
*
util: Return valid allocation for qemu_try_memalign() with zero size
Peter Maydell
2022-03-07
1
-1
/
+3
*
util: Unify implementations of qemu_memalign()
Peter Maydell
2022-03-07
1
-14
/
+0
*
util: Make qemu_oom_check() a static function
Peter Maydell
2022-03-07
1
-1
/
+1
*
util/oslib-win32: Fix fatal assertion in qemu_try_memalign
Stefan Weil
2021-06-19
1
-1
/
+5
*
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand
2021-06-15
1
-1
/
+12
*
configure: bump min required glib version to 2.56
Daniel P. Berrangé
2021-06-02
1
-204
/
+0
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-05-06
1
-1
/
+1
|
\
|
*
oslib-win32: do not rely on macro to get redefined function name
Paolo Bonzini
2021-05-04
1
-1
/
+1
*
|
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
|
/
*
util/oslib-win32: Fix _aligned_malloc() arguments order
Philippe Mathieu-Daudé
2021-01-11
1
-1
/
+1
*
util/oslib: Assert qemu_try_memalign() alignment is a power of 2
Philippe Mathieu-Daudé
2021-01-07
1
-0
/
+1
*
util/oslib-win32: Use _aligned_malloc for qemu_try_memalign
Richard Henderson
2021-01-07
1
-7
/
+4
*
win32: drop fd registration to the main-loop on setting non-block
Marc-André Lureau
2021-01-06
1
-1
/
+0
*
w32: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...
Yonggang Luo
2020-10-14
1
-2
/
+2
*
oslib-posix: default exec_dir to bindir
Paolo Bonzini
2020-09-30
1
-1
/
+3
*
oslib: do not call g_strdup from qemu_get_exec_dir
Paolo Bonzini
2020-09-30
1
-4
/
+8
*
util/oslib-win32: add qemu_get_host_physmem implementation
Alex Bennée
2020-07-27
1
-1
/
+6
*
util: add qemu_get_host_physmem utility function
Alex Bennée
2020-07-27
1
-0
/
+6
*
net: check if the file descriptor is valid before using it
Laurent Vivier
2020-07-15
1
-25
/
+32
*
util: Introduce qemu_get_host_name()
Michal Privoznik
2020-07-14
1
-0
/
+13
*
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-10-26
1
-1
/
+1
*
util: WSAEWOULDBLOCK on connect should map to EINPROGRESS
Marc-André Lureau
2019-10-04
1
-1
/
+5
*
memory: fetch pmem size in get_file_size()
Stefan Hajnoczi
2019-09-16
1
-6
/
+0
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+2
*
hostmem-file: reject invalid pmem file sizes
Stefan Hajnoczi
2019-03-11
1
-0
/
+5
*
util: add qemu_write_pidfile()
Marc-André Lureau
2018-10-02
1
-0
/
+27
*
util/oslib-win32: indicate alignment for qemu_anon_ram_alloc()
David Hildenbrand
2018-08-23
1
-3
/
+12
*
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
2018-02-19
1
-1
/
+1
*
block: rip out all traces of password prompting
Daniel P. Berrange
2017-07-11
1
-24
/
+0
*
util/oslib-win32: Remove if conditional
Alistair Francis
2017-07-04
1
-4
/
+2
*
mem-prealloc: reduce large guest start-up and migration time.
Jitendra Kolhe
2017-03-14
1
-1
/
+2
*
win32: use glib gpoll if glib >= 2.50
Marc-André Lureau
2017-01-24
1
-0
/
+2
*
util: Introduce qemu_get_pid_name
Michal Privoznik
2016-10-04
1
-0
/
+7
*
fix qemu exit on memory hotplug when allocation fails at prealloc time
Igor Mammedov
2016-08-02
1
-1
/
+1
*
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
1
-1
/
+0
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
[next]