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
block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...
Paolo Bonzini
2023-10-12
block: switch to co_wrapper for bdrv_is_allocated_*
Paolo Bonzini
2023-10-12
block: complete public block status API
Paolo Bonzini
2023-10-12
block: rename the bdrv_co_block_status static function
Paolo Bonzini
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
2023-10-11
migration/rdma: Fix rdma_getaddrinfo() error checking
Markus Armbruster
2023-10-11
migration/rdma: Fix QEMUFileHooks method return values
Markus Armbruster
2023-10-11
migration/rdma: Drop dead qemu_rdma_data_init() code for !@host_port
Markus Armbruster
2023-10-11
migration/rdma: Fix qemu_get_cm_event_timeout() to always set error
Markus Armbruster
2023-10-11
migration/rdma: Fix qemu_rdma_broken_ipv6_kernel() to set error
Markus Armbruster
2023-10-11
migration/rdma: Replace dangerous macro CHECK_ERROR_STATE()
Markus Armbruster
2023-10-11
migration/rdma: Fix io_writev(), io_readv() methods to obey contract
Markus Armbruster
2023-10-11
migration/rdma: Ditch useless numeric error codes in error messages
Markus Armbruster
2023-10-11
migration/rdma: Fix or document problematic uses of errno
Markus Armbruster
[next]