Friday, January 18, 2013

Windows 8 ၏ Hyper-V role

ဒီနေ့ Windows 8 Enterprise Deployment Program သွားတက်ရတယ် ပြန်လာတော့ စမ်းမယ်လို့ လုပ် ပြီးတော့ ကိုစက်မှာ Hyper-V role ကိုတင်တယ် မရဘူး၊ Feature တစ်ခုက လုံး၀ ရွေးလို့ မရဘူး ဖြစ်နေတယ်၊ တလောလေးကဘဲ Server 2012 ကိုတင်လိုက် သေးတယ် အဆင်ပြေတယ်လေ၊ ဒါနဲ့ google မှာ မွှေလိုက်တာ အောက်ပါ အတိုင်း ထွက်လာတယ် ....
http://www.howtogeek.com/73318/how-to-check-if-your-cpu-supports-second-level-address-translation-slat/

သူပြောတဲ့ အတိုင်းစမ်းကြည့်တော့ ဟုတ်တယ် ကိုယ့် CPU က SLAT feature မပါဘူးဖြစ်နေတယ်၊ နောက်စမ်းမယ်ဆိုရင် သတိထားဖို့ အတွက် မှတ်သားထားလိုက်ပါတယ်။

Windows 8 will bring a lot of new features to the Windows computing environment, one of which will be Hyper-V. In order to run Hyper-V your processor must support Second Level Address Translation (SLAT). Read on to find out if your processor supports SLAT. What Is SLAT?

Second Level Address Translation is a technology introduced in both Intel and AMD flavors of processors. Both companies call their version of the technology different names, Intel’s version is called EPT(Extended Page Tables) and AMD calls theirs RVI (Rapid Virtualization Indexing). Intel introduced Extended Page Tables in its processors that were built on the Nehalem architecture, while AMD only introduced RVI in their third generation of Opteron processors codenamed Barcelona. Hyper-V uses this to perform more VM memory management functions and reduce the overhead of translating guest physical addresses to real physical addresses. By doing this, Hypervisor CPU time is significantly reduced, and more memory is saved for each VM. How It Works

The processor has a Translation Lookaside Buffer (TLB) that supports virtual to physical memory address translation. A TLB is a cache on the processor that contains recently used mappings from the page table. When a virtual to physical address translation is required, the TLB checks it’s cache to determine whether or not it contains the mapping information. If the TLB contains a match, the physical memory address is provided and the data is access. If the TLB doesn’t contain a record, a page error occurs, and the Windows checks the page table for the mapping information. If Windows finds a mapping, it is written to the TLB, the address translation takes place, and then the data is accessed. Because of this buffer, the hypervisors overhead is substantially decreased. So What?

With all the hype surrounding Windows 8, it has been made known that Windows 8 will come with Hyper-V as a vitalization platform. While that might not appeal to everyone at first glance, it has been thought that this will be the only form of backwards compatibility, somewhat like XP Mode. SLAT will be required for Hyper-V in Windows 8. How Do I Know If I Have SLAT? Credit To How to Geek Web Site