aboutsummaryrefslogtreecommitdiff
path: root/gdbstub/system.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2023-09-28 15:20:16 +0200
committerJuan Quintela <quintela@redhat.com>2023-10-11 11:17:04 +0200
commitb765d21e4aba49dc5c87f3b05532b6b9cc64a2a5 (patch)
treebd2ce027d08a2c4e2c0e0e634b71c88442c2832b /gdbstub/system.c
parent7555c7713d4bf03caa610ed2d2df481c2150b044 (diff)
downloadqemu-b765d21e4aba49dc5c87f3b05532b6b9cc64a2a5.zip
qemu-b765d21e4aba49dc5c87f3b05532b6b9cc64a2a5.tar.gz
qemu-b765d21e4aba49dc5c87f3b05532b6b9cc64a2a5.tar.bz2
migration/rdma: Silence qemu_rdma_register_and_get_keys()
Functions that use an Error **errp parameter to return errors should not also report them to the user, because reporting is the caller's job. When the caller does, the error is reported twice. When it doesn't (because it recovered from the error), there is no error to report, i.e. the report is bogus. qemu_rdma_write_one() violates this principle: it reports errors to stderr via qemu_rdma_register_and_get_keys(). I elected not to investigate how callers handle the error, i.e. precise impact is not known. Clean this up: silence qemu_rdma_register_and_get_keys(). I believe the caller's error reports suffice. If they don't, we need to convert to Error instead. Signed-off-by: Markus Armbruster <armbru@redhat.com> 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-51-armbru@redhat.com>
Diffstat (limited to 'gdbstub/system.c')
0 files changed, 0 insertions, 0 deletions