qemu

  1. 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...
  2. 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...
  3. 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 ...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. rigoletto@

    emulation/qemu: "kvm" accelerator not found.

    Hi! I am trying to get emulators/qemu running but when I try to use it: "kvm" accelerator not found. No accelerator found! Also tried emulators/qemu-devel, same thing. Both built from ports with default OPTION. PS. Following the WIKI and I could not find kqemu. Probably merged, I guess...
  11. M

    Raspberry Pi 3 and poudriere

    Hello. I have an existing poudriere environment which I successfully use to build a set of ports for my RPi2s. I am trying my first pass at building the same set of ports for an RPi3. I have created my RPi3 jail with the following command: poudriere jail -c -x -j rpi3v12 -m svn -a...
  12. Martin Garcia

    FreeBSD performance on KVM

    Hello there, I'm pretty new to FreeBSD, but quite experienced on Linux. I was looking for FreeBSD performance over KVM over CentOS7. I've installed successfully FreeBSD11 with virtio drivers for network and storage without any issue. The filesystem selected is ZFS with lz4. However I can't find...
  13. graemeg

    VirtualBox with USB2 and USB3 support

    Ever since I switched to FreeBSD I noticed that Oracle doesn't support FreeBSD when it comes to the VirtualBox Extension Pack. I'm not a C/C++ developer, but was wondering... Can one develop an open source virtualbox extension pack - or is that only something Oracle can do? The reason I'm asking...
  14. N

    Solved FreeBSD 10.3 VM - Installation on Openstack

    Hi, I am trying to install FreeBSD 10.3 VM on openstack(ice house), I converted the VMDK to raw image and create the glance image. 1) The image boots perfectly but when I reboot the VM , VM halts at following message hpt27xx: no controller detected. hptrr: no controller detected. hptnr: no...
  15. L

    Physical or emulated hardware casing FreeBSD to not boot?

    Hello FreeBSD world, Please pardon my ignorance and anything crass I might have typed out, but I cannot seem to get FreeBSD (11 and 10.3) to boot past the 'Booting...' text from either the ISO or the QCOW2 image file for QEMU/KVM (yes I extracted it first) using QEMU/KVM. I ran checksums on...
  16. johalun

    Status of qemu-kmod?

    Hi! I'm running 11-CURRENT AMD64 with QEMU installed using pkg. Qemu runs fine using qemu-system-x86_46. There is also a kernel module called qemu (or was it kqemu?). I can load it with kldload but how can I tell if it is being used? Do I need to specify any command line parameter...
Back
Top