]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Rename and split the macvtap.c file
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 2 Nov 2011 17:11:02 +0000 (17:11 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 18 Nov 2011 16:10:01 +0000 (16:10 +0000)
commit896104c9f03379330d758c09015ad1dda45db3c2
tree840d3635b11ae5777228c5bb5ff26a37aba4f2f9
parent43925db7caa4259b66774fb5d9e300cd5217138a
Rename and split the macvtap.c file

Rename the macvtap.c file to virnetdevmacvlan.c to reflect its
functionality. Move the port profile association code out into
virnetdevvportprofile.c. Make the APIs available unconditionally
to callers

* src/util/macvtap.h: rename to src/util/virnetdevmacvlan.h,
* src/util/macvtap.c: rename to src/util/virnetdevmacvlan.c
* src/util/virnetdevvportprofile.c, src/util/virnetdevvportprofile.h:
  Pull in vport association code
* src/Makefile.am, src/conf/domain_conf.h, src/qemu/qemu_conf.c,
  src/qemu/qemu_conf.h, src/qemu/qemu_driver.c: Update include
  paths & remove conditional compilation
15 files changed:
po/POTFILES.in
src/Makefile.am
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_migration.c
src/qemu/qemu_process.c
src/util/macvtap.c [deleted file]
src/util/virnetdevmacvlan.c [new file with mode: 0644]
src/util/virnetdevmacvlan.h [moved from src/util/macvtap.h with 63% similarity]
src/util/virnetdevvportprofile.c
src/util/virnetdevvportprofile.h