On Friday 27 November 2009 05:35:26 Filip Navara wrote:
> On Fri, Nov 27, 2009 at 12:17 PM, Vincent Sanders
wrote:
> > I appear to be unable to take a hint, your silence on this patch in
> > the past probably ought to have been a clue. however this will be the
> > last time I bother to try and ge
So I grabbed the qemu-m68k repository from
git://gitorious.org/qemu-m68k/qemu-m68k.git and built it, and the m68040
emulation seems to be running busybox built for m68k rather than coldfire.
(Yay!)
I'd like to A) help push this upstream into mainline qemu, B) add a board
emulating an Atari ST
Hi Palle,
Am 28.11.2009 um 21:03 schrieb Palle Lyckegaard:
On Fri, 27 Nov 2009, Andreas Färber wrote:
I can ack the softfloat part (fixes redefinition warnings) and the
tap part (fixes an unresolved symbol TFR).
But what does the cpu.h part fix?
the cpu.h part is an attempt to avoid warn
On Fri, 27 Nov 2009, Andreas Färber wrote:
I can ack the softfloat part (fixes redefinition warnings) and the tap part
(fixes an unresolved symbol TFR).
But what does the cpu.h part fix?
Andreas
Hi Andreas,
the cpu.h part is an attempt to avoid warnings about e.g. PSR_EF being
redefined
On Mon, Nov 23, 2009 at 12:50:07PM -0800, Nathan Froyd wrote:
> There's no good way to add this incrementally, so we do it all at once.
> The only changes to shared code are in handle_delay_slot. We need to
> flip ISAMode when doing a jump-and-exchange. We also need to set
> ISAMode the low bit o
On Mon, Nov 23, 2009 at 12:49:59PM -0800, Nathan Froyd wrote:
>
> Signed-off-by: Nathan Froyd
> ---
> target-mips/cpu.h |1 +
> target-mips/translate.c |2 ++
> 2 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/target-mips/cpu.h b/target-mips/cpu.h
> index 82f9a38.
Hi,
On Mon, Nov 23, 2009 at 12:49:58PM -0800, Nathan Froyd wrote:
> This patchset adds MIPS16 support to the MIPS backend. MIPS16 is a
> compact encoding of a subset of the MIPS integer instructions, similar
> to ARM's Thumb mode. The processor enters MIPS16 mode by executing a
> special jump in
On Mon, Nov 23, 2009 at 12:50:01PM -0800, Nathan Froyd wrote:
>
> Signed-off-by: Nathan Froyd
> ---
> target-mips/helper.c| 47
> ++-
> target-mips/op_helper.c | 10 +++---
> 2 files changed, 33 insertions(+), 24 deletions(-)
>
> diff --g
On Mon, Nov 23, 2009 at 12:50:04PM -0800, Nathan Froyd wrote:
> This is a common pattern in existing code. We'll also use it to
> implement the mips16 SAVE/RESTORE instructions.
>
> Signed-off-by: Nathan Froyd
> ---
> target-mips/translate.c | 40
> 1