flags
Encapsulates the flag settings for a virtual machine.
The following table contains the definition for the child elements of flags.
Child elements -flags
Element | Definition | Required |
---|---|---|
<disable-acceleration> | Specifies the flag to turn off video acceleration for a virtual machine console window | No |
<enable-logging> | Specifies the flag to enable logging for a virtual machine | No |
<use-toe> | Specifies the flag that indicates whether or not to use TOE (TCP/IP Offloading) | No |
<run-with-debug- info> | Specifies the flag to specify whether or not to run in debug mode | No |
<ht-sharing> | Specifies how the Virtual CPUs of a virtual machine are allowed to share physical cores on a hyper-threaded system | No |
The following figure shows the sample for flags.
XML Sample for flags
<disable-acceleration></disable-acceleration>
<enable-logging></enable-logging>
<use-toe></use-toe>
<run-with-debug-info></run-with-debug-info>
<ht-sharing></ht-sharing>
</flags>