Re: [Qemu-devel] [PATCH 1/3] vfio-ccw: add capabilities chain

2018-12-21 Thread Cornelia Huck
On Wed, 19 Dec 2018 09:28:00 -0700 Alex Williamson wrote: > On Tue, 18 Dec 2018 18:24:00 +0100 > Cornelia Huck wrote: > > > On Mon, 17 Dec 2018 16:53:34 -0500 > > Eric Farman wrote: > > > > > On 11/22/2018 11:54 AM, Cornelia Huck wrote: > > > > > > ...snip... > > > > > > > diff --git

Re: [Qemu-devel] [PATCH 1/3] vfio-ccw: add capabilities chain

2018-12-19 Thread Alex Williamson
On Tue, 18 Dec 2018 18:24:00 +0100 Cornelia Huck wrote: > On Mon, 17 Dec 2018 16:53:34 -0500 > Eric Farman wrote: > > > On 11/22/2018 11:54 AM, Cornelia Huck wrote: > > > > ...snip... > > > > > diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h > > > index 813102810f53..5656

Re: [Qemu-devel] [PATCH 1/3] vfio-ccw: add capabilities chain

2018-12-18 Thread Eric Farman
On 12/18/2018 12:24 PM, Cornelia Huck wrote: On Mon, 17 Dec 2018 16:53:34 -0500 Eric Farman wrote: On 11/22/2018 11:54 AM, Cornelia Huck wrote: ...snip... diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h index 813102810f53..565669f95534 100644 --- a/include/uapi/linux/v

Re: [Qemu-devel] [PATCH 1/3] vfio-ccw: add capabilities chain

2018-12-18 Thread Cornelia Huck
On Mon, 17 Dec 2018 16:53:34 -0500 Eric Farman wrote: > On 11/22/2018 11:54 AM, Cornelia Huck wrote: > > ...snip... > > > diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h > > index 813102810f53..565669f95534 100644 > > --- a/include/uapi/linux/vfio.h > > +++ b/include/uapi/lin

Re: [Qemu-devel] [PATCH 1/3] vfio-ccw: add capabilities chain

2018-12-17 Thread Eric Farman
On 11/22/2018 11:54 AM, Cornelia Huck wrote: ...snip... diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h index 813102810f53..565669f95534 100644 --- a/include/uapi/linux/vfio.h +++ b/include/uapi/linux/vfio.h @@ -297,6 +297,7 @@ struct vfio_region_info_cap_type { #defi

Re: [Qemu-devel] [PATCH 1/3] vfio-ccw: add capabilities chain

2018-11-28 Thread Cornelia Huck
On Tue, 27 Nov 2018 14:04:49 -0500 Farhan Ali wrote: > On 11/22/2018 11:54 AM, Cornelia Huck wrote: > > diff --git a/drivers/s390/cio/vfio_ccw_private.h > > b/drivers/s390/cio/vfio_ccw_private.h > > index 078e46f9623d..a6f9f84526e2 100644 > > --- a/drivers/s390/cio/vfio_ccw_private.h > > +++ b/d

Re: [Qemu-devel] [PATCH 1/3] vfio-ccw: add capabilities chain

2018-11-27 Thread Farhan Ali
On 11/22/2018 11:54 AM, Cornelia Huck wrote: diff --git a/drivers/s390/cio/vfio_ccw_private.h b/drivers/s390/cio/vfio_ccw_private.h index 078e46f9623d..a6f9f84526e2 100644 --- a/drivers/s390/cio/vfio_ccw_private.h +++ b/drivers/s390/cio/vfio_ccw_private.h @@ -3,9 +3,11 @@ * Private stuff f

Re: [Qemu-devel] [PATCH 1/3] vfio-ccw: add capabilities chain

2018-11-23 Thread Pierre Morel
On 23/11/2018 13:45, Cornelia Huck wrote: On Fri, 23 Nov 2018 13:28:25 +0100 Pierre Morel wrote: On 22/11/2018 17:54, Cornelia Huck wrote: Allow to extend the regions used by vfio-ccw. The first user will be handling of halt and clear subchannel. Signed-off-by: Cornelia Huck --- drivers/

Re: [Qemu-devel] [PATCH 1/3] vfio-ccw: add capabilities chain

2018-11-23 Thread Cornelia Huck
On Fri, 23 Nov 2018 13:28:25 +0100 Pierre Morel wrote: > On 22/11/2018 17:54, Cornelia Huck wrote: > > Allow to extend the regions used by vfio-ccw. The first user will be > > handling of halt and clear subchannel. > > > > Signed-off-by: Cornelia Huck > > --- > > drivers/s390/cio/vfio_ccw_ops

Re: [Qemu-devel] [PATCH 1/3] vfio-ccw: add capabilities chain

2018-11-23 Thread Pierre Morel
On 22/11/2018 17:54, Cornelia Huck wrote: Allow to extend the regions used by vfio-ccw. The first user will be handling of halt and clear subchannel. Signed-off-by: Cornelia Huck --- drivers/s390/cio/vfio_ccw_ops.c | 182 drivers/s390/cio/vfio_ccw_private.h |

[Qemu-devel] [PATCH 1/3] vfio-ccw: add capabilities chain

2018-11-22 Thread Cornelia Huck
Allow to extend the regions used by vfio-ccw. The first user will be handling of halt and clear subchannel. Signed-off-by: Cornelia Huck --- drivers/s390/cio/vfio_ccw_ops.c | 182 drivers/s390/cio/vfio_ccw_private.h | 38 ++ include/uapi/linux/vfio.h