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
2023-05-08
include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 API
Thomas Huth
1
-1
/
+1
2023-05-08
rcu: remove qatomic_mb_set, expand comments
Paolo Bonzini
1
-1
/
+4
2023-05-02
qemu/int128: Re-shuffle Int128Alias members
Richard Henderson
1
-2
/
+2
2023-05-02
qemu/host-utils.h: Add clz and ctz functions for lower-bit integers
Kiran Ostrolenk
1
-0
/
+54
2023-05-02
qemu/bitops.h: Limit rotate amounts
Dickon Hood
1
-8
/
+8
2023-04-28
Merge tag 'pull-request-2023-04-28' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
1
-2
/
+5
2023-04-28
async: Add an optional reentrancy guard to the BH API
Alexander Bulekov
1
-2
/
+5
2023-04-27
stat64: Add stat64_set() operation
Paolo Bonzini
1
-0
/
+6
2023-04-24
util/mmap-alloc: qemu_fd_getfs()
Peter Xu
1
-0
/
+7
2023-03-28
util: import GTree as QTree
Emilio Cota
1
-0
/
+201
2023-03-22
include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers
Richard Henderson
1
-1
/
+5
2023-03-22
include/qemu: Split out plugin-event.h
Richard Henderson
2
-16
/
+27
2023-03-22
include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT
Richard Henderson
1
-4
/
+0
2023-03-22
include/qemu: add documentation for memory callbacks
Alex Bennée
1
-4
/
+43
2023-03-20
replace TABs with spaces
Yeqi Fu
3
-44
/
+44
2023-03-20
qemu/osdep: Switch position of "extern" and "G_NORETURN"
Bernhard Beschow
1
-1
/
+1
2023-03-13
osdep: implement qemu_socketpair() for win32
Marc-André Lureau
1
-2
/
+0
2023-03-13
main-loop: remove qemu_fd_register(), win32/slirp/socket specific
Marc-André Lureau
1
-2
/
+0
2023-03-13
util: drop qemu_fork()
Marc-André Lureau
1
-14
/
+0
2023-03-07
Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-1
/
+16
2023-03-07
qatomic: add smp_mb__before/after_rmw()
Paolo Bonzini
1
-1
/
+16
2023-03-05
include/qemu/cpuid: Introduce xgetbv_low
Richard Henderson
1
-0
/
+7
2023-03-02
qemu/uuid: Add UUID static initializer
Ira Weiny
1
-0
/
+12
2023-03-02
qemu/bswap: Add const_le64()
Ira Weiny
1
-1
/
+11
2023-02-27
qemu/typedefs: Sort in case-insensitive alphabetical order (again)
Philippe Mathieu-Daudé
1
-5
/
+5
2023-02-27
Updated the FSF address to <https://www.gnu.org/licenses/>
Khadija Kamran
1
-2
/
+1
2023-02-17
hbitmap: fix hbitmap_status() return value for first dirty bit case
Andrey Zhadchenko
1
-1
/
+1
2023-02-17
util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD
Emanuele Giuseppe Esposito
1
-5
/
+9
2023-02-16
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
5
-39
/
+0
2023-02-14
Do not include "qemu/error-report.h" in headers that do not need it
Thomas Huth
1
-1
/
+0
2023-02-10
remove unnecessary extern "C" blocks
Paolo Bonzini
5
-39
/
+0
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
3
-4
/
+0
2023-02-08
migration: Clean up includes
Markus Armbruster
1
-1
/
+0
2023-02-06
util/userfaultfd: Add uffd_open()
Peter Xu
1
-0
/
+12
2023-02-04
include/qemu/int128: Use Int128 structure for TCI
Richard Henderson
2
-9
/
+45
2023-02-04
Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...
Peter Maydell
1
-0
/
+2
2023-02-04
readline: Extract readline_add_completion_of() from monitor
Markus Armbruster
1
-0
/
+2
2023-02-03
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
1
-0
/
+44
2023-02-02
Merge tag 'pull-jan-omnibus-020223-1' of https://gitlab.com/stsquad/qemu into...
Peter Maydell
2
-3
/
+13
2023-02-02
cpu-exec: assert that plugin_mem_cbs is NULL after execution
Emilio Cota
1
-0
/
+4
2023-02-02
plugins: fix optimization in plugin_gen_disable_mem_helpers
Emilio Cota
1
-0
/
+7
2023-02-02
thread: de-const qemu_spin_destroy
Emilio Cota
1
-3
/
+2
2023-01-26
qemu/bswap: Use compiler __builtin_bswap() on NetBSD
Philippe Mathieu-Daudé
1
-11
/
+0
2023-01-26
qemu/bswap: Use compiler __builtin_bswap() on FreeBSD
Philippe Mathieu-Daudé
1
-2
/
+0
2023-01-26
qemu/bswap: Use compiler __builtin_bswap() on Haiku
Philippe Mathieu-Daudé
1
-2
/
+0
2023-01-26
qemu/bswap: Remove <byteswap.h> dependency
Philippe Mathieu-Daudé
1
-21
/
+0
2023-01-26
qemu/bswap: Replace bswapXXs() by compiler __builtin_bswap()
Philippe Mathieu-Daudé
1
-7
/
+9
2023-01-26
qemu/bswap: Replace bswapXX() by compiler __builtin_bswap()
Philippe Mathieu-Daudé
1
-25
/
+6
2023-01-24
block: Add no_coroutine_fn and coroutine_mixed_fn marker
Alberto Faria
1
-0
/
+40
2023-01-24
coroutine: annotate coroutine_fn for libclang
Alberto Faria
1
-0
/
+4
[next]