$ brew install qemu
Warning: qemu 9.1.1 is already installed and up-to-date.
$ qemu-system-avr -version
QEMU emulator version 9.1.1
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers
$ qemu-system-avr -machine 2009 -cpu help
Available CPUs:
avr5
avr51
avr6
$ qemu-system-a
Hello,
I need to launch a VM from command line with qemu-system-x86_64 , and
guest has Debian GNU/Linux (Stable/12) installed with GRUB boot manager
on guest disk image.
To keep non-graphic mode display (curses), I currently add these guest
boot parameters:
gfxpayload=text nomodeset
I didn't