<model> as a child element of <cpu>

Specifies a CPU model.

Text content

CPU model as shown in the output of the virsh domcapabilities command. Eligible values are specified with <model> tags that have the attribute useable="yes".
Example: This example identifies the value z14 as an eligible CPU model.
<model usable="yes">z14</model>

Selected attributes

None.

Usage

Configuring the CPU model

Parent elements

<cpu>

Child elements

None.

Example

This example sets the CPU model to the default for z14:
<cpu mode="custom">
  <model>z14</model>
</cpu>