kumquat-buildroot/board/qemu
James Knight 16c497e0a6 board/qemu/start-qemu.sh.in: rework argument handling
Provides the ability to forward command line options directly to QEMU.
When invoking `start-qemu.sh`, users can forward arguments by adding a
double dash (`--`) into the argument set, and any trailing arguments
will be forwarded into QEMU. For example, `start-qemu.sh -- --help`.

The original implementation supported a "serial-only" command line
argument to help run in a non-graphical mode for some use cases. These
changes try to promote a newly added `--serial-only` argument to drive
this mode; that being said, a `serial-only` argument will still be
accepted for backwards compatibility.

Signed-off-by: James Knight <james.d.knight@live.com>
[yann.morin.1998@free.fr:
  - drop the warning: unknown options cause 'exit 1' already, and any
    leftover is explicitly for qemu.
  - use false/true instead of 0/1
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-04-10 23:16:56 +02:00
..
aarch64-ebbr configs/qemu_aarch64_ebbr: bump linux to 6.1.12 and u-boot to 2023.01 2023-02-21 09:38:48 +01:00
aarch64-sbsa support/testing: move the kernel config only used by test_edk2.py 2023-03-12 10:08:43 +01:00
aarch64-virt
arm-ebbr
arm-versatile
arm-vexpress
arm-vexpress-tz
m68k-mcf5208
m68k-q800
microblazebe-mmu
microblazeel-mmu
mips32r2-malta
mips32r2el-malta
mips32r6-malta
mips32r6el-malta
mips64-malta
mips64el-malta
mips64r6-malta
mips64r6el-malta
nios2-10m50
or1k
ppc64-e5500
ppc64-pseries
ppc64le-powernv8
ppc64le-pseries
ppc-bamboo
ppc-e500mc
ppc-g3beige
ppc-mac99
ppc-mpc8544ds
riscv32-virt
riscv64-virt
s390x
sh4-r2d
sh4eb-r2d
sparc64-sun4u
sparc-ss10
x86
x86_64
xtensa-lx60
post-image.sh board/qemu: fix shellcheck in post-image script 2023-04-10 23:16:55 +02:00
start-qemu.sh.in board/qemu/start-qemu.sh.in: rework argument handling 2023-04-10 23:16:56 +02:00