Hi,

I can't reproduce the 100% cpu by kvm.  However, your xml for the second
bridge is not right.  You specify "forward mode="route"" then you need
to specify a bridge to route over (like br1).  I suspect what you wanted
to use forwarde mode="nat".

I used:

<network>
  <name>dw121</name>
  <uuid>4026d774-e680-9617-ef60-31373c6f18da</uuid>
  <forward mode='nat'/>
  <bridge name='virbr1' stp='on' delay='0' />
  <mac address='52:54:00:37:DB:8E'/>
  <ip address='192.168.120.1' netmask='255.255.255.0'>
    <dhcp>
      <range start='192.168.120.230' end='192.168.120.254' />
    </dhcp>
  </ip>
</network>

and was able to set up a vm attached to network dw121.

See http://libvirt.org/formatnetwork.html#examplesRoute for more
information.

Please let us know if that fixes your issue.

** Changed in: qemu-kvm (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/943918

Title:
  KVM hangs on creating domains, Qemu and virt-manager disconnect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/943918/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to