aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/parser.py
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2023-09-28 15:19:46 +0200
committerJuan Quintela <quintela@redhat.com>2023-10-11 11:17:03 +0200
commit142bd685ae10e1354b579a92db02c473f57080f0 (patch)
treedc4bde8821d7e1bf4e67115e6d62541a8f45f548 /scripts/qapi/parser.py
parentde3e05e8b9c21dd70c34b744d1b14ec5f5707512 (diff)
downloadqemu-142bd685ae10e1354b579a92db02c473f57080f0.zip
qemu-142bd685ae10e1354b579a92db02c473f57080f0.tar.gz
qemu-142bd685ae10e1354b579a92db02c473f57080f0.tar.bz2
migration/rdma: Fix qemu_rdma_broken_ipv6_kernel() to set error
qemu_rdma_resolve_host() and qemu_rdma_dest_init() try addresses until they find on that works. If none works, they return the first Error set by qemu_rdma_broken_ipv6_kernel(), or else return a generic one. qemu_rdma_broken_ipv6_kernel() neglects to set an Error when ibv_open_device() fails. If a later address fails differently, we use that Error instead, or else the generic one. Harmless enough, but needs fixing all the same. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Li Zhijian <lizhijian@fujitsu.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com> Message-ID: <20230928132019.2544702-21-armbru@redhat.com>
Diffstat (limited to 'scripts/qapi/parser.py')
0 files changed, 0 insertions, 0 deletions