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