Re: [Qemu-devel] [PATCH v6 06/13] s390x/css: device support for s390-ccw passthrough

2017-05-01 Thread Dong Jia Shi
* Auger Eric [2017-05-01 13:08:01 +0200]: Hi Eric, [...] > > diff --git a/hw/s390x/s390-ccw.c b/hw/s390x/s390-ccw.c > > new file mode 100644 > > index 000..8b4b9cf > > --- /dev/null > > +++ b/hw/s390x/s390-ccw.c > > @@ -0,0 +1,135 @@ > > +/* > > + * s390 CCW Assignment Support > > + * > > +

Re: [Qemu-devel] [PATCH v6 06/13] s390x/css: device support for s390-ccw passthrough

2017-05-01 Thread Auger Eric
Hi Dong, On 01/05/2017 13:20, Auger Eric wrote: > Hi Dong, > > On 28/04/2017 15:09, Dong Jia Shi wrote: >> In order to support subchannels pass-through, we introduce a s390 >> subchannel device called "s390-ccw" to hold the real subchannel info. >> The s390-ccw devices inherit from the abstract C

Re: [Qemu-devel] [PATCH v6 06/13] s390x/css: device support for s390-ccw passthrough

2017-05-01 Thread Auger Eric
Hi Dong, On 28/04/2017 15:09, Dong Jia Shi wrote: > In order to support subchannels pass-through, we introduce a s390 > subchannel device called "s390-ccw" to hold the real subchannel info. > The s390-ccw devices inherit from the abstract CcwDevice which connect > to the existing virtual-css-bus.

Re: [Qemu-devel] [PATCH v6 06/13] s390x/css: device support for s390-ccw passthrough

2017-05-01 Thread Auger Eric
Hi Dong, On 28/04/2017 15:09, Dong Jia Shi wrote: > In order to support subchannels pass-through, we introduce a s390 > subchannel device called "s390-ccw" to hold the real subchannel info. > The s390-ccw devices inherit from the abstract CcwDevice which connect > to the existing virtual-css-bus.

[Qemu-devel] [PATCH v6 06/13] s390x/css: device support for s390-ccw passthrough

2017-04-28 Thread Dong Jia Shi
In order to support subchannels pass-through, we introduce a s390 subchannel device called "s390-ccw" to hold the real subchannel info. The s390-ccw devices inherit from the abstract CcwDevice which connect to the existing virtual-css-bus. Signed-off-by: Dong Jia Shi --- hw/s390x/Makefile.objs |