]> git.ipfire.org Git - thirdparty/grub.git/commit
tests: Boot PowerPC using PMU instead of CUDA for power management
authorGlenn Washburn <development@efficientek.com>
Tue, 12 Oct 2021 07:29:50 +0000 (18:29 +1100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 25 Oct 2021 14:23:34 +0000 (16:23 +0200)
commitad59a3519a71077735cd1eebb9380dce44062fd0
tree1db4189bd208764d5bb1b7c453bb064067d3f082
parentc39f27cd678d61e8e84c1386695a33575c9ded44
tests: Boot PowerPC using PMU instead of CUDA for power management

A recent refactoring of CUDA command code has exposed a bug in OpenBIOS [1]
which was causing system powerdown and system reset to fail, thus causing
the QEMU instance to hang. This in turn caused the grub-shell command to
timeout causing it to return an error code when the test actually completed
successfully.

Since it could be a while before the patch fixing this issue in OpenBIOS
filters down to the average distro, switch to PMU to allow powerdowns and
reboots to work as expected.

[1] https://gitlab.com/qemu-project/qemu/-/issues/624

Signed-off-by: Glenn Washburn <development@efficientek.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
tests/util/grub-shell.in