顯示具有 Virtualization 標籤的文章。 顯示所有文章
顯示具有 Virtualization 標籤的文章。 顯示所有文章

1/14/2007

Intel VT Notes - 01

  • VMX (Virtual Machine Extensions)
  • VMM (Virtual Machine Monitor)
  • Guest Software

[Basic VT Architecture]
Guest Software(VM)
---------
VMM(Virtual Machine Monitor)
---------
Hardware

  • VMX Operation
    - VMX root operation
    - VMX non-root operation
  • VMX Transition (VMX root operation <-> VMX non-root operation)
    - VM entries (VMX root operation ->VMX non-root operation)
    - VM exits (VMX non-root operation -> VMX root operation)
  • No software-visible bit whose setting indicates whether a logical processor is
    in VMX non-root operation.
  • Guest software can run at the privilege level for which it was originally designed.

1/13/2007

關於 Virtualization


[Type 1 Hypervisor]

//Without Host OS

Guest OS
----------
Hypervisor
----------
Hardware

[Type 2 Hypervisor]

//With Host OS

Guest OS
----------
Hypervisor
----------
Host OS
----------
Hardware


想法:

目前 PS3 Linux 應該就是 Type 1 Hypervisor 了。
但如果每一顆 SPE 都跑一個 VM? 不知道結果會怎麼樣。嘿嘿~

-END-