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
Juergen Gross (4):
tools/libxenguest: remove Mini-OS specific parts
stubdom: remove build of zlib
stubdom: remove pciutils
CHANGELOG: add removal of grub-pv
CHANGELOG.md | 2 +
config/Stubdom.mk.in | 6 -
stubdom/.gitignore | 2 -
stubdom/Makefile | 53 +---
stubdom/configure | 31 --
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, 3 insertions(+), 695 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