[libvirt] [PATCH 0/8] Remove some unnecessary compatibility stuff

Andrea Bolognani abologna at redhat.com
Wed Mar 13 16:51:15 UTC 2019


Andrea Bolognani (8):
  tests: Drop CONFIG_HEADER from TESTS_ENVIRONMENT
  tests: Drop LIBVIRT_DRIVER_DIR from TESTS_ENVIRONMENT
  tests: Don't use TEST_DRIVER_DIR in virTestCaptureProgramExecChild()
  tests: Don't define TEST_DRIVER_DIR
  tests: Stop looking for abs_top_srcdir in the environment
  Fix names for abs_top_{src,build}dir variables
  tests: Don't redefine variables for TESTS_ENVIRONMENT
  Don't define abs_* variables ourselves

 src/Makefile.am                    | 10 ++--------
 src/conf/domain_conf.c             |  2 +-
 src/cpu/cpu_map.c                  |  4 ++--
 src/driver.c                       |  2 +-
 src/locking/lock_driver_lockd.c    |  2 +-
 src/locking/lock_manager.c         |  2 +-
 src/logging/log_manager.c          |  2 +-
 src/lxc/lxc_conf.c                 |  2 +-
 src/network/bridge_driver.c        |  2 +-
 src/remote/remote_driver.c         |  2 +-
 src/storage/storage_backend.c      |  2 +-
 src/storage/storage_backend_disk.c |  4 ++--
 src/util/virfile.c                 |  4 ++--
 src/util/virstoragefilebackend.c   |  2 +-
 tests/Makefile.am                  | 31 ++++++------------------------
 tests/libxlxml2domconfigtest.c     |  5 -----
 tests/networkxml2firewalltest.c    |  6 ------
 tests/nwfilterxml2firewalltest.c   |  6 ------
 tests/qemumemlocktest.c            |  5 -----
 tests/qemuxml2argvtest.c           |  5 -----
 tests/testutils.c                  |  1 -
 tests/virschematest.c              |  2 +-
 tests/virscsitest.c                |  5 -----
 tests/virshtest.c                  |  4 ++--
 tests/virtestmock.c                |  4 ++--
 25 files changed, 29 insertions(+), 87 deletions(-)

-- 
2.20.1




More information about the libvir-list mailing list