]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move src/fdstream to src/util/virfdstream
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 7 Mar 2017 09:34:47 +0000 (10:34 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 27 Mar 2017 11:13:29 +0000 (13:13 +0200)
commitbdcb199532ae815310c5fdd7bc4f39397eb09f42
tree0c5d4f3647e8a7a03fa5984e1a94992b4b7cb952
parentc67e04e25fa58104e0fae41f5b874a8067557073
Move src/fdstream to src/util/virfdstream

There is no reason for it not to be in the utils, all global symbols
under that file already have prefix vir* and there is no reason for it
to be part of DRIVER_SOURCES because that is just a leftover from
older days (pre-driver modules era, I believe).

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
19 files changed:
cfg.mk
po/POTFILES.in
src/Makefile.am
src/bhyve/bhyve_driver.c
src/conf/virchrdev.c
src/libvirt_private.syms
src/libxl/libxl_migration.c
src/lxc/lxc_driver.c
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/storage/storage_driver.c
src/storage/storage_util.c
src/test/test_driver.c
src/uml/uml_driver.c
src/util/virfdstream.c [moved from src/fdstream.c with 99% similarity]
src/util/virfdstream.h [moved from src/fdstream.h with 97% similarity]
src/vbox/vbox_common.c
src/xen/xen_driver.c
tests/fdstreamtest.c