Re: How to use Virtio GPU on FreeBSD as guest OS.

2024-05-02 Thread Mario Marietto
What I find strange is that this configuration works on Windows 11 to virtualize FreeBSD using -device vmware-svga : I:\OS\vms\qemu\qemu-system-x86_64w.exe -accel whpx -machine q35 -cpu kvm64,hv_relaxed,hv_time,hv_synic -m 8G -device vmware-svga,id=video0,vgamem_mb=16,bus=pcie.0,addr=0x1

How to use Virtio GPU on FreeBSD as guest OS.

2024-04-27 Thread Mario Marietto
Hello. I've virtualized FreeBSD 14 on Windows 11 with qemu using the Hyper-V as a hypervisor. The parameters that I've used to launch the vm are the following ones : qemu-system-x86_64w.exe -accel whpx -machine q35 \ -cpu kvm64,hv_relaxed,hv_time,hv_synic -m 8G -vga virtio \ -display gtk,gl=on