Re: [Qemu-devel] [PATCH RFC v3 15/15] vfio: ccw: introduce support for ccw0

2017-02-21 Thread Cornelia Huck
On Tue, 21 Feb 2017 16:58:24 +0800 Dong Jia Shi wrote: > * Cornelia Huck [2017-02-20 19:59:01 +0100]: > > > On Fri, 17 Feb 2017 09:29:39 +0100 > > Dong Jia Shi wrote: > > > > > Although Linux does not use format-0 channel command words (CCW0) > > > these are a non-optional part of the platfor

Re: [Qemu-devel] [PATCH RFC v3 15/15] vfio: ccw: introduce support for ccw0

2017-02-21 Thread Dong Jia Shi
* Cornelia Huck [2017-02-20 19:59:01 +0100]: > On Fri, 17 Feb 2017 09:29:39 +0100 > Dong Jia Shi wrote: > > > Although Linux does not use format-0 channel command words (CCW0) > > these are a non-optional part of the platform spec, and for the sake > > of platform compliance, and possibly some

Re: [Qemu-devel] [PATCH RFC v3 15/15] vfio: ccw: introduce support for ccw0

2017-02-20 Thread Cornelia Huck
On Fri, 17 Feb 2017 09:29:39 +0100 Dong Jia Shi wrote: > Although Linux does not use format-0 channel command words (CCW0) > these are a non-optional part of the platform spec, and for the sake > of platform compliance, and possibly some non-Linux guests, we have > to support CCW0. > > Making th