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
2023-10-12
qmp_shell.py: _fill_completion() use .command() instead of .cmd()
Vladimir Sementsov-Ogievskiy
1
-6
/
+14
2023-10-12
python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument
Vladimir Sementsov-Ogievskiy
1
-5
/
+1
2023-10-11
Python: Enable python3.12 support
John Snow
3
-3
/
+9
2023-10-11
configure: fix error message to say Python 3.8
John Snow
1
-1
/
+1
2023-10-11
python/qmp: remove Server.wait_closed() call for Python 3.12
John Snow
1
-1
/
+0
2023-10-11
Python/iotests: Add type hint for nbd module
John Snow
1
-1
/
+3
2023-10-11
python/machine: remove unused sock_dir argument
John Snow
7
-31
/
+9
2023-10-11
python/machine: use socketpair() for qtest connection
John Snow
1
-9
/
+40
2023-10-11
python/machine: use socketpair() for console connections
John Snow
1
-3
/
+27
2023-10-11
python/console_socket: accept existing FD in initializer
John Snow
1
-8
/
+21
2023-10-11
python/machine: close sock_pair in cleanup path
John Snow
1
-0
/
+5
2023-10-11
python/machine: move socket setup out of _base_args property
John Snow
1
-3
/
+2
2023-10-11
Merge tag 'pull-omnibus-111023-1' of https://gitlab.com/stsquad/qemu into sta...
Stefan Hajnoczi
50
-273
/
+304
2023-10-11
Merge tag 'migration-20231011-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
16
-641
/
+757
2023-10-11
Merge tag 'audio-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...
Stefan Hajnoczi
2
-157
/
+143
2023-10-11
migration: Add migration_rp_wait|kick()
Peter Xu
3
-11
/
+34
2023-10-11
migration: Remember num of ramblocks to sync during recovery
Peter Xu
1
-3
/
+14
2023-10-11
qemufile: Always return a verbose error
Peter Xu
1
-3
/
+12
2023-10-11
migration: Introduce migrate_has_error()
Peter Xu
2
-0
/
+8
2023-10-11
migration: Display error in query-migrate irrelevant of status
Peter Xu
2
-6
/
+7
2023-10-11
migration/rdma: Replace flawed device detail dump by tracing
Markus Armbruster
2
-15
/
+10
2023-10-11
migration/rdma: Use error_report() & friends instead of stderr
Markus Armbruster
1
-23
/
+21
2023-10-11
migration/rdma: Downgrade qemu_rdma_cleanup() errors to warnings
Markus Armbruster
1
-2
/
+2
2023-10-11
migration/rdma: Silence qemu_rdma_register_and_get_keys()
Markus Armbruster
1
-9
/
+0
2023-10-11
migration/rdma: Silence qemu_rdma_block_for_wrid()
Markus Armbruster
1
-16
/
+0
2023-10-11
migration/rdma: Don't report received completion events as error
Markus Armbruster
1
-2
/
+2
2023-10-11
migration/rdma: Silence qemu_rdma_reg_control()
Markus Armbruster
1
-1
/
+0
2023-10-11
migration/rdma: Silence qemu_rdma_connect()
Markus Armbruster
1
-10
/
+4
2023-10-11
migration/rdma: Silence qemu_rdma_resolve_host()
Markus Armbruster
1
-1
/
+0
2023-10-11
migration/rdma: Convert qemu_rdma_alloc_pd_cq() to Error
Markus Armbruster
1
-13
/
+9
2023-10-11
migration/rdma: Convert qemu_rdma_post_recv_control() to Error
Markus Armbruster
1
-12
/
+10
2023-10-11
migration/rdma: Convert qemu_rdma_post_send_control() to Error
Markus Armbruster
1
-14
/
+17
2023-10-11
migration/rdma: Convert qemu_rdma_write() to Error
Markus Armbruster
1
-10
/
+6
2023-10-11
migration/rdma: Convert qemu_rdma_write_one() to Error
Markus Armbruster
1
-20
/
+12
2023-10-11
migration/rdma: Convert qemu_rdma_write_flush() to Error
Markus Armbruster
1
-6
/
+13
2023-10-11
migration/rdma: Convert qemu_rdma_reg_whole_ram_blocks() to Error
Markus Armbruster
1
-13
/
+13
2023-10-11
migration/rdma: Convert qemu_rdma_exchange_get_response() to Error
Markus Armbruster
1
-11
/
+11
2023-10-11
migration/rdma: Convert qemu_rdma_exchange_send() to Error
Markus Armbruster
1
-13
/
+27
2023-10-11
migration/rdma: Convert qemu_rdma_exchange_recv() to Error
Markus Armbruster
1
-6
/
+9
2023-10-11
migration/rdma: Drop "@errp is clear" guards around error_setg()
Markus Armbruster
1
-113
/
+51
2023-10-11
migration/rdma: Fix error handling around rdma_getaddrinfo()
Markus Armbruster
1
-4
/
+21
2023-10-11
migration/rdma: Retire macro ERROR()
Markus Armbruster
1
-48
/
+120
2023-10-11
migration/rdma: Delete inappropriate error_report() in macro ERROR()
Markus Armbruster
1
-4
/
+0
2023-10-11
migration/rdma: Plug a memory leak and improve a message
Markus Armbruster
1
-2
/
+2
2023-10-11
migration/rdma: Check negative error values the same way everywhere
Markus Armbruster
1
-41
/
+41
2023-10-11
migration/rdma: Drop superfluous assignments to @ret
Markus Armbruster
1
-25
/
+10
2023-10-11
migration/rdma: Replace int error_state by bool errored
Markus Armbruster
1
-33
/
+33
2023-10-11
migration/rdma: Dumb down remaining int error values to -1
Markus Armbruster
1
-22
/
+23
2023-10-11
migration/rdma: Return -1 instead of negative errno code
Markus Armbruster
1
-22
/
+22
2023-10-11
migration/rdma: Fix rdma_getaddrinfo() error checking
Markus Armbruster
1
-8
/
+6
[next]