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

2019-03-12 Thread Jason J. Herne
On 3/12/19 6:38 AM, Cornelia Huck wrote: On Mon, 11 Mar 2019 11:21:19 -0400 "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 v4 01/15] s390 vfio-ccw: Add bootindex property and IPLB data

2019-03-12 Thread Cornelia Huck
On Tue, 12 Mar 2019 10:39:04 -0400 "Jason J. Herne" wrote: > On 3/12/19 6:38 AM, Cornelia Huck wrote: > > On Mon, 11 Mar 2019 11:21:19 -0400 > > "Jason J. Herne" wrote: > > > >> Add bootindex property and iplb data for vfio-ccw devices. This allows us > >> to > >> forward boot information

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

2019-03-12 Thread Cornelia Huck
On Mon, 11 Mar 2019 11:21:19 -0400 "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 v4 01/15] s390 vfio-ccw: Add bootindex property and IPLB data

2019-03-11 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