Mj Embd <mj.e...@gmail.com> writes: > Is it possible to run Qemu bare metal , after u-boot like linux is > loaded from u-boot? > Like running qemu from u-boot bootm command? > > - Reset | Uboot | Qemu > > Usually qemu runs on host os, so there would be some dependencies, how > to find what all dependencies are there?
Qemu depends on a lot of the host OS. Everything from memory allocation to filesystem to networking. The closest thing to running it on bare metal is running it on Linux (with a minimalist userspace). Quite simply, Qemu isn't an operating system, it leaves that job to an operating system and focuses on the bits needed to make the machine look like another (native guests or full emu).