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
2024-10-31
target/i386/hvf: fix handling of XSAVE-related CPUID bits
Paolo Bonzini
1
-0
/
+1
2024-10-24
Merge tag 'pull-tcg-20241022' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
1
-1
/
+33
2024-10-22
util: Add RISC-V vector extension probe in cpuinfo
TANG Tiancheng
1
-1
/
+33
2024-10-22
util: don't set SO_REUSEADDR on client sockets
Daniel P. Berrangé
1
-1
/
+0
2024-10-22
sockets: Remove deadcode
Dr. David Alan Gilbert
1
-35
/
+0
2024-10-18
block: Adjust check_block_size() signature
Markus Armbruster
2
-6
/
+7
2024-10-18
block: Improve errors about block sizes
Markus Armbruster
1
-11
/
+7
2024-10-15
include: Move QemuLockCnt APIs to their own header
Peter Maydell
5
-0
/
+5
2024-10-14
util/memfd: report potential errors on free
Marc-André Lureau
1
-2
/
+7
2024-10-10
Merge tag 'crypto-fixes-pull-request' of https://gitlab.com/berrange/qemu int...
Peter Maydell
1
-7
/
+18
2024-10-10
util/iov: Introduce iov_send_recv_with_flags()
Alejandro Zeise
1
-7
/
+18
2024-10-08
util/iova-tree: Remove deadcode
Dr. David Alan Gilbert
1
-23
/
+0
2024-10-08
util/userfaultfd: Remove unused uffd_poll_events
Dr. David Alan Gilbert
1
-28
/
+0
2024-10-08
util/userfaultfd: Return -errno on error
Dr. David Alan Gilbert
1
-9
/
+12
2024-10-03
Merge tag 'warn-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...
Peter Maydell
2
-4
/
+4
2024-10-02
Merge tag 'pull-riscv-to-apply-20241002' of https://github.com/alistair23/qem...
Peter Maydell
1
-0
/
+1
2024-10-02
util/timer: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
1
-3
/
+3
2024-10-02
util/coroutine: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
1
-1
/
+1
2024-10-02
qemu-timer: Remove unused timer functions
Dr. David Alan Gilbert
1
-10
/
+0
2024-10-02
util/util/cpuinfo-riscv.c: fix riscv64 build on musl libc
Milan P. Stanić
1
-0
/
+1
2024-09-30
util/co-shared-resource: Remove unused co_try_get_from_shres
Dr. David Alan Gilbert
1
-6
/
+0
2024-09-25
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
3
-75
/
+3
2024-09-20
license: Simplify GPL-2.0-or-later license descriptions
Philippe Mathieu-Daudé
1
-1
/
+3
2024-09-20
util/cutils: Remove unused qemu_get_exec_dir
Dr. David Alan Gilbert
1
-5
/
+0
2024-09-20
envlist: Remove unused envlist_parse
Dr. David Alan Gilbert
1
-69
/
+0
2024-09-19
util/timer: avoid deadlock when shutting down
Alex Bennée
1
-2
/
+12
2024-09-13
fifo8: introduce fifo8_peek() function
Mark Cave-Ayland
1
-0
/
+6
2024-09-13
fifo8: add fifo8_peek_buf() function
Mark Cave-Ayland
1
-0
/
+5
2024-09-13
fifo8: honour do_pop argument in fifo8_peekpop_buf()
Mark Cave-Ayland
1
-2
/
+2
2024-09-13
fifo8: rename fifo8_pop_buf() to fifo8_peekpop_buf()
Mark Cave-Ayland
1
-1
/
+7
2024-09-13
fifo8: replace fifo8_pop_bufptr() with fifo8_peekpop_bufptr() in fifo8_pop_buf()
Mark Cave-Ayland
1
-2
/
+2
2024-09-13
fifo8: add skip parameter to fifo8_peekpop_bufptr()
Mark Cave-Ayland
1
-5
/
+7
2024-09-13
fifo8: introduce head variable for fifo8_peekpop_bufptr()
Mark Cave-Ayland
1
-3
/
+4
2024-09-13
fifo8: rename fifo8_peekpop_buf() to fifo8_peekpop_bufptr()
Mark Cave-Ayland
1
-4
/
+4
2024-09-10
qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
Markus Armbruster
1
-1
/
+1
2024-08-13
module: Prevent crash by resetting local_err in module_load_qom_all()
Alexander Ivanov
1
-1
/
+1
2024-08-05
qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()
Clément Léger
1
-16
/
+82
2024-08-05
qemu/osdep: Split qemu_close_all_open_fd() and add fallback
Clément Léger
1
-13
/
+37
2024-08-05
qemu/osdep: Move close_all_open_fds() to oslib-posix
Clément Léger
1
-0
/
+34
2024-07-30
util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD
Brad Smith
3
-6
/
+10
2024-07-30
util/getauxval: Ensure setting errno if not found
Vivian Wang
1
-1
/
+6
2024-07-25
util/async.c: Forbid negative min/max in aio_context_set_thread_pool_params()
Peter Maydell
1
-1
/
+1
2024-07-23
util/fifo8: Introduce fifo8_drop()
Philippe Mathieu-Daudé
1
-0
/
+6
2024-07-23
util/fifo8: Expose fifo8_pop_buf()
Philippe Mathieu-Daudé
1
-0
/
+29
2024-07-23
util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-07-23
util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-07-23
util/fifo8: Use fifo8_reset() in fifo8_create()
Philippe Mathieu-Daudé
1
-8
/
+7
2024-07-17
util/oslib-posix: Fix superfluous trailing semicolon
Zhao Liu
1
-1
/
+1
2024-07-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
1
-0
/
+12
2024-07-03
util/cpuinfo-riscv: Use linux __riscv_hwprobe syscall
Richard Henderson
1
-0
/
+26
[next]