qemu

  1. 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...
  2. 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.
  3. 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.
  4. 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...
  5. 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...
  6. F

    qemu FreeBSD 13.0 guest in Linux with qemu/KVM hangs on poweroff

    I used virt-manager to make a FreeBSD VM inside Arch Linux. It used the i440FX chipset and BIOS (not UEFI). I gave it one processor and 2GB of RAM which is above the minimum requirements. Other than that, I used the default settings that virt-manager uses for FreeBSD machines. Booting worked...
  7. ceteris

    qemu 12.2-RELEASE and QEMU w/ tap networking

    Hello all, I am trying to use QEMU to emulate a x86_64 machine to run OpenBSD 6.9 inside FreeBSD 12.2-RELEASE with two tap interfaces. Hardware is an Intel Xeon E5450, 8GB DDR2, SATA SSD. This CPU doesn't have EPT support so I can't use bhyve and I don't want to use VirtualBox. I would like, if...
  8. ziomario

    qemu I'm not able to configure correctly the network interface of qemu when I try to emulate freebsd for arm64 on my jetson nano.

    Hello. it's again me :) I would like to configure correctly the network interface of qemu because I want to grab the connection to internet while I'm installing freebsd 13 for arm64 on my jetson nano. I tried using several methods,but none worked,so I don't know what could be the problem and Im...
  9. ziomario

    How to disable ACPI today with the lastest release of FreeBSD.

    Hello to everyone. It's again me. I'm trying to understand what are the statement that I should put into the right configuration files to disable totally the acpi,since it seems that it is needed to boot the cdrom with freebsd with qemu and kvm. (for more informations about this,give a look at...
  10. ziomario

    qemu-nbd: Kernel /dev/nbdN support not available

    Hello. I'm trying to emulate FreeBSD for arm64 on my Jetson nano (arm64) using qemu and kvm. This is the script that I'm using : tunctl -t tap0 ifconfig tap0 up brctl addif virbr0 tap0 /opt/qemu-5.2.0/build/aarch64-softmmu/./qemu-system-aarch64 -m 2048M -cpu cortex-a57 -M virt --enable-kvm \...
  11. ziomario

    qemu Mounting from cd9660:/dev/iso9660/13_0_RELEASE_AARCH64_CD failed with error 19.

    Hello. I'm trying to emulate Freebsd for arm64 on my jetson nano (arm64) using qemu and kvm. This is the script that I'm using : tunctl -t tap0 ifconfig tap0 up brctl addif virbr0 tap0 /opt/qemu-5.2.0/build/aarch64-softmmu/./qemu-system-aarch64 -m 2048M -cpu cortex-a57 -M virt --enable-kvm \...
  12. D

    qemu [FreeBSD 12.2] Shared folders

    Hi, I'm to the point to perform some kernel development and I picked up qemu as test and debug support framework. As you may expect, I need to frequently install executables on the guest OS. Nevertheless, qemu's shared folders support is unavailable on FreeBSD (TBC). But, but, I've seen this...
  13. T

    qemu Qemu (kvm) and shared IRQ for dual Network Interfaces

    Edit: link to workaround I have a (to me) strange issue with either the drivers in FreeBSD or my assumptions about PCIe and the PCI hierarchy. Using Qemu, I have the following structure: qemu-system-x86_64 \ -cpu host \ -enable-kvm \ -machine q35,accel=kvm \ -device...
  14. sobrito

    general/other How to emulate FreeBSD on Linux or Windows via Docker?

    Thinking of the environment of continuous integration and continuous delivery and services that already run scripts to automatically deploy, such as Travis, CircleCI and GitHub Workflows for example, it allows you to use a docker image made from a container, to perform actions on the container ...
  15. M

    qemu Speed mismatch when passing USB device to FreeBSD running inside qemu

    I want to pass HD Webcam USB device to the FreeBSD running in qemu. I use following command to start the emulated system: qemu-system-x86_64 -m 2048 \ -hda FreeBSD-12.1-RELEASE-amd64.qcow2 -enable-kvm \ -netdev user,id=mynet0,hostfwd=tcp:127.0.0.1:7722-:22 \ -device...
  16. Q

    Qemu 5 & FreeBSD 12.1 - size mismatch problem

    I've started with FreeBSD (12.1). this is an attempt to learn more about FreeBSD. First I installed qemu (qemu: stable 5.0.0 (bottled)) with homebrew on my macbook pro (mid 2014 - os: Mojave). I used the following commands for the installation: qemu-img create -f qcow2 freebsd.qcow2 40G...
  17. P

    llvm port cannot find python3 on the system

    I am trying to build qemu-devel from source so I go: /usr/ports/emulator/qemu-devel/ # make config-recursive && make -DBATCH install clean it goes on until it fails here: ===> llvm80-8.0.1_3 needs Python 3.6 at least, but 2.7 was specified. *** Error code 1 Stop. make[5]: stopped in...
  18. CrunchBerry

    qemu-aarch64-static 13-Current r346657 amd64 host vm, is it supposed to work? (It does, with caveats, debug guidance appreciated)

    so I've been playing with a raspberry pi 3, and have it running the base system, so I tried moving on to package building with ports-mgmt/poudriere. found out I can't build 13-Head packages on my 12-releng-p3 main OS so stood up a bhyve with 13-Head r346657 . then built a ports-mgmt/poudriere...
  19. Martin Garcia

    Solved Reclaim unused space on a virtual machine on a sparse vm

    Hello, I have this exact issue, https://blogs.oracle.com/solaris/zfs-on-disk-images-reclaiming-unused-space-v2/comment-submitted?cid=57c69e34-f90a-4064-bb6b-30a9375352a4 I have virtual machines (FTP, WEB, MySQL servers) on KVM sometime ago it was filled with some files or sites that are no...
  20. hakayova

    FreeBSD update on KVM/QEMU VM led to inability to boot

    Dear all, This is my first post in this forum, and I am quite new to FreeBSD, so please be gentle with me. I have a FreeBSD 11.2 guest (VM) on a Manjaro Linux host based on KVM/QEMU infrastructure. I use the VM as a CardDAV and CalDAV server for the family, and among all options I tried...
Back
Top