Re: [Qemu-devel] Re: Arm system emulation

2005-11-25 Thread Paul Brook
> It seems that the sysemu is busylooping - is that currently to be > expected or do I have something misconfigured? Yes. The Wait For Interrupt instruction (aka halt/suspend) is currently implemented as a Nop. I have a followup patch to fix that. Paul _

[Qemu-devel] Re: Arm system emulation

2005-11-25 Thread Antti P Miettinen
Paul Brook <[EMAIL PROTECTED]> writes: > The attached patch implements Arm system emulation. Cool :-) > There's nothing special about these. Just a vanilla 2.6.14 kernel configured > with a serial console and busybox+bash from a Debian arm-linux install. I checked out qemu from CVS, applied you