Re: [PATCH 2/4] virtio: forward errors into qdev_report_runtime_error()

2022-05-24 Thread Vladimir Sementsov-Ogievskiy
On 5/19/22 17:19, Konstantin Khlebnikov wrote: Repalce virtio_error() with macro which forms structured Error and reports it as device runtime-error in addition to present actions. Signed-off-by: Konstantin Khlebnikov --- hw/virtio/virtio.c |9 +++-- include/hw/virtio/virtio.

[PATCH 2/4] virtio: forward errors into qdev_report_runtime_error()

2022-05-19 Thread Konstantin Khlebnikov
Repalce virtio_error() with macro which forms structured Error and reports it as device runtime-error in addition to present actions. Signed-off-by: Konstantin Khlebnikov --- hw/virtio/virtio.c |9 +++-- include/hw/virtio/virtio.h | 10 +- 2 files changed, 12 insertions