[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v1 0/2] check VirtiQueue Vring objects
From: |
P J P |
Subject: |
[Qemu-devel] [PATCH v1 0/2] check VirtiQueue Vring objects |
Date: |
Fri, 24 Nov 2017 13:25:40 +0530 |
From: Prasad J Pandit <address@hidden>
Hello,
An user could attempt to use an uninitialised VirtQueue object
or set Vring object with undue values, raising an unexpected
exception in Qemu. This patch set fixes this issue and also adds
a unit test to the suite.
Thank you.
--
Prasad J Pandit (2):
virtio: check VirtQueue Vring object is set
tests: add test to check VirtQueue object
hw/virtio/virtio.c | 11 ++++++++---
tests/virtio-blk-test.c | 21 +++++++++++++++++++++
2 files changed, 29 insertions(+), 3 deletions(-)
--
2.13.6
- [Qemu-devel] [PATCH v1 0/2] check VirtiQueue Vring objects,
P J P <=