qemu
qemu copied to clipboard
Xilinx's fork of Quick EMUlator (QEMU) with improved support and modelling for the Xilinx platforms.
[https://github.com/Xilinx/qemu/issues/61](url) #61 Hello,Edgar and Asif, Your discussion is very interesting, I am also trying to build a QNX os on qemu recently, I tried Asif's method, as shown below: ```qemu-system-aarch64...
Hello All, I am working on the networking between my host OS linux and guest OS QNX(Running on top of qemu). I have an interface xzynq0 in my guest OS...
Hi, Please consider if it's feasible to add SRIOV support (https://github.com/qemu/qemu/commits/master/hw/pci/pcie_sriov.c) to remote-port. Thanks, Jason
Hello, How can we build xilinx version of QEMU for windows10. Is there any documentation available to build qemu for windows10 ? Thanks
On our Ubuntu-20.04-LTS system we facing below error while building the code. `ERROR: glib-2.22 gthread-2.0 is required to compile QEMU'` We already have installed the following `libglib2.0-dev` and `libpixman-1-dev` packages....
when I excute below cmd, I got the "qemu-system-aarch64: -sd /dev/sde: Could not open '/dev/sde': No such file or directory" so I dont know how to solve it. thank you...
Hello, I am facing an issue while setting up QNX OS in QEMU. Everything is fine in the first boot and from the second boot onwards var and etc filesystem...
i want using kvm in qemu-system-aarch64. when i set enable-kvm, a problem is raise: qemu-system-aarch64: /qemu/exec.c:936: cpu_address_space_init: Assertion `asidx == 0 || !kvm_enabled()' failed i do not understand this assert()...
Hi, Is it possible to only utilize remote-port in xilinx-qemu, but using a standard ARM machine like "virt"? What I want is just using my own kernel and filesystem, but...
As reported in #40, I have installed most of the dependencies below. I am still getting this error. ``` sudo apt install libglib2.0-dev libgcrypt20-dev zlib1g-dev autoconf automake libtool bison flex...