Root Partition

The root partition is special in a number of ways. It is created with the following properties, capabilities, and privileges that non-root partitions do not possess:

  • The root partition has no parent partition. Any of the following operations that can be performed only by a parent partition on its children cannot be performed on the root partition:
  • The root partition, by default, can access all physical I/O ports. Other partitions cannot access any physical I/O ports. Note that some hypervisor implementations might restrict access to some I/O ports for security reasons.

  • The root partition can access non-virtualized MSRs that directly control the behavior of the hardware. Note that some hypervisor implementations might restrict access to some MSRs for security reasons.

  • The virtual processors within the root partition have hard affinities; that is, each virtual processor is strongly bound to a corresponding logical processor.

  • By default, all mapped GPAs within the root partition's GPA space are mapped to the same addresses within the system physical address (SPA) space. This fact is not necessarily true for overlay pages.

  • All hardware interrupts are directed at virtual processors within the root partition.

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.