ibm-s390-linux / s390-tools

Tools for use with the s390 Linux kernel and device drivers
MIT License
62 stars 58 forks source link

Missing manpages for new type 'ap' #140

Closed smitterl closed 1 year ago

smitterl commented 1 year ago

lszdev --list-types lists the new ap type. However, there's no mention of it in chzdev's manpage. It has a very specific syntax, at least we should add the following to the EXAMPLES section:

...
       Remove host driver assignment for crypto adapters and domains 0x02 x (0x000a,...,0x0020):
           chzdev -t ap apmask=-2 aqmask=-10-32
...
rosatomj commented 1 year ago

Good point -- I'll work up a change; it might be worth adding an example of each type of syntax, e.g assignment: apmask=2, removal: apmask=-2 and addition: apmask=+2