/usr/share/pyshared/nova/virt/cpuinfo.xml.template is in python-nova 2012.1-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | <cpu>
<arch>$arch</arch>
<model>$model</model>
<vendor>$vendor</vendor>
<topology sockets="$topology.sockets" cores="$topology.cores" threads="$topology.threads"/>
#for $var in $features
<features name="$var" />
#end for
</cpu>
|