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
/
migration
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-3
/
+5
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
2023-10-11
migration/rdma: Fix QEMUFileHooks method return values
Markus Armbruster
1
-42
/
+37
2023-10-11
migration/rdma: Drop dead qemu_rdma_data_init() code for !@host_port
Markus Armbruster
1
-17
/
+14
2023-10-11
migration/rdma: Fix qemu_get_cm_event_timeout() to always set error
Markus Armbruster
1
-2
/
+8
2023-10-11
migration/rdma: Fix qemu_rdma_broken_ipv6_kernel() to set error
Markus Armbruster
1
-0
/
+2
2023-10-11
migration/rdma: Replace dangerous macro CHECK_ERROR_STATE()
Markus Armbruster
1
-16
/
+27
2023-10-11
migration/rdma: Fix io_writev(), io_readv() methods to obey contract
Markus Armbruster
1
-2
/
+10
2023-10-11
migration/rdma: Ditch useless numeric error codes in error messages
Markus Armbruster
1
-10
/
+10
2023-10-11
migration/rdma: Fix or document problematic uses of errno
Markus Armbruster
1
-6
/
+39
2023-10-11
migration/rdma: Use bool for two RDMAContext flags
Markus Armbruster
1
-3
/
+3
2023-10-11
migration/rdma: Make qemu_rdma_buffer_mergeable() return bool
Markus Armbruster
1
-10
/
+10
2023-10-11
migration/rdma: Drop qemu_rdma_search_ram_block() error handling
Markus Armbruster
1
-16
/
+8
2023-10-11
migration/rdma: Drop rdma_add_block() error handling
Markus Armbruster
1
-21
/
+9
2023-10-11
migration/rdma: Eliminate error_propagate()
Markus Armbruster
1
-12
/
+7
2023-10-11
migration/rdma: Put @errp parameter last
Markus Armbruster
1
-3
/
+4
2023-10-11
migration/rdma: Fix qemu_rdma_accept() to return failure on errors
Markus Armbruster
1
-7
/
+12
[next]