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

Andrea Bolognani posted 8 patches 5 years, 1 month ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190313165123.23324-1-abologna@redhat.com
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(-)
[libvirt] [PATCH 0/8] Remove some unnecessary compatibility stuff
Posted by Andrea Bolognani 5 years, 1 month ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/8] Remove some unnecessary compatibility stuff
Posted by Martin Kletzander 5 years, 1 month ago
On Wed, Mar 13, 2019 at 05:51:15PM +0100, Andrea Bolognani wrote:
>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
>

The whole series is

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list