On Thu, Jun 23, 2022 at 07:13:25PM +0300, Vladimir Sementsov-Ogievskiy wrote: > From: Konstantin Khlebnikov <khlebni...@yandex-team.ru> > > Vhost has error notifications, let's log them like other errors. > For each virt-queue setup eventfd for vring error notifications. > > Signed-off-by: Konstantin Khlebnikov <khlebni...@yandex-team.ru> > [vsementsov: rename patch, change commit message and dump error like > other errors in the file] > Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@yandex-team.ru> > --- > hw/virtio/vhost.c | 37 +++++++++++++++++++++++++++++++++++++ > include/hw/virtio/vhost.h | 1 + > 2 files changed, 38 insertions(+)
Reviewed-by: Roman Kagan <rvka...@yandex-team.ru>