[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Adjust deprecated QEMU device name.
From: |
Marius Bakke |
Subject: |
[PATCH] Adjust deprecated QEMU device name. |
Date: |
Sun, 13 Jun 2021 15:11:51 +0200 |
The 'ide-drive' device was removed in QEMU 6.0.
* tests/ahci_test.in (outfile): s/ide-drive/ide-hd/
---
tests/ahci_test.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ahci_test.in b/tests/ahci_test.in
index 7df560462..d844fe680 100644
--- a/tests/ahci_test.in
+++ b/tests/ahci_test.in
@@ -41,7 +41,7 @@ echo "hello" > "$outfile"
tar cf "$imgfile" "$outfile"
-if [ "$(echo "nativedisk; source '(ahci0)/$outfile';" | "${grubshell}"
--qemu-opts="-drive id=disk,file=$imgfile,if=none -device ahci,id=ahci -device
ide-drive,drive=disk,bus=ahci.0 " | tail -n 1)" != "Hello World" ]; then
+if [ "$(echo "nativedisk; source '(ahci0)/$outfile';" | "${grubshell}"
--qemu-opts="-drive id=disk,file=$imgfile,if=none -device ahci,id=ahci -device
ide-hd,drive=disk,bus=ahci.0 " | tail -n 1)" != "Hello World" ]; then
rm "$imgfile"
rm "$outfile"
exit 1
--
2.31.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] Adjust deprecated QEMU device name.,
Marius Bakke <=