[PATCH v3 0/4] stubdom: remove building unused libraries

Juergen Gross posted 4 patches 2 days, 10 hours ago
CHANGELOG.md                                  |   2 +
config/Stubdom.mk.in                          |   6 -
stubdom/.gitignore                            |   2 -
stubdom/Makefile                              |  56 +---
stubdom/configure                             |  36 ---
stubdom/configure.ac                          |   2 -
stubdom/libpci.config.h                       |   5 -
stubdom/libpci.config.mak                     |   7 -
stubdom/pciutils.patch                        | 298 ------------------
tools/libs/guest/Makefile.common              |  15 -
tools/libs/guest/xg_dom_decompress_unsafe.c   |  48 ---
tools/libs/guest/xg_dom_decompress_unsafe.h   |  28 --
.../guest/xg_dom_decompress_unsafe_bzip2.c    |  14 -
.../libs/guest/xg_dom_decompress_unsafe_lz4.c |  39 ---
.../guest/xg_dom_decompress_unsafe_lzma.c     |  14 -
.../guest/xg_dom_decompress_unsafe_lzo1x.c    |  44 ---
.../libs/guest/xg_dom_decompress_unsafe_xz.c  |  46 ---
.../guest/xg_dom_decompress_unsafe_zstd.c     |  44 ---
18 files changed, 7 insertions(+), 699 deletions(-)
delete mode 100644 stubdom/libpci.config.h
delete mode 100644 stubdom/libpci.config.mak
delete mode 100644 stubdom/pciutils.patch
delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe.c
delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe.h
delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe_bzip2.c
delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe_lz4.c
delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe_lzma.c
delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe_lzo1x.c
delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe_xz.c
delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe_zstd.c
[PATCH v3 0/4] stubdom: remove building unused libraries
Posted by Juergen Gross 2 days, 10 hours ago
Pciutils and zlib are no longer used by any stubdom since removal of
grub-pv, so they can be removed from the stubdom build system.

Changes in V2:
- removed patch 1 of V1 as already applied
- added new patch 1 from another series which was not yet applied
- switched sequence of patches (swapped patch 2 and 3), as the drop
  of pciutils is still under discussion

Changes in V3:
- undo the patch swap of V2 due to patch dependencies
- add comment in patch 2 pointing at upstream pciutils

Juergen Gross (4):
  tools/libxenguest: remove Mini-OS specific parts
  stubdom: remove pciutils
  stubdom: remove build of zlib
  CHANGELOG: add removal of grub-pv

 CHANGELOG.md                                  |   2 +
 config/Stubdom.mk.in                          |   6 -
 stubdom/.gitignore                            |   2 -
 stubdom/Makefile                              |  56 +---
 stubdom/configure                             |  36 ---
 stubdom/configure.ac                          |   2 -
 stubdom/libpci.config.h                       |   5 -
 stubdom/libpci.config.mak                     |   7 -
 stubdom/pciutils.patch                        | 298 ------------------
 tools/libs/guest/Makefile.common              |  15 -
 tools/libs/guest/xg_dom_decompress_unsafe.c   |  48 ---
 tools/libs/guest/xg_dom_decompress_unsafe.h   |  28 --
 .../guest/xg_dom_decompress_unsafe_bzip2.c    |  14 -
 .../libs/guest/xg_dom_decompress_unsafe_lz4.c |  39 ---
 .../guest/xg_dom_decompress_unsafe_lzma.c     |  14 -
 .../guest/xg_dom_decompress_unsafe_lzo1x.c    |  44 ---
 .../libs/guest/xg_dom_decompress_unsafe_xz.c  |  46 ---
 .../guest/xg_dom_decompress_unsafe_zstd.c     |  44 ---
 18 files changed, 7 insertions(+), 699 deletions(-)
 delete mode 100644 stubdom/libpci.config.h
 delete mode 100644 stubdom/libpci.config.mak
 delete mode 100644 stubdom/pciutils.patch
 delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe.c
 delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe.h
 delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe_bzip2.c
 delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe_lz4.c
 delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe_lzma.c
 delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe_lzo1x.c
 delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe_xz.c
 delete mode 100644 tools/libs/guest/xg_dom_decompress_unsafe_zstd.c

-- 
2.55.0