]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: add multi boot device support on s390x
authorBoris Fiuczynski <fiuczy@linux.ibm.com>
Wed, 6 Nov 2024 07:51:03 +0000 (08:51 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 11 Nov 2024 09:15:06 +0000 (10:15 +0100)
commitbf0308b2d4d80198f5626fed89d6ffa7cdb86be4
treef2a274294f92fc21c09dd3336d0defeebaa613b5
parent48fd995f3b779ac6a76fbd54b34c5b4ee0a454c4
qemu: command: add multi boot device support on s390x

If QEMU supports multi boot device make use of it instead of using the
single boot device machine parameter.

Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
16 files changed:
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_hotplug.c
tests/qemuxmlconfdata/machine-loadparm-hostdev.s390x-9.1.0.args [new file with mode: 0644]
tests/qemuxmlconfdata/machine-loadparm-hostdev.s390x-9.1.0.xml [new file with mode: 0644]
tests/qemuxmlconfdata/machine-loadparm-hostdev.s390x-latest.args
tests/qemuxmlconfdata/machine-loadparm-multiple-disks-nets-s390.s390x-9.1.0.args [new file with mode: 0644]
tests/qemuxmlconfdata/machine-loadparm-multiple-disks-nets-s390.s390x-9.1.0.xml [new file with mode: 0644]
tests/qemuxmlconfdata/machine-loadparm-multiple-disks-nets-s390.s390x-latest.args
tests/qemuxmlconfdata/machine-loadparm-net-s390.s390x-9.1.0.args [new file with mode: 0644]
tests/qemuxmlconfdata/machine-loadparm-net-s390.s390x-9.1.0.xml [new file with mode: 0644]
tests/qemuxmlconfdata/machine-loadparm-net-s390.s390x-latest.args
tests/qemuxmlconfdata/machine-loadparm-s390.s390x-9.1.0.args [new file with mode: 0644]
tests/qemuxmlconfdata/machine-loadparm-s390.s390x-9.1.0.xml [new file with mode: 0644]
tests/qemuxmlconfdata/machine-loadparm-s390.s390x-latest.args
tests/qemuxmlconftest.c