Re: [Qemu-devel] [PATCH v3 01/16] s390 vfio-ccw: Add bootindex property and IPLB data

2019-03-06 Thread Cornelia Huck
On Wed, 6 Mar 2019 11:28:37 -0500 "Jason J. Herne" wrote: > On 3/6/19 10:27 AM, Cornelia Huck wrote: > > On Wed, 6 Mar 2019 09:55:40 -0500 > > "Jason J. Herne" wrote: > > > >> On 3/4/19 8:40 AM, Cornelia Huck wrote: > >>> On Fri, 1 Mar 2019 13:59:21 -0500 > >>> "Jason J. Herne" wrote:

Re: [Qemu-devel] [PATCH v3 01/16] s390 vfio-ccw: Add bootindex property and IPLB data

2019-03-06 Thread Jason J. Herne
On 3/6/19 10:27 AM, Cornelia Huck wrote: On Wed, 6 Mar 2019 09:55:40 -0500 "Jason J. Herne" wrote: On 3/4/19 8:40 AM, Cornelia Huck wrote: On Fri, 1 Mar 2019 13:59:21 -0500 "Jason J. Herne" wrote: @@ -532,7 +559,7 @@ void s390_ipl_reset_request(CPUState *cs, enum s390_reset reset_type)

Re: [Qemu-devel] [PATCH v3 01/16] s390 vfio-ccw: Add bootindex property and IPLB data

2019-03-06 Thread Cornelia Huck
On Wed, 6 Mar 2019 09:55:40 -0500 "Jason J. Herne" wrote: > On 3/4/19 8:40 AM, Cornelia Huck wrote: > > On Fri, 1 Mar 2019 13:59:21 -0500 > > "Jason J. Herne" wrote: > >> @@ -532,7 +559,7 @@ void s390_ipl_reset_request(CPUState *cs, enum > >> s390_reset reset_type) > >>

Re: [Qemu-devel] [PATCH v3 01/16] s390 vfio-ccw: Add bootindex property and IPLB data

2019-03-06 Thread Jason J. Herne
On 3/4/19 11:09 AM, Farhan Ali wrote: On 03/01/2019 01:59 PM, Jason J. Herne wrote: Add bootindex property and iplb data for vfio-ccw devices. This allows us to forward boot information into the bios for vfio-ccw devices. Refactor s390_get_ccw_device() to return device type. This prevents us

Re: [Qemu-devel] [PATCH v3 01/16] s390 vfio-ccw: Add bootindex property and IPLB data

2019-03-06 Thread Jason J. Herne
On 3/4/19 8:40 AM, Cornelia Huck wrote: On Fri, 1 Mar 2019 13:59:21 -0500 "Jason J. Herne" wrote: Add bootindex property and iplb data for vfio-ccw devices. This allows us to forward boot information into the bios for vfio-ccw devices. Refactor s390_get_ccw_device() to return device type.

Re: [Qemu-devel] [PATCH v3 01/16] s390 vfio-ccw: Add bootindex property and IPLB data

2019-03-04 Thread Farhan Ali
On 03/01/2019 01:59 PM, Jason J. Herne wrote: Add bootindex property and iplb data for vfio-ccw devices. This allows us to forward boot information into the bios for vfio-ccw devices. Refactor s390_get_ccw_device() to return device type. This prevents us from having to use messy casting

Re: [Qemu-devel] [PATCH v3 01/16] s390 vfio-ccw: Add bootindex property and IPLB data

2019-03-04 Thread Cornelia Huck
On Fri, 1 Mar 2019 13:59:21 -0500 "Jason J. Herne" wrote: > Add bootindex property and iplb data for vfio-ccw devices. This allows us to > forward boot information into the bios for vfio-ccw devices. > > Refactor s390_get_ccw_device() to return device type. This prevents us from > having to

[Qemu-devel] [PATCH v3 01/16] s390 vfio-ccw: Add bootindex property and IPLB data

2019-03-01 Thread Jason J. Herne
Add bootindex property and iplb data for vfio-ccw devices. This allows us to forward boot information into the bios for vfio-ccw devices. Refactor s390_get_ccw_device() to return device type. This prevents us from having to use messy casting logic in several places. Signed-off-by: Jason J. Herne