On 10/07/2013 03:47 AM, Michael Mueller wrote: > A second reason for using 2k of memory here is to fully represent the > facilities as defined > in the s390x architecture. The SIE state needs it and I want to represent it > identically in user > space and KVM. Otherwise I would need a specific interface just for the > facilities.
If KVM needs the data in the format that you've got it in now, that's fair enough. Otherwise, 128 bits per s390 system seems nicer than 32 bits per facility. r~