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

2017-12-07 Thread Michael S. Tsirkin
On Thu, Dec 07, 2017 at 12:37:42PM +0530, P J P wrote: > +-- On Thu, 30 Nov 2017, P J P wrote --+ > | +-- On Thu, 30 Nov 2017, Stefan Hajnoczi wrote --+ > | | Michael is the virtio maintainer. I have added him to this email > | | thread so the patch series can be merged. > > -> https://lists.gn

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

2017-12-06 Thread P J P
+-- On Thu, 30 Nov 2017, P J P wrote --+ | +-- On Thu, 30 Nov 2017, Stefan Hajnoczi wrote --+ | | Michael is the virtio maintainer. I have added him to this email | | thread so the patch series can be merged. -> https://lists.gnu.org/archive/html/qemu-devel/2017-11/msg05473.html @mst: this qte

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

2017-12-01 Thread P J P
+-- On Thu, 30 Nov 2017, Stefan Hajnoczi wrote --+ | Michael is the virtio maintainer. I have added him to this email | thread so the patch series can be merged. Thanks so much! -- Prasad J Pandit / Red Hat Product Security Team 47AF CE69 3A90 54AA 9045 1053 DD13 3D32 FE5B 041F

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

2017-11-30 Thread Stefan Hajnoczi
On Wed, Nov 29, 2017 at 11:14:26PM +0530, P J P wrote: > From: Prasad J Pandit Michael is the virtio maintainer. I have added him to this email thread so the patch series can be merged. > > Hello, > > A guest could attempt to use an uninitialised VirtQueue object > or set Vring object with un

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

2017-11-30 Thread Stefan Hajnoczi
On Wed, Nov 29, 2017 at 11:14:26PM +0530, P J P wrote: > From: Prasad J Pandit > > Hello, > > A guest 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

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

2017-11-29 Thread P J P
From: Prasad J Pandit Hello, A guest 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