[libvirt] How can I attach a network interface to KVM machine

Daniel P. Berrange berrange at redhat.com
Tue Apr 7 19:23:43 UTC 2009


On Tue, Apr 07, 2009 at 05:30:02PM +0400, Anton Protopopov wrote:
> Hi.
> 
> When I am trying to attach an interface
>     <interface type='bridge'>
>       <mac address='52:54:00:db:1a:bb'/>
>       <source bridge='mkvebr0'/>
>     </interface>
> libvirt reports me, that
>      libvirt.libvirtError: this function is not supported by the hypervisor:
> this device type cannot be attached
> 
> Is there a legal way to attach a network interface to QEMU/KVM machine?

Not at this time. The QEMU monitor interface doesn't provide sufficient
functionality to be able todo this, because there's no way to pass have
libvirt create & setup the TAP device, and then pass it to QEMU. The
QEMU monitor needs to gain the ability to do SCM_RIGHTS to accept an
open file handle before we can hotplug NICs in any useful manner.

Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list