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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-07
qemu-thread-posix: cleanup, fix, document QemuEvent
Paolo Bonzini
1
-20
/
+49
2023-02-27
replay: Extract core API to 'exec/replay-core.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
Updated the FSF address to <https://www.gnu.org/licenses/>
Khadija Kamran
1
-2
/
+1
2023-02-24
Merge tag 'pull-error-2023-02-23' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
1
-1
/
+0
2023-02-24
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-1
/
+8
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
1
-1
/
+0
2023-02-21
util/cacheflush: fix cache on windows-arm64
Pierrick Bouvier
1
-3
/
+11
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
-1
/
+1
2023-02-17
thread-posix: add support for setting threads name on OpenBSD
Brad Smith
1
-1
/
+8
2023-02-14
Do not include "qemu/error-report.h" in headers that do not need it
Thomas Huth
1
-0
/
+1
2023-02-11
util/userfaultfd: Support /dev/userfaultfd
Peter Xu
2
-0
/
+33
2023-02-08
Drop duplicate #include
Markus Armbruster
1
-4
/
+0
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
2
-3
/
+0
2023-02-08
Fix non-first inclusions of qemu/osdep.h
Markus Armbruster
1
-6
/
+2
2023-02-06
io: Add support for MSG_PEEK for socket channel
manish.mishra
1
-1
/
+1
2023-02-06
util/userfaultfd: Add uffd_open()
Peter Xu
1
-2
/
+11
2023-02-04
include/qemu/int128: Use Int128 structure for TCI
Richard Henderson
1
-0
/
+42
2023-02-04
Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...
Peter Maydell
1
-0
/
+8
2023-02-04
readline: Extract readline_add_completion_of() from monitor
Markus Armbruster
1
-0
/
+8
2023-02-02
util/qht: use striped locks under TSAN
Emilio Cota
1
-14
/
+81
2023-02-02
util/qht: add missing atomic_set(hashes[i])
Emilio Cota
1
-1
/
+1
2023-01-23
util/aio: Defer disabling poll mode as long as possible
Chao Gao
1
-6
/
+15
2023-01-20
coroutine: Use Coroutine typedef name instead of structure tag
Markus Armbruster
1
-2
/
+2
2023-01-19
coroutine: Clean up superfluous inclusion of qemu/coroutine.h
Markus Armbruster
3
-3
/
+0
2023-01-16
util/bufferiszero: Use __attribute__((target)) for avx2/avx512
Richard Henderson
1
-35
/
+6
2023-01-11
util/error: add G_GNUC_PRINTF for various functions
Daniel P. Berrangé
2
-0
/
+2
2023-01-11
accel: introduce accelerator blocker API
Emanuele Giuseppe Esposito
1
-1
/
+1
2023-01-09
Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
3
-12
/
+8
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
3
-12
/
+8
2023-01-06
util: remove support for hex numbers with a scaling suffix
Paolo Bonzini
1
-11
/
+3
2023-01-06
util/log: Always send errors to logfile when daemonized
Greg Kurz
1
-19
/
+53
2023-01-06
util/log: do not close and reopen log files when flags are turned off
Paolo Bonzini
1
-8
/
+6
2022-12-20
util: Add interval-tree.c
Richard Henderson
2
-0
/
+883
2022-12-16
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
1
-0
/
+4
2022-12-15
async: Register/unregister aiocontext in graph lock list
Emanuele Giuseppe Esposito
1
-0
/
+4
2022-12-15
util/oslib-win32: Remove obsolete reference to g_poll code
Thomas Huth
1
-4
/
+0
2022-12-15
util/qemu-config: Fix "query-command-line-options" to provide the right values
Thomas Huth
1
-91
/
+75
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
4
-50
/
+34
2022-12-14
qapi misc: Elide redundant has_FOO in generated C
Markus Armbruster
1
-12
/
+5
2022-12-14
qapi: Use returned bool to check for failure (again)
Markus Armbruster
1
-8
/
+2
2022-12-14
sockets: Use ERRP_GUARD() where obviously appropriate
Markus Armbruster
1
-16
/
+10
2022-12-14
qemu-config: Use ERRP_GUARD() where obviously appropriate
Markus Armbruster
1
-4
/
+3
2022-12-14
qemu-config: Make config_parse_qdict() return bool
Markus Armbruster
1
-21
/
+18
2022-12-14
Drop more useless casts from void * to pointer
Markus Armbruster
1
-1
/
+1
2022-11-21
migration: Use non-atomic ops for clear log bitmap
Peter Xu
1
-0
/
+45
2022-11-11
qga: Allow building of the guest agent without system emulators or tools
Thomas Huth
1
-8
/
+12
2022-11-08
Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"
Cédric Le Goater
1
-4
/
+0
2022-11-07
util/log: Ignore per-thread flag if global file already there
Greg Kurz
1
-0
/
+4
2022-11-07
util/log: Make the per-thread flag immutable
Greg Kurz
1
-0
/
+5
[next]