Re: [PATCH v1] virtio/virtio.c: include virtio prefix in error message

2022-04-15 Thread Alex Bennée
Moteen Shah writes: > From: Moteen Shah > > The error message in virtio_init_region_cache() > is given a prefix virtio. It seems a shame considering we have a common virtio_error function that we couldn't do it in one place. One option would be to make virtio_error a macro that could insert _

[PATCH v1] virtio/virtio.c: include virtio prefix in error message

2022-04-14 Thread Moteen Shah
From: Moteen Shah The error message in virtio_init_region_cache() is given a prefix virtio. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/230 Buglink: https://bugs.launchpad.net/qemu/+bug/1919021`` Signed-off-by: Moteen Shah --- hw/virtio/virtio.c | 6 +++--- 1 file changed, 3 inser