Re: [PATCH v6] [for-10.1] virtio: add VIRTQUEUE_ERROR QAPI event

2025-04-09 Thread Markus Armbruster
Vladimir Sementsov-Ogievskiy writes: > On 09.04.25 13:48, Markus Armbruster wrote: >> Vladimir Sementsov-Ogievskiy writes: >> >>> For now we only log the vhost device error, when virtqueue is actually >>> stopped. Let's add a QAPI event, which makes possible: >>> >>> - collect statistics of s

Re: [PATCH v6] [for-10.1] virtio: add VIRTQUEUE_ERROR QAPI event

2025-04-09 Thread Vladimir Sementsov-Ogievskiy
On 09.04.25 13:48, Markus Armbruster wrote: Vladimir Sementsov-Ogievskiy writes: For now we only log the vhost device error, when virtqueue is actually stopped. Let's add a QAPI event, which makes possible: - collect statistics of such errors - make immediate actions: take core dumps or d

Re: [PATCH v6] [for-10.1] virtio: add VIRTQUEUE_ERROR QAPI event

2025-04-09 Thread Markus Armbruster
Vladimir Sementsov-Ogievskiy writes: > For now we only log the vhost device error, when virtqueue is actually > stopped. Let's add a QAPI event, which makes possible: > > - collect statistics of such errors > - make immediate actions: take core dumps or do some other debugging > - inform the u

[PATCH v6] [for-10.1] virtio: add VIRTQUEUE_ERROR QAPI event

2025-04-09 Thread Vladimir Sementsov-Ogievskiy
For now we only log the vhost device error, when virtqueue is actually stopped. Let's add a QAPI event, which makes possible: - collect statistics of such errors - make immediate actions: take core dumps or do some other debugging - inform the user through a management API or UI, so that (s)he