Ping?
On 08.04.25 14:35, Juergen Gross wrote:
> Remove the qemu-traditional support. This includes the Mini-OS
> based ioemu-stubdom.
>
> Don't remove ROMBIOS for now, as it can be used with qemu (XenServer
> is doing that).
>
> After adding the series a run of autoconf should be done.
>
> Changes in V2:
> - addressed comments
>
> Juergen Gross (6):
> SUPPORT.md: make Linux based stubdom fully supported
> docs: remove qemu-traditional support from documentation
> tools: remove support for running a guest with qemu-traditional
> tools: remove qemu-traditional
> stubdom: remove ancient stubdom-dm script
> build: don't require full tools build for building stubdoms
>
> .gitignore | 3 -
> CHANGELOG.md | 2 +
> Config.mk | 24 --
> INSTALL | 12 -
> MAINTAINERS | 4 -
> Makefile | 2 +-
> README | 2 +-
> SUPPORT.md | 21 +-
> config/Tools.mk.in | 1 -
> docs/man/xl-pci-configuration.5.pod | 4 +-
> docs/man/xl.cfg.5.pod.in | 46 +--
> docs/misc/stubdom.txt | 52 ---
> docs/misc/xenstore-paths.pandoc | 3 +-
> docs/process/branching-checklist.txt | 4 -
> docs/process/release-technician-checklist.txt | 3 -
> docs/process/xen-release-management.pandoc | 2 +-
> stubdom/Makefile | 84 +----
> stubdom/configure | 89 -----
> stubdom/configure.ac | 15 -
> stubdom/ioemu-minios.cfg | 6 -
> stubdom/stubdom-dm | 182 ----------
> tools/Makefile | 58 ----
> tools/Rules.mk | 3 -
> tools/config.h.in | 3 -
> tools/configure | 42 +--
> tools/configure.ac | 21 +-
> tools/firmware/hvmloader/pci.c | 19 +-
> tools/firmware/hvmloader/util.c | 9 +-
> tools/golang/xenlight/types.gen.go | 1 -
> tools/libacpi/mk_dsdt.c | 177 ++--------
> tools/libs/light/libxl_create.c | 60 +---
> tools/libs/light/libxl_disk.c | 7 -
> tools/libs/light/libxl_dm.c | 320 +-----------------
> tools/libs/light/libxl_dom.c | 10 -
> tools/libs/light/libxl_dom_save.c | 140 --------
> tools/libs/light/libxl_dom_suspend.c | 65 ----
> tools/libs/light/libxl_domain.c | 15 -
> tools/libs/light/libxl_internal.c | 6 +-
> tools/libs/light/libxl_internal.h | 5 +-
> tools/libs/light/libxl_pci.c | 183 ----------
> tools/libs/light/libxl_stream_write.c | 4 -
> tools/libs/light/libxl_types.idl | 1 -
> tools/python/xen/migration/libxl.py | 2 -
> tools/xl/xl_parse.c | 5 +-
> 44 files changed, 81 insertions(+), 1636 deletions(-)
> delete mode 100644 stubdom/ioemu-minios.cfg
> delete mode 100644 stubdom/stubdom-dm
>