• D
    Rename and split the macvtap.c file · 896104c9
    Daniel P. Berrange 提交于
    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
    896104c9
qemu_conf.h 4.4 KB