This series brings error reporting to virtio 9P in case a malformed
element is returned by virtqueue_pop().
While here, I also re-post a patch for virtio PCI that fell through the
cracks and missed the 2.7 merge window.
---
Greg Kurz (2):
virtio-9p: print error message and exit instead of BUG_ON()
virtio-pci: error out when both legacy and modern modes are disabled
hw/9pfs/virtio-9p-device.c | 20 ++++++++++++++++++--
hw/virtio/virtio-pci.c | 8 ++++++++
2 files changed, 26 insertions(+), 2 deletions(-)
--
Greg