All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: Alexander Graf <agraf@suse.de>
Cc: Scott Wood <scottwood@freescale.com>,
	Liu Yu <yu.liu@freescale.com>,
	QEMU-devel Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 0/5] PPC: Add FSL (e500) MMU emulation
Date: Mon, 2 May 2011 11:14:49 +0200	[thread overview]
Message-ID: <20110502091449.GA7144@edde.se.axis.com> (raw)
In-Reply-To: <1304204100-22973-1-git-send-email-agraf@suse.de>

On Sun, May 01, 2011 at 12:54:55AM +0200, Alexander Graf wrote:
> In a global effort to get rid of KVM-only targets, this is the next
> important piece of the puzzle: e500 emulation :).
> 
> We had support for running an e500 KVM guest for a while now, but the
> code could not be tested without a real e500 machine, because it required
> KVM to work. This patchset adds emulation for the e500 MMU, enabling
> anyone to use the MPC8544DS emulation.
> 
> Edgar, please check that this patch set does not break 440 support.


Hi Alex,

440 support seems OK in sysemulation but I I got the following error when
building linux-user:

% make
make[1]: Nothing to be done for `all'.
  CC    ppc-linux-user/translate.o
cc1: warnings being treated as errors
In file included from /home/edgar/src/c/qemu/git/qemu/target-ppc/translate.c:9160:
/home/edgar/src/c/qemu/git/qemu/target-ppc/translate_init.c: In function 'spr_write_e500_mmucsr0':
/home/edgar/src/c/qemu/git/qemu/target-ppc/translate_init.c:1370: error: implicit declaration of function 'gen_helper_e500_tlbflush'
/home/edgar/src/c/qemu/git/qemu/target-ppc/translate_init.c:1370: error: nested extern declaration of 'gen_helper_e500_tlbflush'
/home/edgar/src/c/qemu/git/qemu/target-ppc/translate_init.c: In function 'spr_write_booke_pid':
/home/edgar/src/c/qemu/git/qemu/target-ppc/translate_init.c:1378: error: implicit declaration of function 'gen_helper_tlbia'
/home/edgar/src/c/qemu/git/qemu/target-ppc/translate_init.c:1378: error: nested extern declaration of 'gen_helper_tlbia'
make[1]: *** [translate.o] Error 1
make: *** [subdir-ppc-linux-user] Error 2


Cheers

      parent reply	other threads:[~2011-05-02  9:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-30 22:54 [Qemu-devel] [PATCH 0/5] PPC: Add FSL (e500) MMU emulation Alexander Graf
2011-04-30 22:54 ` [Qemu-devel] [PATCH 1/5] PPC: Make MPC8544DS obey -cpu switch Alexander Graf
2011-04-30 22:54 ` [Qemu-devel] [PATCH 2/5] PPC: Make MPC8544DS emulation work w/o KVM Alexander Graf
2011-04-30 22:54 ` [Qemu-devel] [PATCH 3/5] PPC: Add GS MSR definition Alexander Graf
2011-04-30 22:54 ` [Qemu-devel] [PATCH 4/5] PPC: Add another 64 bits to instruction feature mask Alexander Graf
2011-04-30 22:55 ` [Qemu-devel] [PATCH 5/5] PPC: Implement e500 (FSL) MMU Alexander Graf
2011-05-02  9:14 ` Edgar E. Iglesias [this message]

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=20110502091449.GA7144@edde.se.axis.com \
    --to=edgar.iglesias@gmail.com \
    --cc=agraf@suse.de \
    --cc=qemu-devel@nongnu.org \
    --cc=scottwood@freescale.com \
    --cc=yu.liu@freescale.com \
    /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.