]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add pseries-phb-user-alias
authorAndrea Bolognani <abologna@redhat.com>
Tue, 16 Jan 2024 16:05:07 +0000 (17:05 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 17 Jan 2024 18:18:19 +0000 (19:18 +0100)
commit95032b89d4de2fc5523aca66cab22a086d828352
treecd4c1fa0acaef4537967fa2da58a31420b7c36c8
parent9de7fded51482f79b7b09e2fafbbf5cf98089959
tests: Add pseries-phb-user-alias

This is the same as the existing pseries-phb-simple, except that
each of the controllers is given a user alias. If we tried to
start the resulting guest, we'd get an error:

  Bus 'ua-phb0' not found

This is because, at the QEMU command line level, the default PHB
is not represented and so it can't be given a custom alias. We're
going to address this issue in a follow-up commit.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/pseries-phb-user-alias.ppc64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/pseries-phb-user-alias.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/pseries-phb-user-alias.ppc64-latest.xml [new file with mode: 0644]
tests/qemuxmlconftest.c