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)
committerGreg Kurz <groug@kaod.org>
Thu, 14 May 2020 06:06:43 +0000 (08:06 +0200)
commit9bbb7e0fe081efff2e41f8517c256b72a284fe9b
tree18dfb868ac50a0b7e51bd8ee85cc5332c5bd4e73
parenta5804fcf7b22fc7d1f9ec794dd284c7d504bd16b
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>
hw/9pfs/xen-9p-backend.c