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 8624095 commit d7d3313
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test_discon.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/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 d7d3313

Please sign in to comment.