From: Rob Landley <rob@landley.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] What is qemu-system-ppcemb for?
Date: Tue, 23 Feb 2010 15:37:16 -0600 [thread overview]
Message-ID: <201002231537.17014.rob@landley.net> (raw)
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
next reply other threads:[~2010-02-23 22:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-23 21:37 Rob Landley [this message]
2010-02-23 22:30 ` [Qemu-devel] What is qemu-system-ppcemb for? Nathan Froyd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201002231537.17014.rob@landley.net \
--to=rob@landley.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.