Searched hist:b31605c12f4edda7a40ad9f86985739666298c31 (Results 1 – 5 of 5) sorted by relevance
/linux/arch/s390/kvm/ |
H A D | diag.c | diff b31605c12f4edda7a40ad9f86985739666298c31 Tue Mar 25 13:47:11 CET 2014 Dominik Dingel <dingel@linux.vnet.ibm.com> KVM: s390: make cmma usage conditionally
When userspace reset the guest without notifying kvm, the CMMA state of the pages might be unused, resulting in guest data corruption. To avoid this, CMMA must be enabled only if userspace understands the implications.
CMMA must be enabled before vCPU creation. It can't be switched off once enabled. All subsequently created vCPUs will be enabled for CMMA according to the CMMA state of the VM.
Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> [remove now unnecessary calls to page_table_reset_pgste]
|
H A D | kvm-s390.h | diff b31605c12f4edda7a40ad9f86985739666298c31 Tue Mar 25 13:47:11 CET 2014 Dominik Dingel <dingel@linux.vnet.ibm.com> KVM: s390: make cmma usage conditionally
When userspace reset the guest without notifying kvm, the CMMA state of the pages might be unused, resulting in guest data corruption. To avoid this, CMMA must be enabled only if userspace understands the implications.
CMMA must be enabled before vCPU creation. It can't be switched off once enabled. All subsequently created vCPUs will be enabled for CMMA according to the CMMA state of the VM.
Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> [remove now unnecessary calls to page_table_reset_pgste]
|
H A D | priv.c | diff b31605c12f4edda7a40ad9f86985739666298c31 Tue Mar 25 13:47:11 CET 2014 Dominik Dingel <dingel@linux.vnet.ibm.com> KVM: s390: make cmma usage conditionally
When userspace reset the guest without notifying kvm, the CMMA state of the pages might be unused, resulting in guest data corruption. To avoid this, CMMA must be enabled only if userspace understands the implications.
CMMA must be enabled before vCPU creation. It can't be switched off once enabled. All subsequently created vCPUs will be enabled for CMMA according to the CMMA state of the VM.
Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> [remove now unnecessary calls to page_table_reset_pgste]
|
H A D | kvm-s390.c | diff b31605c12f4edda7a40ad9f86985739666298c31 Tue Mar 25 13:47:11 CET 2014 Dominik Dingel <dingel@linux.vnet.ibm.com> KVM: s390: make cmma usage conditionally
When userspace reset the guest without notifying kvm, the CMMA state of the pages might be unused, resulting in guest data corruption. To avoid this, CMMA must be enabled only if userspace understands the implications.
CMMA must be enabled before vCPU creation. It can't be switched off once enabled. All subsequently created vCPUs will be enabled for CMMA according to the CMMA state of the VM.
Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> [remove now unnecessary calls to page_table_reset_pgste]
|
/linux/arch/s390/include/asm/ |
H A D | kvm_host.h | diff b31605c12f4edda7a40ad9f86985739666298c31 Tue Mar 25 13:47:11 CET 2014 Dominik Dingel <dingel@linux.vnet.ibm.com> KVM: s390: make cmma usage conditionally
When userspace reset the guest without notifying kvm, the CMMA state of the pages might be unused, resulting in guest data corruption. To avoid this, CMMA must be enabled only if userspace understands the implications.
CMMA must be enabled before vCPU creation. It can't be switched off once enabled. All subsequently created vCPUs will be enabled for CMMA according to the CMMA state of the VM.
Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> [remove now unnecessary calls to page_table_reset_pgste]
|