qemu icon indicating copy to clipboard operation
qemu copied to clipboard

Xilinx's fork of Quick EMUlator (QEMU) with improved support and modelling for the Xilinx platforms.

Results 45 qemu issues
Sort by recently updated
recently updated
newest added

I'm trying to enable virtfs in qemu-xilinx that's included in the yocto-xilinx. I'm using more or less the same procedure as I did in Poky. I was able to get...

Hello all, I have followed the steps in the wiki: https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/822312999/Building+and+Running+QEMU+from+Source+Code `../configure --target-list="aarch64-softmmu,microblazeel-softmmu" --enable-fdt --disable-kvm --disable-xen --enable-gcrypt` However when I try to run the commands given by PetaLinux: qemu-system-aarch64 -M...

In i2c driver, I use below code to push DATA fifo: for (int i = 0; i < 14; i++) REG_DATA = data; I want the size of the FIFO...

_Initially reported at https://gitlab.com/qemu-project/qemu/-/issues/1245 but closed there as fork-dependent._ Also reported to GDB at https://sourceware.org/bugzilla/show_bug.cgi?id=29675 ## Environment I am running qemu-system-xilinx-aarch64 on Debian, as part of the Zephyr SDK version...

Hello, I would like to use your work of cosimulation QEMUSystemC on latest QEMU release. But it's seems quite difficult to rebase from QEMU master. This commit is a small...