Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <dcassany@suse.com>
  • Loading branch information
davidcassany committed Mar 21, 2024
1 parent bdc94a5 commit 3fc254c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/run_vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ TESTS_PATH=$(realpath -s "${SCRIPTS_PATH}/../tests")
: "${ELMNTL_DISPLAY:=none}"
: "${ELMNTL_ACCEL:=kvm}"
: "${ELMNTL_TARGETARCH:=$(uname -p)}"
: "${ELMNTL_MACHINETYPE:=q35}"
: "${ELMNTL_CPU:=max}"
: "${ELMNTL_MACHINETYPE:=ubuntu-q35}"
: "${ELMNTL_DEBUG:=no}"

qemu-system-x86_64 -machine help

function _abort {
echo "$@" && exit 1
}
Expand Down

0 comments on commit 3fc254c

Please sign in to comment.