commit | 8d26cf7b40b1648c39e77a113dac07ad31363120 | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Wed Jan 11 11:19:32 2012 +0100 |
committer | Avi Kivity <avi@redhat.com> | Mon Mar 05 14:52:21 2012 +0200 |
tree | 90aae47b22f248740f8802f2fdc6e28bdca0341b | |
parent | 2b036c6b861dc5da295c6fe19a3edcff7093fdeb [diff] |
KVM: s390: rework code that sets the prefix There are several places in the kvm module, which set the prefix register. Since we need to flush the cpu, lets combine this operation into a helper function. This helper will also explicitely mask out the unused bits. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>