On 2018-09-12 22:08, Tony Krowiak wrote: > This patch provides documentation describing the AP architecture and > design concepts behind the virtualization of AP devices. It also > includes an example of how to configure AP devices for exclusive > use of KVM guests. > > Signed-off-by: Tony Krowiak <akrow...@linux.vnet.ibm.com> > --- [...] > + To assign an AP adapter to the mediated matrix device, its APID is written > + to the 'assign_adapter' file. This may be done multiple times to assign > more > + than one adapter. The APID may be specified using conventional semantics > + as a decimal, hexidecimal, or octal number. For example, to assign > adapters > + 4, 5 and 16 to a mediated matrix device in decimal, hexidecimal and octal
s/hexidecimal/hexadecimal/g ? While some websites say that hexi is an alternative spelling, I have to admit that I've never seen it before, and there are also not that much hits on google when you search for it... [...] > +* Live guest migration is not supported for guests using AP devices. > \ No newline at end of file > Please add a newline at the end of the file. Thomas