Re: [PATCH v2] x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE

2015-03-13 Thread Marcelo Tosatti
On Fri, Mar 06, 2015 at 02:44:35PM -0600, Joel Schopp wrote: > From: David Kaplan > > Another patch in my war on emulate_on_interception() use as a svm exit > handler. > > These were pulled out of a larger patch at the suggestion of Radim Krcmar, see > https://lkml.org/lkml/2015/2/25/559 > > C

Re: [PATCH v2] x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE

2015-03-09 Thread Radim Krčmář
2015-03-06 14:44-0600, Joel Schopp: > From: David Kaplan > > Another patch in my war on emulate_on_interception() use as a svm exit > handler. > > These were pulled out of a larger patch at the suggestion of Radim Krcmar, see > https://lkml.org/lkml/2015/2/25/559 > > Changes since v1: >

[PATCH v2] x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE

2015-03-06 Thread Joel Schopp
From: David Kaplan Another patch in my war on emulate_on_interception() use as a svm exit handler. These were pulled out of a larger patch at the suggestion of Radim Krcmar, see https://lkml.org/lkml/2015/2/25/559 Changes since v1: * fixed typo introduced after test, retested Signed-of