index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qemu
/
osdep.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-21
include: Move hardware version declarations to new qemu/hw-version.h
Peter Maydell
1
-16
/
+0
2022-02-21
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
1
-5
/
+0
2022-02-21
include: Move QEMU_MAP_* constants to mmap-alloc.h
Peter Maydell
1
-25
/
+0
2022-02-21
include: Move qemu_mprotect_*() to new qemu/mprotect.h
Peter Maydell
1
-4
/
+0
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
1
-82
/
+0
2022-02-17
9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
Vitaly Chikunov
1
-0
/
+13
2022-01-07
util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
David Hildenbrand
1
-0
/
+7
2021-07-09
osdep: fix HAVE_BROKEN_SIZE_MAX case
Paolo Bonzini
1
-1
/
+1
2021-06-29
introduce QEMU_AUTO_VFREE
Vladimir Sementsov-Ogievskiy
1
-0
/
+15
2021-06-25
osdep: provide ROUND_DOWN macro
Paolo Bonzini
1
-6
/
+22
2021-06-15
util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
David Hildenbrand
1
-0
/
+3
2021-06-15
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand
1
-1
/
+8
2021-06-15
util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
David Hildenbrand
1
-0
/
+18
2021-06-15
softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memory
David Hildenbrand
1
-2
/
+2
2021-06-13
util/osdep: Add qemu_mprotect_rw
Richard Henderson
1
-0
/
+1
2021-05-10
osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselves
Peter Maydell
1
-4
/
+4
2021-04-17
include/qemu/osdep.h: Move system includes to top
Peter Maydell
1
-7
/
+13
2021-04-17
osdep: protect qemu/osdep.h with extern "C"
Paolo Bonzini
1
-1
/
+9
2021-04-17
osdep: include glib-compat.h before other QEMU headers
Paolo Bonzini
1
-1
/
+7
2021-01-29
osdep: build with non-working system() function
Joelle van Dyne
1
-0
/
+12
2021-01-23
tcg: Toggle page execution for Apple Silicon
Roman Bolshakov
1
-0
/
+28
2021-01-20
osdep.h: Remove <sys/signal.h> include
Michael Forney
1
-4
/
+0
2020-09-30
oslib: do not call g_strdup from qemu_get_exec_dir
Paolo Bonzini
1
-6
/
+2
2020-09-17
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...
Peter Maydell
1
-1
/
+1
2020-09-16
util: introduce qemu_open and qemu_create with error reporting
Daniel P. Berrangé
1
-0
/
+6
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-1
/
+1
2020-09-16
monitor: simplify functions for getting a dup'd fdset entry
Daniel P. Berrangé
1
-0
/
+1
2020-09-16
osdep: file locking functions are not available on Win32
Yonggang Luo
1
-1
/
+1
2020-08-21
meson: infrastructure for building emulators
Paolo Bonzini
1
-1
/
+1
2020-07-27
linux-user: don't use MAP_FIXED in pgd_find_hole_fallback
Alex Bennée
1
-0
/
+3
2020-07-27
util: add qemu_get_host_physmem utility function
Alex Bennée
1
-0
/
+12
2020-07-21
qemu/osdep: Reword qemu_get_exec_dir() documentation
Philippe Mathieu-Daudé
1
-1
/
+4
2020-07-13
util: Introduce qemu_get_host_name()
Michal Privoznik
1
-0
/
+10
2020-07-13
osdep.h: For Haiku, define SIGIO as equivalent to SIGPOLL
David CARLIER
1
-0
/
+4
2020-07-13
osdep.h: Always include <sys/signal.h> if it exists
David CARLIER
1
-1
/
+1
2020-07-10
coverity: provide Coverity-friendly MIN_CONST and MAX_CONST
Eric Blake
1
-7
/
+14
2020-06-26
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake
1
-10
/
+47
2020-05-04
chardev: Add macOS to list of OSes that support -chardev serial
Mikhail Gusarov
1
-1
/
+1
2020-04-14
osdep.h: Drop no-longer-needed Coverity workarounds
Peter Maydell
1
-14
/
+0
2020-01-02
osdep: add qemu_unlink()
Marc-André Lureau
1
-0
/
+1
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
1
-2
/
+2
2019-09-16
memory: fetch pmem size in get_file_size()
Stefan Hajnoczi
1
-13
/
+0
2019-05-07
osdep: Fix mingw compilation regarding stdio formats
Cao Jiaxi
1
-5
/
+5
2019-03-11
hostmem-file: reject invalid pmem file sizes
Stefan Hajnoczi
1
-0
/
+13
2019-01-31
qemu-io: Add generic function for reinitializing optind.
Richard W.M. Jones
1
-0
/
+16
2019-01-11
build-sys: build with Vista API by default
Marc-André Lureau
1
-2
/
+2
2019-01-11
build-sys: move windows defines in osdep.h header
Marc-André Lureau
1
-0
/
+17
2018-10-23
osdep: Work around MinGW assert
Richard Henderson
1
-0
/
+12
2018-10-02
util: add qemu_write_pidfile()
Marc-André Lureau
1
-1
/
+2
2018-10-02
cacheinfo: add i/d cache_linesize_log
Emilio G. Cota
1
-0
/
+2
[next]