qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Qemu Bare metal Query
@ 2014-02-05  7:00 Mj Embd
  2014-02-07  0:17 ` Stewart Smith
  0 siblings, 1 reply; 2+ messages in thread
From: Mj Embd @ 2014-02-05  7:00 UTC (permalink / raw)
  To: qemu-devel

Hi Qemu Folks,

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?

Thanks
-- 
-mj

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] Qemu Bare metal Query
  2014-02-05  7:00 [Qemu-devel] Qemu Bare metal Query Mj Embd
@ 2014-02-07  0:17 ` Stewart Smith
  0 siblings, 0 replies; 2+ messages in thread
From: Stewart Smith @ 2014-02-07  0:17 UTC (permalink / raw)
  To: Mj Embd, qemu-devel

Mj Embd <mj.embd@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).

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-07  0:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05  7:00 [Qemu-devel] Qemu Bare metal Query Mj Embd
2014-02-07  0:17 ` Stewart Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).