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

Tyler Coumbes coumbes at gmail.com
Mon Oct 24 23:42:41 UTC 2011


Version 2 of https://www.redhat.com/archives/libvir-list/2011-September/msg00795.html.
Instead of creating a new library for the TAP functions and
refactoring code to there I have only refactored the actual TAP
creation in util/bridge.c. This simplifies the patch and achieves the
same goal.

 AUTHORS                 |    1 +
 src/libvirt_bridge.syms |    2 +
 src/qemu/qemu_command.c |   79 ++++++++++++++++++++++++++++++--
 src/qemu/qemu_command.h |    4 ++
 src/qemu/qemu_hotplug.c |   15 ++++++
 src/qemu/qemu_process.c |   13 +++++
 src/util/bridge.c       |  116 +++++++++++++++++++++++++++++++----------------
 src/util/bridge.h       |    9 ++++
 8 files changed, 196 insertions(+), 43 deletions(-)




More information about the libvir-list mailing list