1
0
mirror of https://passt.top/passt synced 2024-06-21 02:27:05 +00:00
passt/test/distro
David Gibson c4d8a77512 tests: qemu-system-ppc64le isn't a thing
Several tests run pp64le guests using "qemu-system-ppc64le".  But, at the
system level there's no difference between ppc64 and ppc64le - it's the
same hardware, just placed into different endian modes by OS early boot
code.  Reflecting that, qemu only supplies a single "qemu-system-ppc64".

Some distros alias qemu-system-ppc64le to qemu-system-ppc64 (Debian does),
but it's best not to count on this (Fedora doesn't, for example).

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2022-07-14 01:32:42 +02:00
..
debian tests: qemu-system-ppc64le isn't a thing 2022-07-14 01:32:42 +02:00
fedora Makefile: Use $(BIN) and $(MANPAGES) variable to simplify several targets 2022-06-18 09:06:00 +02:00
opensuse Makefile: Use $(BIN) and $(MANPAGES) variable to simplify several targets 2022-06-18 09:06:00 +02:00
ubuntu tests: qemu-system-ppc64le isn't a thing 2022-07-14 01:32:42 +02:00