index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-10-12
scripts/cpu-x86-uarch-abi.py: use .command() instead of .cmd()
Vladimir Sementsov-Ogievskiy
2023-10-12
qmp_shell.py: _fill_completion() use .command() instead of .cmd()
Vladimir Sementsov-Ogievskiy
2023-10-12
python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument
Vladimir Sementsov-Ogievskiy
2023-10-11
Python: Enable python3.12 support
John Snow
2023-10-11
configure: fix error message to say Python 3.8
John Snow
2023-10-11
python/qmp: remove Server.wait_closed() call for Python 3.12
John Snow
2023-10-11
Python/iotests: Add type hint for nbd module
John Snow
2023-10-11
python/machine: remove unused sock_dir argument
John Snow
2023-10-11
python/machine: use socketpair() for qtest connection
John Snow
2023-10-11
python/machine: use socketpair() for console connections
John Snow
2023-10-11
python/console_socket: accept existing FD in initializer
John Snow
2023-10-11
python/machine: close sock_pair in cleanup path
John Snow
2023-10-11
python/machine: move socket setup out of _base_args property
John Snow
2023-10-11
Merge tag 'pull-omnibus-111023-1' of https://gitlab.com/stsquad/qemu into sta...
Stefan Hajnoczi
2023-10-11
Merge tag 'migration-20231011-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
2023-10-11
Merge tag 'audio-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...
Stefan Hajnoczi
2023-10-11
migration: Add migration_rp_wait|kick()
Peter Xu
2023-10-11
migration: Remember num of ramblocks to sync during recovery
Peter Xu
2023-10-11
qemufile: Always return a verbose error
Peter Xu
2023-10-11
migration: Introduce migrate_has_error()
Peter Xu
2023-10-11
migration: Display error in query-migrate irrelevant of status
Peter Xu
2023-10-11
migration/rdma: Replace flawed device detail dump by tracing
Markus Armbruster
2023-10-11
migration/rdma: Use error_report() & friends instead of stderr
Markus Armbruster
2023-10-11
migration/rdma: Downgrade qemu_rdma_cleanup() errors to warnings
Markus Armbruster
2023-10-11
migration/rdma: Silence qemu_rdma_register_and_get_keys()
Markus Armbruster
2023-10-11
migration/rdma: Silence qemu_rdma_block_for_wrid()
Markus Armbruster
2023-10-11
migration/rdma: Don't report received completion events as error
Markus Armbruster
2023-10-11
migration/rdma: Silence qemu_rdma_reg_control()
Markus Armbruster
2023-10-11
migration/rdma: Silence qemu_rdma_connect()
Markus Armbruster
2023-10-11
migration/rdma: Silence qemu_rdma_resolve_host()
Markus Armbruster
2023-10-11
migration/rdma: Convert qemu_rdma_alloc_pd_cq() to Error
Markus Armbruster
2023-10-11
migration/rdma: Convert qemu_rdma_post_recv_control() to Error
Markus Armbruster
2023-10-11
migration/rdma: Convert qemu_rdma_post_send_control() to Error
Markus Armbruster
2023-10-11
migration/rdma: Convert qemu_rdma_write() to Error
Markus Armbruster
2023-10-11
migration/rdma: Convert qemu_rdma_write_one() to Error
Markus Armbruster
2023-10-11
migration/rdma: Convert qemu_rdma_write_flush() to Error
Markus Armbruster
2023-10-11
migration/rdma: Convert qemu_rdma_reg_whole_ram_blocks() to Error
Markus Armbruster
2023-10-11
migration/rdma: Convert qemu_rdma_exchange_get_response() to Error
Markus Armbruster
2023-10-11
migration/rdma: Convert qemu_rdma_exchange_send() to Error
Markus Armbruster
2023-10-11
migration/rdma: Convert qemu_rdma_exchange_recv() to Error
Markus Armbruster
2023-10-11
migration/rdma: Drop "@errp is clear" guards around error_setg()
Markus Armbruster
2023-10-11
migration/rdma: Fix error handling around rdma_getaddrinfo()
Markus Armbruster
2023-10-11
migration/rdma: Retire macro ERROR()
Markus Armbruster
2023-10-11
migration/rdma: Delete inappropriate error_report() in macro ERROR()
Markus Armbruster
2023-10-11
migration/rdma: Plug a memory leak and improve a message
Markus Armbruster
2023-10-11
migration/rdma: Check negative error values the same way everywhere
Markus Armbruster
2023-10-11
migration/rdma: Drop superfluous assignments to @ret
Markus Armbruster
2023-10-11
migration/rdma: Replace int error_state by bool errored
Markus Armbruster
2023-10-11
migration/rdma: Dumb down remaining int error values to -1
Markus Armbruster
2023-10-11
migration/rdma: Return -1 instead of negative errno code
Markus Armbruster
[next]