Howdy,
I'm having some trouble with qemu and it's console for the vm. This was working fine and then along came the later versions of the 5.10 kernels. The "new" behavior makes a console that is about 75% bigger than the physical monitor. It's effectively unusable.
I'm not saying it's the kernel, just showing a time frame.
I AM new to qemu and have not seen anything that allows me to set the geometry of the VM console.
I would GREATLY appreciate any/all hints/tips/suggestions/ideas.
Best regards and STAY SAFE.
George...
Here is the script I use to start qemu.
qemu-system-x86_64 \
-name fc34v \
-cdrom /isos/Fedora-Everything-netinst-x86_64-Rawhide-20210122.n.0.iso \
-cpu host \
-enable-kvm \
-m 2g \
-smp 2 \
-drive file=/export/home/var-lib-libvirt-images/fc34-bt.img,format=raw \
-trace file=/root/qemu-trace-events \
-boot menu=on,reboot-timeout=15