> From: Joseph Miller <[EMAIL PROTECTED]>
> I am a fan of a qemu-user mailing list
Hey, I was thinking of creating a mailing list myself on either
Googlegroups or Yahoo (I have both accounts), then I have seen this:
http://groups.google.co.uk/group/QEMU
I see it has a very low activity. I like t
i'm reading qemu-system-arm code and trying to add some more
evaluation boards support for it. in the 0.8.2 source code i found
something i can't understand, when handling interrupts all other
targets clears this bit after calling do_interrupt, however the arm
target doesn't do this, why? won't th
When I try to install kubuntu in a virtual x86-64 image, the emulator hangs at
seemingly random places, eating 100% cpu time but making no progress.
I've tried four different variants:
qemu 0.8.2 built with gcc-3.3
current cvs snapshot built with gcc-3.3
qemu 0.8.2 built with gcc-4.0
curr
On Saturday 07 October 2006 19:15, Donald Liew wrote:
> i'm reading qemu-system-arm code and trying to add some more
> evaluation boards support for it. in the 0.8.2 source code i found
> something i can't understand, when handling interrupts all other
> targets clears this bit after calling do_int