Re: [Qemu-devel] [PATCH] s390: Storage key global access

2014-02-26 Thread Jason J. Herne
On 02/25/2014 02:34 PM, Andreas Färber wrote: Hi, Am 25.02.2014 20:15, schrieb Christian Borntraeger: On 25/02/14 15:34, Jason J. Herne wrote: Christian, at one point you mentioned that it might be helpful to see this patch in the context of the rest of the hotplug patches. If you still feel

Re: [Qemu-devel] [PATCH] s390: Storage key global access

2014-02-25 Thread Christian Borntraeger
On 25/02/14 20:34, Andreas Färber wrote: > Hi, > > Am 25.02.2014 20:15, schrieb Christian Borntraeger: >> On 25/02/14 15:34, Jason J. Herne wrote: >> >>> Christian, at one point you mentioned that it might be helpful to see this >>> patch in the context of the rest of the hotplug patches. If you

Re: [Qemu-devel] [PATCH] s390: Storage key global access

2014-02-25 Thread Andreas Färber
Hi, Am 25.02.2014 20:15, schrieb Christian Borntraeger: > On 25/02/14 15:34, Jason J. Herne wrote: > >> Christian, at one point you mentioned that it might be helpful to see this >> patch in the context of the rest of the hotplug patches. If you still feel >> this way let me know and I'll post

Re: [Qemu-devel] [PATCH] s390: Storage key global access

2014-02-25 Thread Christian Borntraeger
On 25/02/14 15:34, Jason J. Herne wrote: > Christian, at one point you mentioned that it might be helpful to see this > patch in the context of the rest of the hotplug patches. If you still feel > this way let me know and I'll post the 4-patch series. If not, I still > propose this one for s390

Re: [Qemu-devel] [PATCH] s390: Storage key global access

2014-02-25 Thread Jason J. Herne
On 02/06/2014 10:19 AM, Christian Borntraeger wrote: On 22/01/14 16:48, Jason J. Herne wrote: From: "Jason J. Herne" Introduces global access to storage key data so we can set it for each cpu in the S390 cpu initialization routine. Signed-off-by: Jason J. Herne --- hw/s390x/s390-virtio-ccw

Re: [Qemu-devel] [PATCH] s390: Storage key global access

2014-02-06 Thread Christian Borntraeger
On 22/01/14 16:48, Jason J. Herne wrote: > From: "Jason J. Herne" > > Introduces global access to storage key data so we can set it for each cpu in > the S390 cpu initialization routine. > > Signed-off-by: Jason J. Herne > --- > hw/s390x/s390-virtio-ccw.c | 3 +-- > hw/s390x/s390-virtio.c

Re: [Qemu-devel] [PATCH] s390: Storage key global access

2014-02-03 Thread Jason J. Herne
On 01/22/2014 10:48 AM, Jason J. Herne wrote: From: "Jason J. Herne" Introduces global access to storage key data so we can set it for each cpu in the S390 cpu initialization routine. Signed-off-by: Jason J. Herne --- hw/s390x/s390-virtio-ccw.c | 3 +-- hw/s390x/s390-virtio.c | 6 +++--

[Qemu-devel] [PATCH] s390: Storage key global access

2014-01-22 Thread Jason J. Herne
From: "Jason J. Herne" Introduces global access to storage key data so we can set it for each cpu in the S390 cpu initialization routine. Signed-off-by: Jason J. Herne --- hw/s390x/s390-virtio-ccw.c | 3 +-- hw/s390x/s390-virtio.c | 6 +++--- hw/s390x/s390-virtio.h | 2 +- target-s390x