]> git.ipfire.org Git - thirdparty/qemu.git/commit
xen-9pfs: Fix log messages of reply errors
authorChristian Schoenebeck <qemu_oss@crudebyte.com>
Thu, 14 May 2020 06:06:43 +0000 (08:06 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 25 Aug 2020 00:10:58 +0000 (19:10 -0500)
commitf56a86ad8d5954f21e1f11634a9df1f3d2856152
tree06ab1e78deacd7eb294c1ddd3f0dd5f1230e7c15
parent5bfdf41d7c12335fd44645cdfa2eb04eb0d15b5b
xen-9pfs: Fix log messages of reply errors

If delivery of some 9pfs response fails for some reason, log the
error message by mentioning the 9P protocol reply type, not by
client's request type. The latter could be misleading that the
error occurred already when handling the request input.

Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Message-Id: <ad0e5a9b6abde52502aa40b30661d29aebe1590a.1589132512.git.qemu_oss@crudebyte.com>
Signed-off-by: Greg Kurz <groug@kaod.org>
(cherry picked from commit 9bbb7e0fe081efff2e41f8517c256b72a284fe9b)
*prereq for cf45183b718
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/9pfs/xen-9p-backend.c