qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] What is qemu-system-ppcemb for?
@ 2010-02-23 21:37 Rob Landley
  2010-02-23 22:30 ` Nathan Froyd
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Landley @ 2010-02-23 21:37 UTC (permalink / raw)
  To: qemu-devel

The qemu-system-ppcemb binary has the same -M and -cpu options as qemu-system-
ppc.  The default-configs/*.mak files are identical for ppc-softmmu.mak and 
ppcemb-softmmu.mak.  The ppc-softmmu/config-target.mak matches the one in 
ppcemb-softmmu.  The "config-target.mak" files differ, but just in the names.

I looked at the source code and hw/ppc.c shows "Embedded PowerPC timers" for 
things like cpu_4xx_fit_cb(), but those seem to be used by the standard qemu-
system-ppc...

So far the only actual difference I've tracked down is that  target-ppc/cpu.h 
is setting TARGET_PAGE_BITS to 10 (for 1k pages) instead of 12 (4k pages)... 
except it's not doing that for CONFIG_USER_ONLY...?  (For KVM, it's assuming a 
ppc4xx CPU by default, but I'm not using kvm.)

I tried booting my ppc image with qemu-system-ppcemb instead and it hung, so 
something's different.  Presumably that page size thing...

Has anybody actually used ppcemb for anything?  Is there a Linux config or it?  
I've been building a powerpc4xx system image, but booting it under g3beige 
because last I checked qemu doesn't emulate a 4xx processor?  (It has a bamboo 
board, but only lets you use it under kvm...)

Confused,

Rob 
-- 
Latency is more important than throughput. It's that simple. - Linus Torvalds

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

end of thread, other threads:[~2010-02-23 22:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-23 21:37 [Qemu-devel] What is qemu-system-ppcemb for? Rob Landley
2010-02-23 22:30 ` Nathan Froyd

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).