qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] libvhost-user: return after vu_panic()


From: Stefan Hajnoczi
Subject: [PATCH 0/2] libvhost-user: return after vu_panic()
Date: Mon, 21 Sep 2020 12:34:18 +0100

vu_panic() is not guaranteed to exit the program. Return errors instead.

Most of the code already does this but I spotted some cases that weren't
handled yet.

Stefan Hajnoczi (2):
  libvhost-user: return early on virtqueue errors
  libvhost-user: return on error in vu_log_queue_fill()

 contrib/libvhost-user/libvhost-user.c | 28 +++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)

-- 
2.26.2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]