Hyper-V Architecture (Project Server 2007)

This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.

 

Hyper-V is a hypervisor-based virtualization technology for 64-bit editions of the Windows Server 2008 operating system. The hypervisor is the processor-specific virtualization platform that allows multiple isolated operating systems to share a single hardware platform.

Hyper-V supports isolation in terms of a partition. A partition is a logical unit of isolation, supported by the hypervisor, in which operating systems execute. The Microsoft hypervisor must have at least one parent, or root, partition, running a 64-bit edition of the Windows Server 2008 operating system. The virtualization stack runs in the parent partition and has direct access to the hardware devices. The root partition then creates the child partitions that host the guest operating systems. A root partition creates child partitions using the hypercall application programming interface (API).

Partitions do not have access to the physical processor, nor do they handle the processor interrupts. Instead, they have a virtual view of the processor and run in a virtual memory address region that is private to each guest partition. The hypervisor handles the interrupts to the processor and redirects them to the respective partition. Hyper-V can also utilize hardware acceleration to speed up address translation between various guest virtual address spaces by using an Input Output Memory Management Unit (IOMMU) that operates independent of the memory management hardware used by the CPU. An IOMMU is used to remap physical memory addresses to the addresses that are used by the child partitions.

Child partitions also do not have direct access to other hardware resources and are presented a virtual view of the resources, as virtual devices (VDevs). Requests to the virtual devices are redirected either via the VMBus or the hypervisor to the devices in the parent partition, which handles the requests. The VMBus is a logical inter-partition communication channel. The parent partition hosts Virtualization Service Providers (VSPs) that communicate over the VMBus to handle device access requests from child partitions. Child partitions host Virtualization Service Consumers (VSCs) that redirect device requests to VSPs in the parent partition via the VMBus. This entire process is transparent to the guest operating system.

Virtual devices can also take advantage of a Windows Server virtualization feature, named "enlightened I/O," for storage, networking, graphics, and input subsystems. Enlightened I/O is a specialized virtualization-aware implementation of high-level communication protocols (such as SCSI) that utilize the VMBus directly, bypassing any device-emulation layer. This makes the communication more efficient but requires an enlightened guest that is hypervisor– and VMBus-aware. Hyper-V enlightened I/O and a hypervisor-aware kernel are provided via installation of Hyper-V integration services. Integration components, which include virtual server client (VSC) drivers, are also available for other client operating systems. Hyper-V requires a processor that includes hardware-assisted virtualization, such as is provided with Intel VT or AMD Virtualization (AMD-V) technology.

Hyper-V architecture overview

The following diagram provides a high-level overview of the architecture of a Hyper-V environment running on Windows Server 2008.

Hyper-V High Level Architecture

Acronyms and terms used in the diagram above are described below:

  • APIC: Advanced Programmable Interrupt Controller  — A device which allows priority levels to be assigned to its interrupt outputs.

  • Child Partition: Partition that hosts a guest operating system — All access to physical memory and devices by a child partition is provided via the Virtual Machine Bus (VMBus) or the hypervisor.

  • Hypercall: Interface for communication with the hypervisor — The hypercall interface accommodates access to the optimizations provided by the hypervisor.

  • Hypervisor: A layer of software that sits between the hardware and one or more operating systems. Its primary job is to provide isolated execution environments called partitions. The hypervisor controls and arbitrates access to the underlying hardware.

  • IC: Integration component — Component that allows child partitions to communication with other partitions and the hypervisor.

  • I/O stack: Input/output stack.

  • MSR: Memory Service Routine.

  • Root Partition: Manages machine-level functions such as device drivers, power management, and device-hot addition/removal. The root (or parent) partition is the only partition that has direct access to physical memory and devices.

  • VID: Virtualization Infrastructure Driver  — Provides partition management services, virtual processor management services, and memory management services for partitions.

  • VMBus: Virtual Machine Bus  — Channel-based communication mechanism used for inter-partition communication and device enumeration on systems with multiple active virtualized partitions. The VMBus is installed with Hyper-V Integration Services.

  • VMMS: Virtual Machine Management Service  — Responsible for managing the state of all virtual machines in child partitions.

  • VMWP: Virtual Machine Worker Process  — A user mode component of the virtualization stack. The worker process provides virtual machine management services from the Windows Server 2008 instance in the parent partition to the guest operating systems in the child partitions. The Virtual Machine Management Service spawns a separate worker process for each running virtual machine.

  • VSC: Virtualization Service Client  — A synthetic device instance that resides in a child partition. VSCs utilize hardware resources that are provided by Virtualization Service Providers (VSPs) in the parent partition. They communicate with the corresponding VSPs in the parent partition over the VMBus to satisfy a child partition's device I/O requests.

  • VSP: Virtualization Service Provider  — Resides in the root partition and provides synthetic device support to child partitions over the Virtual Machine Bus (VMBus).

  • WinHv: Windows Hypervisor Interface Library  — Essentially a bridge between a partitioned operating system’s drivers and the hypervisor that allows drivers to call the hypervisor using standard Windows calling conventions.

  • WMI: The Virtual Machine Management Service exposes a set of Windows Management Instrumentation (WMI)–based APIs for managing and controlling virtual machines.

See Also

Concepts

Virtualizing Project Server 2007
Deploying Project Server 2007 on Hyper-V
Best Practices for using Project Server 2007 on Hyper-V
Installing and configuring Project Server 2007 and Hyper-V
System Resource Costs of Hyper-V (Project Server 2007)