<div dir="ltr"><div><div>We are trying to get the cpu topology data (cores, sockets, threads) using the Java binding of the libvirt API, after connecting to a hypervisor. We are expecting the domain (vm) XML payload to contain the <cpu> element with the <topology> sub-element, but it is not present. <br>
<br>  <cpu mode='custom' match='exact'><br>    <model fallback='allow'>Penryn</model><br>    <vendor>Intel</vendor><br>    <feature policy='require' name='tm2'/><br>
...<br></div></cpu><br><br></div><br></div>