Re: [Qemu-devel] [PATCH 0/2] vfio-ccw bugfixs

2017-07-18 Thread Cornelia Huck
On Tue, 18 Jul 2017 03:49:24 +0200 Dong Jia Shi wrote: > Dear Conny, > > Here we got two bugfix patches for vfio-ccw: > - fix commit 7da624e2 which missed to initialize a new introduced > pointer for the vfio-ccw case > - fix a memory allocation that used a wrong size for an irq info > varia

[Qemu-devel] [PATCH 0/2] vfio-ccw bugfixs

2017-07-17 Thread Dong Jia Shi
Dear Conny, Here we got two bugfix patches for vfio-ccw: - fix commit 7da624e2 which missed to initialize a new introduced pointer for the vfio-ccw case - fix a memory allocation that used a wrong size for an irq info variable Dong Jia Shi (1): vfio/ccw: fix initialization of the Object Dev