]> git.ipfire.org Git - thirdparty/grub.git/commit
tests/ahci: Change "ide-drive" deprecated QEMU device name to "ide-hd"
authorMarius Bakke <marius@gnu.org>
Sun, 13 Jun 2021 13:11:51 +0000 (15:11 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 22 Jul 2021 13:24:12 +0000 (15:24 +0200)
commitaaea244a6ddd1e35aed60a5c7a08ddc41f51805b
treec80e4d893b8391925eee71a6741ba5595ac448b4
parent7fd5feff97c4b1f446f8fcf6d37aca0c64e7c763
tests/ahci: Change "ide-drive" deprecated QEMU device name to "ide-hd"

The "ide-drive" device was removed in QEMU 6.0. The "ide-hd" has been
available for more than 10 years now in QEMU. Thus there shouldn't be
any need for backwards compatible names.

Signed-off-by: Marius Bakke <marius@gnu.org>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
tests/ahci_test.in