Hi.
I have successfully run my VM follow Intel's manaual.
Then ,I want to make a little change:
When VM exit to VMM normally, Is it possiable to disable PG in VMM, let the VMM run in flat mode, or switch Page Table?
Is it possible to disable PG in VMM?
-
- Member
- Posts: 25
- Joined: Tue Nov 05, 2013 4:06 am
Re: Is it possible to disable PG in VMM?
root mode must be run with paging enabled and so then protected mode must be also enabledwatermirror wrote:Hi.
I have successfully run my VM follow Intel's manaual.
Then ,I want to make a little change:
When VM exit to VMM normally, Is it possiable to disable PG in VMM, let the VMM run in flat mode, or switch Page Table?
it is possible to allow guest to run with paging and protected mode disabled = unrestricted guest mode (so then guest may run e.g. real mode) - but your CPU must have such feature (core i architecture should have it, core 2 duo not)
the best mode for root mode is long mode (all current Intel CPUs with VMX support it) - you can then support all modes for guest from 16 bit real mode if the CPU has unrestricted guest mode feature - upto 64 bit long mode
hypervisor-based solutions developer (Intel, AMD)