Skip to content

Commit

Permalink
test script discon
Browse files Browse the repository at this point in the history
Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Dec 20, 2024
1 parent d5cbcd8 commit 411f3ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test_discon.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env bash

set -euo pipefail

./build.sh
./build/qemu-system-aarch64 -M virt\
-plugin ./build/tests/tcg/plugins/libdiscons.so,abort=on\
-m 8G -device virtio-blk-pci,drive=root \
-drive if=none,id=root,file=/home/user/.work/images/debianaarch64.img \
-M virt -cpu max,pauth=off \
-drive if=pflash,readonly=on,file=/usr/share/AAVMF/AAVMF_CODE.fd \
-drive if=pflash,file=/home/user/.work/images/AAVMF_VARS.fd \
-d plugin,in_asm,op -D crash.log -display none

0 comments on commit 411f3ec

Please sign in to comment.