Stanislav Shwartsman 39ae66b5a3 Suppress 'entering paged real mode' CR0 check for SVM guest
After a lot of thinking and browsing in the SVM arch forums I assume now that it shold be fine to enter to paged real mode under SVM guest.
The test case to consider:

  (paged) real mode guest -> entering Pmode (not paged) -> disabling the Pmode back

Ths assumption still should be validated with real AMD hardware

Context: AMD's manual about CR0 intercept priority :
	"Checks non-memory exceptions (CPL, illegal bit combinations, etc.) before the intercept"

The check for 'paged real mode' suposed to be illegal bit combination ...
2013-02-27 19:11:28 +00:00
..
2012-11-27 15:40:45 +00:00
2012-12-09 16:42:48 +00:00
2012-12-11 21:01:05 +00:00
2013-01-14 17:02:51 +00:00
2012-12-11 21:01:05 +00:00
2012-11-27 15:40:45 +00:00
2012-11-27 15:40:45 +00:00
2012-12-09 16:42:48 +00:00
2012-11-05 06:41:10 +00:00