<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-2">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    I wanted to test Windows virtual machines but unfortunately Windows
    7 supports up to 2 sockets of CPU. KVM is able to simulate multiple
    core under 1 socket. So I'm asking that is possible to add topology
    options to OpenNebula template?<br>
    <br>
    Like:<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-2">
    <CPU>8<CPU><br>
    <SOCKET>2</SOCKET><br>
    <CORES>4</CORES><br>
    <THREAD>1</THREADS><br>
    <MEMORY>4096</MEMORY><br>
    <br>
    Wich would mean this as libvirt xml:<br>
    <vcpu>8</vcpu><br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-2">
    <cpu><br>
         <topology sockets='2' cores='4' threads='1'/><br>
    </cpu><br>
    <br>
    Thank you for you answears in advance!<br>
  </body>
</html>