Sign in
qemu
/
qemu
/
04c6f1e798fc0f0f344e49b543a8334d9972d6c2
/
util
/
oslib-win32.c
986baba
util/oslib-win32: add qemu_get_host_physmem implementation
by Alex Bennée
· 4 years, 6 months ago
ad06ef0
util: add qemu_get_host_physmem utility function
by Alex Bennée
· 4 years, 6 months ago
894022e
net: check if the file descriptor is valid before using it
by Laurent Vivier
· 4 years, 6 months ago
e47f476
util: Introduce qemu_get_host_name()
by Michal Privoznik
· 4 years, 7 months ago
038adc2
core: replace getpagesize() with qemu_real_host_page_size
by Wei Yang
· 5 years ago
f1cd5d4
util: WSAEWOULDBLOCK on connect should map to EINPROGRESS
by Marc-André Lureau
· 5 years ago
72d41eb
memory: fetch pmem size in get_file_size()
by Stefan Hajnoczi
· 5 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
314aec4
hostmem-file: reject invalid pmem file sizes
by Stefan Hajnoczi
· 6 years ago
9e6bdef
util: add qemu_write_pidfile()
by Marc-André Lureau
· 6 years ago
714efd5
util/oslib-win32: indicate alignment for qemu_anon_ram_alloc()
by David Hildenbrand
· 6 years ago
06329cc
mem: add share parameter to memory-backend-ram
by Marcel Apfelbaum
· 7 years ago
788cf9f
block: rip out all traces of password prompting
by Daniel P. Berrange
· 8 years ago
0ec7b53
util/oslib-win32: Remove if conditional
by Alistair Francis
· 8 years ago
1e356fc
mem-prealloc: reduce large guest start-up and migration time.
by Jitendra Kolhe
· 8 years ago
1706e9d
win32: use glib gpoll if glib >= 2.50
by Marc-André Lureau
· 8 years ago
7dc9ae4
util: Introduce qemu_get_pid_name
by Michal Privoznik
· 8 years ago
056b68a
fix qemu exit on memory hotplug when allocation fails at prealloc time
by Igor Mammedov
· 8 years ago
030c98a
all: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
b16a44e
osdep: remove use of socket_error() from all code
by Daniel P. Berrange
· 9 years ago
a2d96af
osdep: add wrappers for socket functions
by Daniel P. Berrange
· 9 years ago
c619644
osdep: fix socket_error() to work with Mingw64
by Daniel P. Berrange
· 9 years ago
aafd758
util: Clean up includes
by Peter Maydell
· 9 years ago
a28c2f2
oslib-win32: Change return type of function getpagesize
by Stefan Weil
· 9 years ago
57cb38b
osdep: add qemu_fork() wrapper for safely handling signals
by Daniel P. Berrange
· 9 years ago
4d9310f
oslib-win32: only provide localtime_r/gmtime_r if missing
by Daniel P. Berrange
· 9 years ago
d57e4e4
util: move read_password method out of qemu-img into osdep/oslib
by Daniel P. Berrange
· 10 years ago
a2b257d
memory: expose alignment used for allocating RAM as MemoryRegion API
by Igor Mammedov
· 10 years ago
7d2a35c
block: Introduce qemu_try_blockalign()
by Kevin Wolf
· 11 years ago
0a99aae
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 11 years ago
3818331
memory: move preallocation code out of exec.c
by Paolo Bonzini
· 11 years ago
e637aa6
w32: Fix regression caused by new g_poll implementation
by Stefan Weil
· 11 years ago
5a00754
glib: fix g_poll early timeout on windows
by Sangho Park
· 11 years ago
10f5bff
util: Split out exec_dir from os_find_datadir
by Fam Zheng
· 11 years ago
13401ba
osdep: add qemu_set_tty_echo()
by Stefan Hajnoczi
· 11 years ago
606600a
util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR
by Sebastian Ottlik
· 11 years ago
3922825
exec: Don't abort when we can't allocate guest memory
by Markus Armbruster
· 11 years ago
e2ea351
osdep: add qemu_get_local_state_pathname()
by Laszlo Ersek
· 12 years ago
e7a09b9
osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory
by Paolo Bonzini
· 12 years ago
6eebf95
osdep, kvm: rename low-level RAM allocation functions
by Paolo Bonzini
· 12 years ago
f9e8cac
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
by Stefan Hajnoczi
· 12 years ago
94c8ff3
w32: Make qemu_vfree() accept NULL like the POSIX implementation
by Markus Armbruster
· 12 years ago
baacf04
build: move libqemuutil.a components to util/
by Paolo Bonzini
· 12 years ago
[Renamed from oslib-win32.c]
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
3bc2f57
build: replace weak symbols with a static library
by Paolo Bonzini
· 12 years ago
1f001dc
compiler: support Darwin weak references
by Paolo Bonzini
· 12 years ago
dbb5f38
win32: add weak version of qemu_fd_register
by Paolo Bonzini
· 12 years ago
d3e8f95
w32: Add implementation of gmtime_r, localtime_r
by Stefan Weil
· 12 years ago
d3385eb
main-loop: interrupt wait when data arrives on a socket
by Paolo Bonzini
· 13 years ago
cbcfa04
link the main loop and its dependencies into the tools
by Paolo Bonzini
· 13 years ago
154b9a0
add socket_set_block
by Paolo Bonzini
· 13 years ago
57a8821
w32: Remove implementation of function ffs
by Stefan Weil
· 14 years ago
b152aa8
Consolidate oom_check() functions
by Jes Sorensen
· 14 years ago
dc786bc
Move qemu_gettimeofday() to OS specific files
by Jes Sorensen
· 14 years ago
9549e76
Move osdep socket code to oslib-{posix,win32}.c
by Jes Sorensen
· 14 years ago
c1b0b93
Move QEMU OS dependant library functions to OS specific files
by Jes Sorensen
· 14 years ago