Skip to main content

All Questions

Tagged with
0 votes
0 answers
11 views

Understanding the flash translation layer - SSD emulation

Can anyone suggest me a blog/article on how to get an NVMe simulation environment up and running? I'm basically looking at using NVMe as an emulated device in Qemu and tracing the read, write and stat ...
Skegg's user avatar
  • 121
0 votes
1 answer
244 views

how to boot QEMU from a cloned USB stick

Configuration: MacOS arm64 M1 Apple Silicon as host Live USB with Ubuntu 20.04 amd64 within a squashfs filesystem as guest QEMU emulator on the host OS I want to strip the OS out the squashfs and ...
Steve-no-Jobs's user avatar
-1 votes
1 answer
64 views

I am trying to emulate a board which has a OLED display, but can't see anything. Can you tell me if there is something important I am not considering? [closed]

I am just a newbie that is trying to learn. I can't see anything in the OLED display (ssd0303). I am just using this demo: https://www.freertos.org/portlm3s811keil.html as you can see it says that: ...
Allexj's user avatar
  • 265
1 vote
0 answers
226 views

SELinux policy for Android emulator

The Google Android emulator requires execheap permissions, otherwise it segfaults when SElinux is in enforcing mode. For those who are not familiar with the Android emulator: It uses a forked version ...
a.ilchinger's user avatar
0 votes
1 answer
97 views

Load kernel modulebusing qemu

I have a kernel module (ko) file that is designed for the aarch64 architecture. I'm currently attempting to use qemu on a non-aarch64 system to utilize this aarch64 kernel module for mounting a ...
Polo1990's user avatar
0 votes
0 answers
196 views

Fedora Incorrect Login when installing vm through qemu

I am trying to boot fedora vm on Linux Test Pc from qemu. It actually shows the temporary password for first login. But when I try that password it is saying Login is Incorrect. I don't know why the ...
PODILI CHAITANYA AKHIL KUMAR's user avatar
2 votes
3 answers
4k views

Emulate x86 on rasbian

I want to run a Starbound server on my Raspberry Pi running rasbian. The server is built to run on an x86 architecture, so my goal is to emulate an x86 architecture to run the server. Edit: box86 does ...
lblenner's user avatar
  • 131
1 vote
1 answer
219 views

DNS issues running ARM docker container using qemu on x86

I am trying to run an arm docker container on my x86 machine with the goal to eventually compile an application in a CI build. To my surprise it started out quite promising. I set up qemu-arm-static ...
mmoufou's user avatar
  • 13
0 votes
1 answer
450 views

Raspberry Pi QEMU stuck on emergency mode

so I've been trying to boot up a raspberry pi using qemu but after I put start.bat in and let qemu work for a bit it says It won't let me enter My start.bat file has qemu-system-arm -kernel kernel-...
Kai's user avatar
  • 1
1 vote
0 answers
1k views

Guest has not initialized the display (yet)

I'm trying to emulate a raspberry pi using an x86 system and qemu. I'm trying to launch it like: $ qemu-system-arm -kernel ~/Downloads/kernel-qemu-4.19.50-buster -cpu arm1176 -m 256 -M versatilepb -...
stdcerr's user avatar
  • 2,079
0 votes
1 answer
132 views

Ubuntu 16.04: How to get libx86emu x86emu-demo to work?

Does anyone know how to get libx86emu x86emu-demo to work? https://github.com/wfeldt/libx86emu Test.bin 00000000 55 8B EC 51 C7 45 FC 00 00 00 00 8B 45 FC 50 E8 00000010 09 00 00 00 83 C4 04 33 ...
polcott's user avatar
  • 119
3 votes
0 answers
678 views

Cross-arch Docker container will stop emulation

I'm trying to build a portable cross-arch Docker container using QEMU. However, depending on the host system and the programs installed on the host the container behaves differently. Running the ...
Areopag's user avatar
  • 31
1 vote
1 answer
648 views

Transparent x86 emulation using QEMU on Raspbian

I'm trying to setup transparent x86 emulation on Raspbian according to this tutorial: https://wiki.debian.org/QemuUserEmulation. The issue is that after enabling multiarch and running sudo apt-get ...
AdamK's user avatar
  • 13
3 votes
1 answer
2k views

Behavior of QEMU as hypervisor

According to official QEMU documentation: When used as a virtualizer, QEMU achieves near native performance by executing the guest code directly on the host CPU. My question is how is this ...
pkaramol's user avatar
  • 2,879
5 votes
2 answers
4k views

Ways to run old programs made for IRIX on MIPS?

I have a small collection of old, custom programs for IRIX on SGI MIPS, some of which I need to run for work related reasons because there are no modern alternatives available and we need to access ...
12345's user avatar
  • 53

15 30 50 per page