Ignoring arm mis-aligned memory access / bus error 7

2024-05-14 Thread Ed W
Hi, I'm trying to use Qemu to assist with a cross-compiler environment. The underlying is using gentoo and musl as the basic toolchain. Very quick version is that I have a arm 32bit chroot running on a powerful AMD Zen2 processor machine, and I'm using user mode emulation to run the binaries. Th

Re: shared memory mechanism other than ivshmem

2024-05-14 Thread Sanjeev Kumar
and forgot to mention. why our VM doesn't support ivshmem because it doesn't have PCI supported. Is there any other shared memory mechanism QEMU which doesn't use the PCI interface? On Tue, May 14, 2024 at 11:28 AM Sanjeev Kumar wrote: > Hi, > is there any other mechanism of shared memory with Q

Re: shared memory mechanism other than ivshmem

2024-05-14 Thread Philippe Mathieu-Daudé
On 14/5/24 12:23, Sanjeev Kumar wrote: and forgot to mention. why our VM doesn't support ivshmem because it doesn't have PCI supported. Is there any other shared memory mechanism QEMU which doesn't use the PCI interface? On Tue, May 14, 2024 at 11:28 AM Sanjeev Kumar