qemu

  1. MG

    Qemu 11 / Python311, lost dependency list

    While trying to build Qemu 11.0 on a custtom FreeBSD 15.0 system wit X.org, I'm entering a dependency maze of python311-based ports.. Several of these: py-setuptools-scm py-pip py-fur py-furo py-accessible-pygments py-hatch-vcs py-hatch-fancy-pypi-readme The ports system somehow doesn't...
  2. MG

    Qemu 11 build errors

    While trying to build qemu 11 for the 1st time:Extension error: Could not import extension sphinx.builders.linkcheck (exception: No module named 'urllib3') ../docs/meson.build:39:6: ERROR: Problem encountered: Install a Python 3 version of python-sphinx and the readthedoc theme A full log can be...
  3. B

    Solved Installing qemu

    After watching a video on installing qemu View: https://www.youtube.com/watch?v=MmVK8_F-kRk I thought I would give it a go.... in the process of running ../configure gmake I end up with Help!
  4. Snake

    Solved Qemu and Raspberry Pi

    Hello, I'm experimenting with Pi-Gen and it's working great. But having to rewrite the SD card every time after making changes isn't ideal. Does anyone have any experience with qemu and Raspberry Pi images? I've already tried something, but it always ends up in a boot loop. My OS: FreeBSD 15 p1...
  5. K

    qemu Automatic resizing of VM window with QEMU/KVM FreeBSD guest

    I am running FreeBSD 14.3 as a guest using virt-manager, QEMU, KVM on a Linux host (Debian 13). The resolution of the VM guest (i.e. FreeBSD) does not automatically resize itself to the size of the host's VM window. I tried to fix that by installing the x11-drivers/xf86-video-qxl package in the...
  6. D

    qemu What a about vmm accel for QEMU

    Hi, I heard about an initiative sponsored by google, some months ago. What is its state of progress ? Do you know ?
  7. ruby R53

    Solved What's up with the VirtIO video driver?

    I've tried FreeBSD on QEMU several times at this point, and in none of them was I ever able to get the graphics to work under my VirtIO VGA/GPU device. I recompiled the kernel (compiled virtio_gpu both as a module and as a built-in) and everything, but no luck. Even checked my QEMU launch script...
  8. O

    qemu Accelerated QEMU is back ? (gsoc 2025)

    Just sharing some first impressions and testing of this work: https://wiki.freebsd.org/SummerOfCode2025Projects/VMMAcceleratorSupportForQEMU As far as I understand, the work is nearing completion and the more people test it, the more chances there are to get it into the upstream. If my memory...
  9. K

    qemu Error: Authorization required, but no authorization protocol specified gtk initialization failed

    Qemu is not allowing me to boot into my configuration. I am following the guide (fbsd qemu virt hb ). doas qemu \ ──(Sat,Sep06)─┘ -monitor none \ -cpu qemu64 \ -vga std \ -m 4096 \ -smp 4 \ -cdrom ISO/deb-arm.iso \ -boot order=cd,menu=on \...
  10. Ulrich

    xf86-video-vmware restriced: ONLY_FOR_ARCHS=amd64

    Can a kind soul please explain the message: vmware gfx protocol is only supported on x86-compatible architectures I tried to build on FreeBSD 14.3 (32 Bit) guest running in qemu (32 Bit) on a Windows 10 (32 Bit) host which I regard as x86-compatible architecture.
  11. lethedata

    qemu Hyperthreaded CPU Pinning

    On a qemu-kvm hypervisor with a hyperthreaded CPU, does matching the VM's core/thread CPU topology to the host's CPU core/thread topology then pinning of the thread pairs improve performance? Basically using sysctl -n kern.sched.topology_spec, I noticed that using host-passthrough caused the...
  12. daemonik

    qemu Xorg and Wayland fail to work on a QEMU virtual machine.

    I've been trying to get a gui running for FreeBSD with QEMU, to no avail. I've asked in the WM forums and the solutions I've been offered from the helpful people there sadly did not work for me, so I'm wondering if it's an issue with QEMU. answers for either X or wayland would be helpful, i've...
  13. F

    Solved FreeBSD vm is really small and I can't change it's resolution (QEMU)

    I'm trying to install FreeBSD into a VM but it's really small and I can figure out how to change its resolution (I know I can fullscreen it but that won't help). I couldn't find anything in the handbook about this, only Virtual Box and VMWare which I don't use. This wouldn't normally be a...
  14. eirannejad

    qemu FreeBSD 14 on QEMU on MBP M2

    Hello all, I have been trying to get xorg display server to work on my freebsd 14, running on qemu (UTM.app), and with virtio_ramfb display attached to it. No matter what xorg configuration I apply, `xinit` either can not find the display or fails on "AddScreen" (using the scfb driver). I am...
  15. C

    qemu FreeBSD on Android

    Hello, I would like to showcase FreeBSD 14.0 aarch64 running on Termux, with XFCE4 too. How did I do this? It is pretty simple. With QEMU, then I start xfce4 session and load QEMU.
  16. B

    Solved /dev/vtcon does not exist when using virtio_console.ko

    Hi there! I am currently quite confused. I try get up qemu-guest-agent on a fresh installed FreeBSD 14.0-RELEASE, but it always fails with the following error message: error opening channel '/dev/vtcon/org.qemu.guest_agent.0': No such file or directory I've followed this guide for setting it...
  17. dummy0

    qemu Mouse cursor not detected on FreeBSD virtual machine on Qemu

    Hey folks, I got a virtual machine of FreeBSD 14 release working on qemu , it has bios , got X server running (had a few problems setting it up) but i can't get the mouse cursor working on it , i am on a laptop if this info matters. Thanks and regards.
  18. startxd

    general/other Is there a compatible virtualization tool for wayland?

    As far as I know, virtualization tools such as qemu, virtual box are unfortunately not compatible with Wayland compositor. I don't want to use X11.
  19. A

    xen Xen Dom0/DomU on FreeBSD 13.2-RELEASE

    Recently installed FB 13.2 on an Intel Nuc10i5. Despite all the warnings not to expect UEFI boot to work, I found evidence of some recent work which lead me to expect it to work. It works. Next, I installed FB 13.2 as a guest, in HVM mode. I am running swaywm in dom0. Love it! I am now...
  20. B

    qemu FreeBSD MIPS Big Endian not booting in qemu

    Hi Forum, i tried the last days to bring up a mips installation of freebsd in qemu. I went with different receipes, but none of them worked. I followed the steps here: https://wiki.freebsd.org/QemuRecipes#mips I also tried different archs like mips64, setting up an image with qemu-image and...
Back
Top