[libvirt] [PATCH 0/1] port profile id

David Allan dallan at redhat.com
Tue Mar 30 21:30:55 UTC 2010


The following proof of concept patch attempts to show how we might support the use of port profile IDs.  The ID would be associated with an interface on a VM and provided to the network infrastructure at VM start time.  Since the interfaces by which the id can be provided are still in flux, the use function is only a stub.

Dave


David Allan (1):
  Initial POC of port profile id support

 docs/schemas/domain.rng  |    8 ++++++++
 src/conf/domain_conf.c   |   12 ++++++++++++
 src/conf/domain_conf.h   |    1 +
 src/libvirt_private.syms |    3 +++
 src/qemu/qemu_conf.c     |   12 ++++++++++++
 src/util/macvtap.c       |   13 +++++++++++++
 src/util/macvtap.h       |    4 ++++
 7 files changed, 53 insertions(+), 0 deletions(-)




More information about the libvir-list mailing list