[PATCH 0/6] remove qemu-traditional

Juergen Gross posted 6 patches 7 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20250326160442.19706-1-jgross@suse.com
There is a newer version of this series
.gitignore                                    |   3 -
CHANGELOG.md                                  |   2 +
Config.mk                                     |  24 --
INSTALL                                       |  12 -
MAINTAINERS                                   |   4 -
Makefile                                      |   2 +-
README                                        |   2 +-
SUPPORT.md                                    |  18 +-
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               |   2 +-
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                             |  90 -----
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                               |  40 +--
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, 74 insertions(+), 1638 deletions(-)
delete mode 100644 stubdom/ioemu-minios.cfg
delete mode 100644 stubdom/stubdom-dm
[PATCH 0/6] remove qemu-traditional
Posted by Juergen Gross 7 months, 1 week ago
Remove the qemu-traditional support. This includes the Mini-OS
based ioemu-stubdom.

I _think_ rombios support could be removed, too, but this can be
done in a second step.

After adding the series a run of autoconf should be done.

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                                    |  18 +-
 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               |   2 +-
 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                             |  90 -----
 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                               |  40 +--
 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, 74 insertions(+), 1638 deletions(-)
 delete mode 100644 stubdom/ioemu-minios.cfg
 delete mode 100644 stubdom/stubdom-dm

-- 
2.43.0
Re: [PATCH 0/6] remove qemu-traditional
Posted by Andrew Cooper 7 months, 1 week ago
On 26/03/2025 4:04 pm, Juergen Gross wrote:
> Remove the qemu-traditional support. This includes the Mini-OS
> based ioemu-stubdom.
>
> I _think_ rombios support could be removed, too, but this can be
> done in a second step.

XenServer is still using RomBIOS, because qemu-trad and qemu-xen were
not inter-operable and we needed Windows not to go a shade of blue. 
Therefore I'd prefer if this could stay in it's off-by-default form,
rather than carrying a revert.

~Andrew

Re: [PATCH 0/6] remove qemu-traditional
Posted by Jan Beulich 7 months, 1 week ago
On 26.03.2025 17:10, Andrew Cooper wrote:
> On 26/03/2025 4:04 pm, Juergen Gross wrote:
>> Remove the qemu-traditional support. This includes the Mini-OS
>> based ioemu-stubdom.
>>
>> I _think_ rombios support could be removed, too, but this can be
>> done in a second step.
> 
> XenServer is still using RomBIOS, because qemu-trad and qemu-xen were
> not inter-operable and we needed Windows not to go a shade of blue. 
> Therefore I'd prefer if this could stay in it's off-by-default form,
> rather than carrying a revert.

Oh, so qemuu can actually use it?

Jan