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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
1
-0
/
+13
2022-04-20
util/log: Support per-thread log files
Richard Henderson
1
-0
/
+1
2022-04-20
util/log: Remove qemu_log_close
Richard Henderson
1
-3
/
+0
2022-04-20
util/log: Introduce qemu_set_log_filename_flags
Richard Henderson
1
-0
/
+1
2022-04-20
include/qemu/log: Move entire implementation out-of-line
Richard Henderson
1
-34
/
+4
2022-04-20
util/log: Remove qemu_log_flush
Richard Henderson
1
-2
/
+0
2022-04-20
util/log: Mark qemu_log_trylock as G_GNUC_WARN_UNUSED_RESULT
Richard Henderson
1
-1
/
+1
2022-04-20
util/log: Drop return value from qemu_log
Richard Henderson
1
-1
/
+1
2022-04-20
util/log: Remove qemu_log_vprintf
Richard Henderson
1
-15
/
+0
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
1
-1
/
+1
2022-04-20
util/log: Move qemu_log_lock, qemu_log_unlock out of line
Richard Henderson
1
-25
/
+3
2022-04-20
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
1
-1
/
+1
2022-04-20
util/log: Return bool from qemu_set_log_filename
Richard Henderson
1
-1
/
+1
2022-04-20
util/log: Drop manual log buffering
Richard Henderson
1
-1
/
+0
2022-04-06
thread-posix: implement Semaphore with QemuCond and QemuMutex
Longpeng(Mike)
1
-3
/
+2
2022-04-06
thread-posix: remove the posix semaphore support
Longpeng(Mike)
1
-4
/
+0
2022-04-06
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
1
-1
/
+0
2022-04-06
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
2
-60
/
+64
2022-04-06
include: move progress API to qemu-progress.h
Marc-André Lureau
1
-0
/
+8
2022-04-06
include: move C/util-related declarations to cutils.h
Marc-André Lureau
1
-0
/
+20
2022-04-06
include: move coroutine IO functions to coroutine.h
Marc-André Lureau
1
-0
/
+23
2022-04-06
include: move qemu_pipe() to osdep.h
Marc-André Lureau
1
-0
/
+4
2022-04-06
include: move qemu_write_full() declaration to osdep.h
Marc-André Lureau
1
-0
/
+3
2022-04-06
include: move TFR to osdep.h
Marc-André Lureau
1
-0
/
+2
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-4
/
+11
2022-04-06
osdep: poison {HOST,TARGET}_WORDS_BIGENDIAN
Marc-André Lureau
1
-0
/
+12
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
3
-6
/
+6
2022-03-29
main-loop: Disable GLOBAL_STATE_CODE() assertions
Hanna Reitz
1
-1
/
+2
2022-03-29
main-loop: Disable block backend global state assertion on Cocoa
Philippe Mathieu-Daudé
1
-0
/
+13
2022-03-22
error: use GLib to remember the program name
Marc-André Lureau
1
-2
/
+0
2022-03-22
Move HOST_LONG_BITS to compiler.h
Marc-André Lureau
2
-3
/
+5
2022-03-22
Simplify HOST_LONG_BITS
Marc-André Lureau
1
-7
/
+1
2022-03-22
compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED
Marc-André Lureau
1
-2
/
+0
2022-03-22
compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
Marc-André Lureau
2
-4
/
+2
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
7
-29
/
+22
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2022-03-18
util/osdep: Avoid madvise proto on modern Solaris
Andrew Deason
1
-0
/
+8
2022-03-15
osdep: Avoid using Clang-specific __builtin_available()
Philippe Mathieu-Daudé
1
-7
/
+3
2022-03-15
util: add iova_tree_find_iova
Eugenio Pérez
1
-1
/
+19
2022-03-15
util: Add iova_tree_alloc_map
Eugenio Pérez
1
-0
/
+18
2022-03-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-0
/
+3
2022-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
2
-18
/
+61
2022-03-08
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...
Peter Maydell
2
-14
/
+3
2022-03-07
Merge remote-tracking branch 'remotes/philmd/tags/abstract-arch-cpu-20220307'...
Peter Maydell
1
-0
/
+2
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
2
-18
/
+61
2022-03-07
9pfs: move qemu_dirent_dup() from osdep -> 9p-util
Christian Schoenebeck
1
-13
/
+0
2022-03-07
9p: linux: Fix a couple Linux assumptions
Keno Fischer
1
-1
/
+3
2022-03-07
block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()
Vladimir Sementsov-Ogievskiy
1
-0
/
+12
2022-03-06
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
1
-0
/
+1
2022-03-06
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
1
-0
/
+1
[next]