[libvirt] [PATCH 0/5] build: eliminate more redundant/obsolete gnulib modules

Daniel P. Berrangé posted 5 patches 4 years, 6 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20191007114428.4033-1-berrange@redhat.com
bootstrap.conf           |  9 ---------
src/conf/capabilities.c  |  3 +--
src/conf/domain_conf.c   |  1 -
src/conf/snapshot_conf.c |  1 -
src/internal.h           | 18 +++++++++++++++---
src/libxl/xen_common.c   |  1 -
src/util/Makefile.inc.am |  1 +
src/util/virbitmap.c     |  7 +++----
src/util/vircgroupv2.c   |  2 +-
src/util/virhashcode.c   |  6 +++++-
src/util/virhostcpu.c    |  1 -
src/util/virhostmem.c    |  1 -
src/util/virrandom.c     |  4 +---
tools/vsh.c              |  2 +-
14 files changed, 28 insertions(+), 29 deletions(-)
[libvirt] [PATCH 0/5] build: eliminate more redundant/obsolete gnulib modules
Posted by Daniel P. Berrangé 4 years, 6 months ago
A follow up to my previous series that was already pushed. This
identifies some more unused modules, or things that are easily
replaced.

Daniel P. Berrangé (5):
  build: remove all gnulib bit manipulation modules
  build: drop the ignore-value gnulib module
  build: drop the ldexp gnulib module
  build: drop the isatty gnulib module
  build: remove the sched gnulib module

 bootstrap.conf           |  9 ---------
 src/conf/capabilities.c  |  3 +--
 src/conf/domain_conf.c   |  1 -
 src/conf/snapshot_conf.c |  1 -
 src/internal.h           | 18 +++++++++++++++---
 src/libxl/xen_common.c   |  1 -
 src/util/Makefile.inc.am |  1 +
 src/util/virbitmap.c     |  7 +++----
 src/util/vircgroupv2.c   |  2 +-
 src/util/virhashcode.c   |  6 +++++-
 src/util/virhostcpu.c    |  1 -
 src/util/virhostmem.c    |  1 -
 src/util/virrandom.c     |  4 +---
 tools/vsh.c              |  2 +-
 14 files changed, 28 insertions(+), 29 deletions(-)

-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/5] build: eliminate more redundant/obsolete gnulib modules
Posted by Ján Tomko 4 years, 6 months ago
On Mon, Oct 07, 2019 at 12:44:23PM +0100, Daniel P. Berrangé wrote:
>A follow up to my previous series that was already pushed. This
>identifies some more unused modules, or things that are easily
>replaced.
>
>Daniel P. Berrangé (5):
>  build: remove all gnulib bit manipulation modules
>  build: drop the ignore-value gnulib module
>  build: drop the ldexp gnulib module
>  build: drop the isatty gnulib module
>  build: remove the sched gnulib module
>
> bootstrap.conf           |  9 ---------
> src/conf/capabilities.c  |  3 +--
> src/conf/domain_conf.c   |  1 -
> src/conf/snapshot_conf.c |  1 -
> src/internal.h           | 18 +++++++++++++++---
> src/libxl/xen_common.c   |  1 -
> src/util/Makefile.inc.am |  1 +
> src/util/virbitmap.c     |  7 +++----
> src/util/vircgroupv2.c   |  2 +-
> src/util/virhashcode.c   |  6 +++++-
> src/util/virhostcpu.c    |  1 -
> src/util/virhostmem.c    |  1 -
> src/util/virrandom.c     |  4 +---
> tools/vsh.c              |  2 +-
> 14 files changed, 28 insertions(+), 29 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list