avr5 not found in qemu-avr 9.1.1 on macOS

2024-11-16 Thread Iris Artin
$ 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-avr -machine 2009 -cpu avr5
qemu-system-avr: unable to find CPU model 'avr5'

What am I missing? Thanks!



Curses boot on+for Debian GNU/Linux

2024-11-16 Thread Narcis Garcia

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 find any other effective parameters combination on Linux 6.1 
that respects text-mode-only boot and continues to boot guest OS.


I ask for some other parameter to replace "nomodeset", that produces 
other undesired side-effects on guest session.

Does somebody know?

Thank you.

--
Narcis Garcia