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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-10
crypto/hash-afalg: Remove old hash API functions
Alejandro Zeise
1
-56
/
+4
2024-10-10
crypto/hash-nettle: Remove old hash API functions
Alejandro Zeise
1
-53
/
+0
2024-10-10
crypto/hash-gnutls: Remove old hash API functions
Alejandro Zeise
1
-47
/
+0
2024-10-10
crypto/hash-gcrypt: Remove old hash API functions
Alejandro Zeise
1
-67
/
+0
2024-10-10
crypto/hash-glib: Remove old hash API functions
Alejandro Zeise
1
-53
/
+0
2024-10-10
tests/unit/test-crypto-hash: accumulative hashing
Alejandro Zeise
1
-0
/
+46
2024-10-10
crypto/hash: Implement and use new hash API
Alejandro Zeise
1
-30
/
+131
2024-10-10
crypto/hash-afalg: Implement new hash API
Alejandro Zeise
1
-0
/
+127
2024-10-10
util/iov: Introduce iov_send_recv_with_flags()
Alejandro Zeise
2
-7
/
+45
2024-10-10
crypto/hash-nettle: Implement new hash API
Alejandro Zeise
1
-0
/
+70
2024-10-10
crypto/hash-gnutls: Implement new hash API
Alejandro Zeise
1
-0
/
+78
2024-10-10
crypto/hash-gcrypt: Implement new hash API
Alejandro Zeise
1
-0
/
+79
2024-10-10
crypto/hash-glib: Implement new hash API
Alejandro Zeise
1
-0
/
+67
2024-10-10
crypto: accumulative hashing API
Alejandro Zeise
2
-0
/
+132
2024-10-09
Merge tag 'migration-20241009-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
15
-177
/
+141
2024-10-09
Merge tag 'chr-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...
Peter Maydell
7
-19
/
+140
2024-10-09
Merge tag 'pull-tcg-20241008' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
12
-36
/
+321
2024-10-09
tests/qtest: Bump qmp-cmd-test timeout to 120s
Peter Maydell
1
-0
/
+1
2024-10-09
migration/multifd: fix build error when qpl compression is enabled
Yuan Liu
1
-5
/
+5
2024-10-09
chardev: add path option for pty backend
Octavian Purdila
4
-7
/
+91
2024-10-09
chardev: introduce 'reconnect-ms' and deprecate 'reconnect'
Daniil Tatianin
5
-12
/
+49
2024-10-08
util/iova-tree: Remove deadcode
Dr. David Alan Gilbert
2
-48
/
+0
2024-10-08
tests/migration-test: Wait for cancellation sooner in multifd cancel
Juraj Marcin
1
-2
/
+10
2024-10-08
util/userfaultfd: Remove unused uffd_poll_events
Dr. David Alan Gilbert
2
-29
/
+0
2024-10-08
migration/postcopy: Use uffd helpers
Dr. David Alan Gilbert
1
-34
/
+14
2024-10-08
util/userfaultfd: Return -errno on error
Dr. David Alan Gilbert
1
-9
/
+12
2024-10-08
migration: Remove unused socket_send_channel_create_sync
Dr. David Alan Gilbert
2
-19
/
+0
2024-10-08
migration: Deprecate zero-blocks capability
Fabiano Rosas
3
-1
/
+14
2024-10-08
migration: Remove unused migrate_zero_blocks
Dr. David Alan Gilbert
2
-8
/
+0
2024-10-08
migration: Remove migrate_cap_set
Dr. David Alan Gilbert
2
-21
/
+0
2024-10-08
migration/multifd: Ensure packet->ramblock is null-terminated
Fabiano Rosas
1
-1
/
+3
2024-10-08
memory: notify hypervisor of all eventfds during listener (de)registration
Ani Sinha
1
-0
/
+83
2024-10-08
accel/tcg: Make page_set_flags() documentation public
Philippe Mathieu-Daudé
2
-5
/
+13
2024-10-08
target/m68k: Always return a temporary from gen_lea_mode
Richard Henderson
1
-4
/
+9
2024-10-08
tcg/ppc: Use TCG_REG_TMP2 for scratch index in prepare_host_addr
Richard Henderson
1
-2
/
+2
2024-10-08
tcg/ppc: Use TCG_REG_TMP2 for scratch tcg_out_qemu_st
Richard Henderson
1
-2
/
+2
2024-10-08
linux-user: Add strace for recvfrom()
Philippe Mathieu-Daudé
2
-1
/
+18
2024-10-08
linux-user: Add strace for sendto()
Philippe Mathieu-Daudé
2
-1
/
+16
2024-10-08
linux-user: Factor print_buf_len() out
Philippe Mathieu-Daudé
1
-4
/
+9
2024-10-08
linux-user: Display sockaddr buffer as pointer
Philippe Mathieu-Daudé
1
-1
/
+1
2024-10-08
linux-user: Correct print_sockaddr() format
Philippe Mathieu-Daudé
1
-6
/
+6
2024-10-08
linux-user: Trace wait4()'s and waitpid()'s wstatus
Ilya Leoshkevich
2
-2
/
+61
2024-10-08
linux-user: add strace support for openat2
Michael Vogt
6
-7
/
+66
2024-10-08
linux-user: add openat2 support in linux-user
Michael Vogt
2
-2
/
+116
2024-10-08
linux-user: Fix parse_elf_properties GNU0_MAGIC check
Richard Henderson
1
-6
/
+6
2024-10-08
linux-user/flatload: Take mmap_lock in load_flt_binary()
Philippe Mathieu-Daudé
1
-0
/
+3
2024-10-07
build-sys: Add rust feature option
Manos Pitsidianakis
7
-1
/
+36
2024-10-07
Require meson version 1.5.0
Paolo Bonzini
7
-6
/
+6
2024-10-07
Merge tag 'pull-request-2024-10-07' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
34
-3026
/
+172
2024-10-07
tests/functional: Bump timeout of some tests
Thomas Huth
1
-3
/
+6
[prev]
[next]