Sign in
qemu
/
qemu
/
98a44c1603596fcfffdae5dc674932bc923db049
/
util
/
oslib-posix.c
72d41eb
memory: fetch pmem size in get_file_size()
by Stefan Hajnoczi
· 5 years ago
db72581
Include qemu/main-loop.h less
by Markus Armbruster
· 5 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
2ac0f16
util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap
by Zhang Yi
· 6 years ago
2cb73af
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging
by Peter Maydell
· 6 years ago
02cdcc9
oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure
by Philippe Mathieu-Daudé
· 6 years ago
314aec4
hostmem-file: reject invalid pmem file sizes
by Stefan Hajnoczi
· 6 years ago
53adb9d
mmap-alloc: fix hugetlbfs misaligned length in ppc64
by Murilo Opsfelder Araujo
· 6 years ago
da93b82
util: check the return value of fcntl in qemu_set_{block, nonblock}
by Li Qiang
· 6 years ago
fc3d1ba
oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD
by Brad Smith
· 6 years ago
35f7f3f
util: use fcntl() for qemu_write_pidfile() locking
by Marc-André Lureau
· 6 years ago
9e6bdef
util: add qemu_write_pidfile()
by Marc-André Lureau
· 6 years ago
06329cc
mem: add share parameter to memory-backend-ram
by Marcel Apfelbaum
· 7 years ago
9bc5a71
oslib-posix: check for posix_memalign in configure script
by Andreas Gustafsson
· 7 years ago
094611b
oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSD
by Kamil Rytarowski
· 7 years ago
e947d47
oslib-posix: Fix compiler warning and some data types
by Stefan Weil
· 7 years ago
e916a6e
oslib-posix: Print errors before aborting on qemu_alloc_stack()
by Eduardo Habkost
· 7 years ago
02ffa03
util/oslib-posix.c: Avoid warning on NetBSD
by Peter Maydell
· 7 years ago
788cf9f
block: rip out all traces of password prompting
by Daniel P. Berrange
· 8 years ago
2a8469a
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 8 years ago
462e5d5
oslib: strip trailing '\n' from error_setg() string argument
by Philippe Mathieu-Daudé
· 8 years ago
7e6478e
Check the return value of fcntl in qemu_set_cloexec
by Stefano Stabellini
· 8 years ago
fcdcf1e
util: drop old utimensat() compat code
by Greg Kurz
· 8 years ago
dfd0dcc
mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case.
by Jitendra Kolhe
· 8 years ago
6b3cca7
oslib-posix: fix compilation on OpenBSD
by Paolo Bonzini
· 8 years ago
9dc44aa
os: don't corrupt pre-existing memory-backend data with prealloc
by Daniel P. Berrange
· 8 years ago
1e356fc
mem-prealloc: reduce large guest start-up and migration time.
by Jitendra Kolhe
· 8 years ago
d98d407
cpus: remove ugly cast on sigbus_handler
by Paolo Bonzini
· 8 years ago
a7764f1
Fix FreeBSD (10.x) build after 7dc9ae43
by Ed Maste
· 8 years ago
814bb12
clean-up: removed duplicate #includes
by Anand J
· 8 years ago
86e121a
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 8 years ago
7dc9ae4
util: Introduce qemu_get_pid_name
by Michal Privoznik
· 8 years ago
7d992e4
oslib-posix: add a configure switch to debug stack usage
by Peter Lieven
· 8 years ago
8737d9e
oslib-posix: add helpers for stack alloc and free
by Peter Lieven
· 8 years ago
056b68a
fix qemu exit on memory hotplug when allocation fails at prealloc time
by Igor Mammedov
· 8 years ago
55ad781
use g_path_get_dirname instead of dirname
by Wei Jiangang
· 9 years ago
a9c9427
Use #include "..." for our own headers, <...> for others
by Markus Armbruster
· 9 years ago
02d0e09
os-posix: include sys/mman.h
by Paolo Bonzini
· 9 years ago
d2f39ad
exec.c: Ensure right alignment also for file backed ram
by Dominik Dingel
· 9 years ago
ee1e0f8
util: align memory allocations to 2M on AArch64
by Christoffer Dall
· 9 years ago
84a5a80
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
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
8ff98f1
Remove unneeded include statements for setjmp.h
by Stefan Weil
· 9 years ago
d5db2ec
oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.h
by Peter Maydell
· 9 years ago
aafd758
util: Clean up includes
by Peter Maydell
· 9 years ago
7197fb4
util/mmap-alloc: fix hugetlb support on ppc64
by Michael S. Tsirkin
· 9 years ago
ca3e40e
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 9 years ago
794e8f3
exec: factor out duplicate mmap code
by Michael S. Tsirkin
· 9 years ago
57cb38b
osdep: add qemu_fork() wrapper for safely handling signals
by Daniel P. Berrange
· 9 years ago
9fac18f
oslib: allocate PROT_NONE pages on top of RAM
by Michael S. Tsirkin
· 9 years ago
c2dfc5b
oslib: rework anonimous RAM allocation
by Michael S. Tsirkin
· 9 years ago
6a11d51
util: allow \n to terminate password input
by Daniel P. Berrange
· 10 years ago
d57e4e4
util: move read_password method out of qemu-img into osdep/oslib
by Daniel P. Berrange
· 10 years ago
2a0457b
oslib-posix: Fix compiler warning (-Wclobbered) and simplify the code
by Stefan Weil
· 10 years ago
a2b257d
memory: expose alignment used for allocating RAM as MemoryRegion API
by Igor Mammedov
· 10 years ago
404ac83
util: Improve os_mem_prealloc error message
by Michal Privoznik
· 10 years ago
7d2a35c
block: Introduce qemu_try_blockalign()
by Kevin Wolf
· 11 years ago
b7bf8f5
oslib-posix: Fix new compiler error with -Wclobbered
by Stefan Weil
· 11 years ago
3818331
memory: move preallocation code out of exec.c
by Paolo Bonzini
· 11 years ago
41975b2
oslib-posix: Fix build on FreeBSD
by Andreas Färber
· 11 years ago
10f5bff
util: Split out exec_dir from os_find_datadir
by Fam Zheng
· 11 years ago
e535465
qemu_memalign: Allow small alignments
by Kevin Wolf
· 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
7dda5dc
migration: initialize RAM to zero
by Paolo Bonzini
· 12 years ago
f9e8cac
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
by Stefan Hajnoczi
· 12 years ago
2e07b29
oslib-posix: Align to permit transparent hugepages on ARM Linux
by Peter Maydell
· 12 years ago
0360ccf
bsd-user: avoid conflict with qemu_vmalloc
by Blue Swirl
· 12 years ago
baacf04
build: move libqemuutil.a components to util/
by Paolo Bonzini
· 12 years ago
[Renamed from oslib-posix.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
22bfa75
aio: clean up now-unused functions
by Paolo Bonzini
· 12 years ago
fdec991
s390: autodetect map private
by Christian Borntraeger
· 13 years ago
71ea2e0
bsd-user: fix build
by Blue Swirl
· 13 years ago
cbcfa04
link the main loop and its dependencies into the tools
by Paolo Bonzini
· 13 years ago
ae0f940
9pfs: improve portability to older systems
by Paolo Bonzini
· 13 years ago
c2a8238
Support running QEMU on Valgrind
by Stefan Weil
· 13 years ago
154b9a0
add socket_set_block
by Paolo Bonzini
· 13 years ago
36b5862
qemu_vmalloc: align properly for transparent hugepages and KVM
by Avi Kivity
· 13 years ago
c7f4111
Add missing trace call to oslib-posix.c:qemu_vmalloc()
by Jes Sorensen
· 13 years ago
f97742d
Darwin: Fix compilation warning regarding the deprecated daemon() function
by Alexandre Raymond
· 14 years ago
3867142
virtio-9p: fix build on !CONFIG_UTIMENSAT
by Hidetoshi Seto
· 14 years ago
b152aa8
Consolidate oom_check() functions
by Jes Sorensen
· 14 years ago
70e72ce
qemu_pipe() is used only by POSIX code, so move to oslib-posix.c
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