Search notes:

Hypervisor

A hypervisor allows a single server to run multiple virtual machines, each with their own operation system, independently from each other.
A virtual machine submits requests for resources to the hypervisor, and the hypervisor coordinates the access to the physical providers of these resources.
Because virtual machines share the same physical server, the efficiency of data centers can be improved by reducing

Level 1 and level 2 hypervisors

A level 1 hypervisor is loaded before any of the virtual machines and thus act as intermediary between the hardware and VMs.
A level 2 hypervisor is an application that runs inside an existing OS.
Thus, a virtual machine can profit from the OS's drivers and services.
Examples of level 1 hypervisors include
Examples of level 2 hypervisors include
Because Hyper-V is a level 1 hypervisor, it means that Windows 10, once Hyper-V is enabled, itself becomes a virtual machine.

TODO

get-computerInfo | select-object *hyper*

See also

Windows: Virtualization

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759383858, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/hypervisor(79): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78