Network bandwidth limitation in KVM

You should add these parameters by hands. When you open the xml file of your virtual machine, find the block with interface type tag. Try to add the following

<bandwidth>
  <inbound average='xxx' peak='xxx' burst='xxxx'/>
  <outbound average='xxx' peak='xxx'/>
</bandwidth>

Where xxx is desired speed in bps.