Re: [Qemu-devel] [PATCH v2 5/5] vfio-ccw: add handling for async channel instructions

2019-01-28 Thread Cornelia Huck
On Fri, 25 Jan 2019 16:00:38 -0500 Eric Farman wrote: > On 01/21/2019 06:03 AM, Cornelia Huck wrote: > > Add a region to the vfio-ccw device that can be used to submit > > asynchronous I/O instructions. ssch continues to be handled by the > > existing I/O region; the new region handles hsch and

Re: [Qemu-devel] [PATCH v2 5/5] vfio-ccw: add handling for async channel instructions

2019-01-25 Thread Eric Farman
On 01/21/2019 06:03 AM, Cornelia Huck wrote: Add a region to the vfio-ccw device that can be used to submit asynchronous I/O instructions. ssch continues to be handled by the existing I/O region; the new region handles hsch and csch. Interrupt status continues to be reported through the same

Re: [Qemu-devel] [PATCH v2 5/5] vfio-ccw: add handling for async channel instructions

2019-01-24 Thread Halil Pasic
On Thu, 24 Jan 2019 11:06:37 +0100 Cornelia Huck wrote: > On Wed, 23 Jan 2019 16:51:48 +0100 > Halil Pasic wrote: > > > On Mon, 21 Jan 2019 12:03:54 +0100 > > Cornelia Huck wrote: > > > > > Add a region to the vfio-ccw device that can be used to submit > > > asynchronous I/O instructions.

Re: [Qemu-devel] [PATCH v2 5/5] vfio-ccw: add handling for async channel instructions

2019-01-24 Thread Cornelia Huck
On Wed, 23 Jan 2019 16:51:48 +0100 Halil Pasic wrote: > On Mon, 21 Jan 2019 12:03:54 +0100 > Cornelia Huck wrote: > > > Add a region to the vfio-ccw device that can be used to submit > > asynchronous I/O instructions. ssch continues to be handled by the > > existing I/O region; the new region

Re: [Qemu-devel] [PATCH v2 5/5] vfio-ccw: add handling for async channel instructions

2019-01-23 Thread Halil Pasic
On Mon, 21 Jan 2019 12:03:54 +0100 Cornelia Huck wrote: > Add a region to the vfio-ccw device that can be used to submit > asynchronous I/O instructions. ssch continues to be handled by the > existing I/O region; the new region handles hsch and csch. > > Interrupt status continues to be

[Qemu-devel] [PATCH v2 5/5] vfio-ccw: add handling for async channel instructions

2019-01-21 Thread Cornelia Huck
Add a region to the vfio-ccw device that can be used to submit asynchronous I/O instructions. ssch continues to be handled by the existing I/O region; the new region handles hsch and csch. Interrupt status continues to be reported through the same channels as for ssch. Signed-off-by: Cornelia