On Fri, 9 Jun 2006, Ben Taylor wrote:
Does the ACPI patch that was posted a couple of weeks ago for
Solaris/X86 support help at all?
That patch would be much easier to test if someone were to provide a
pre-compiled ACPI blob. (I'd love to test it).
regards,
--
Paul Jakma [EMAIL PROTECT
On Sun, Jun 11, 2006 at 10:56:51PM +0200, Stefan Weil wrote:
> Hi Dirk,
>
> when I set a breakpoint to address 0x8180 ("b *0x8180"), this
> works as expected. So do breakpoints to symbolic addresses in the
> Linux kernel.
>
> "info breakpoints" shows address 0x8180 for the fir
Hi Dirk,
when I set a breakpoint to address 0x8180 ("b *0x8180"), this
works as expected. So do breakpoints to symbolic addresses in the
Linux kernel.
"info breakpoints" shows address 0x8180 for the first example.
Maybe "b *0xbfc00380" works for your case. If it does, your m
Hi,
looking in cpu_exec.c at cpu_exec() there are two code
blocks which call MIPS interrupt handling code (please see
below, (a) & (b) )
When is which block called?
I ask because a simple MIPS IRQ test doesn't work for me
like I would expect. I enable interrupts in status register.
Then, u
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 06/06/11 16:28:41
Modified files:
. : qemu-doc.texi
Log message:
Document new arm-user features.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.
Hi,
I just tried to debug some simple MIPS code using
qemu-system-mipsel by setting some breakpoints. If I use
gdb's break command with symbol names the breakpoints are
set at offsets and therefore they are never hit.
Please find an example below. I'd like to stop the program
if I get an in
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 06/06/11 13:32:59
Modified files:
. : Makefile.target configure
linux-user : elfload.c main.c qemu.h
Added files:
linux-user : flat.h flatload.c linuxload.c
Log messa