Re: [PATCH] KVM: nSVM: Do not report CLTS via SVM_EXIT_WRITE_CR0 to L1

2014-07-01 Thread Joerg Roedel
On Sun, Jun 29, 2014 at 09:55:53PM +0200, Jan Kiszka wrote: From: Jan Kiszka jan.kis...@siemens.com CLTS only changes TS which is not monitored by selected CR0 interception. So skip any attempt to translate WRITE_CR0 to CR0_SEL_WRITE for this instruction. Signed-off-by: Jan Kiszka

[PATCH] KVM: nSVM: Do not report CLTS via SVM_EXIT_WRITE_CR0 to L1

2014-06-29 Thread Jan Kiszka
From: Jan Kiszka jan.kis...@siemens.com CLTS only changes TS which is not monitored by selected CR0 interception. So skip any attempt to translate WRITE_CR0 to CR0_SEL_WRITE for this instruction. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- arch/x86/kvm/svm.c | 3 ++- 1 file changed, 2