On 11/14/2017 08:57 AM, Cornelia Huck wrote:
On Tue, 31 Oct 2017 15:39:09 -0400Which patches would you squash?
Tony Krowiak <akrowiak@xxxxxxxxxxxxxxxxxx> wrote:
On 10/13/2017 01:38 PM, Tony Krowiak wrote:I think the approach is fine, and the code also looks fine for the most
Ping
Tony Krowiak (19):
ÂÂÂ KVM: s390: SIE considerations for AP Queue virtualization
ÂÂÂ KVM: s390: refactor crypto initialization
ÂÂÂ s390/zcrypt: new AP matrix bus
ÂÂÂ s390/zcrypt: create an AP matrix device on the AP matrix bus
ÂÂÂ s390/zcrypt: base implementation of AP matrix device driver
ÂÂÂ s390/zcrypt: register matrix device with VFIO mediated device
ÂÂÂÂÂ framework
ÂÂÂ KVM: s390: introduce AP matrix configuration interface
ÂÂÂ s390/zcrypt: support for assigning adapters to matrix mdev
ÂÂÂ s390/zcrypt: validate adapter assignment
ÂÂÂ s390/zcrypt: sysfs interfaces supporting AP domain assignment
ÂÂÂ s390/zcrypt: validate domain assignment
ÂÂÂ s390/zcrypt: sysfs support for control domain assignment
ÂÂÂ s390/zcrypt: validate control domain assignment
ÂÂÂ KVM: s390: Connect the AP mediated matrix device to KVM
ÂÂÂ s390/zcrypt: introduce ioctl access to VFIO AP Matrix driver
ÂÂÂ KVM: s390: interface to configure KVM guest's AP matrix
ÂÂÂ KVM: s390: validate input to AP matrix config interface
ÂÂÂ KVM: s390: New ioctl to configure KVM guest's AP matrix
ÂÂÂ s390/facilities: enable AP facilities needed by guest
part. Some comments:
- various patches can be squashed together to give a better
ÂÂ understanding at a glance
- this needs documentation (as I already said)My plan is to take the cover letter patch and incorporate that into documentation,
then replace the cover letter patch with a more concise summary.
- some of the driver/device modelling feels a bit awkward (commented inI am responding to each patch review individually.
ÂÂ patches) -- I'm not sure that my proposal is better, but I think we
ÂÂ should make sure the interdependencies are modeled correctly
- some minor stuff