Re: [libvirt] [PATCH 2/2] Modify generic ethernet interface so it will work when sVirt is enabled with qemu

2011-09-23 Thread Eric Blake
On 09/20/2011 05:18 PM, Tyler Coumbes wrote: Update code to create generic ethernet interfaces using the new utility library tunctl making changes to create the TAP device in libvirt and pass it to qemu as a file descriptor. This patch doesn't refactor src/util/bridge.c either, which means that

[libvirt] [PATCH 2/2] Modify generic ethernet interface so it will work when sVirt is enabled with qemu

2011-09-20 Thread Tyler Coumbes
Update code to create generic ethernet interfaces using the new utility library tunctl making changes to create the TAP device in libvirt and pass it to qemu as a file descriptor. --- diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index ee4b52b..181f56c 100644 --- a/src/qemu/qemu_