Re: [Qemu-devel] [PATCH v2 0/2] check VirtiQueue Vring objects

2017-11-24 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v2 0/2] check VirtiQueue Vring objects Type: series Message-id: 20171124175211.2234-1-ppan...@redhat.com === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

[Qemu-devel] [PATCH v2 0/2] check VirtiQueue Vring objects

2017-11-24 Thread P J P
From: Prasad J Pandit 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