qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu doesn't like isapc


From: Aurelien Jarno
Subject: Re: [Qemu-devel] qemu doesn't like isapc
Date: Tue, 19 Aug 2008 14:55:30 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Mon, May 26, 2008 at 01:52:26PM -0600, C.W. Betts wrote:
> When I tried to run qemu with -M isapc, it crashes.  After poking  
> around, it seems to call apic, which isn't available in ISA mode.
> Line taken from apic.c, line 170 from function apic_local_deliver(…):
>     APICState *s = env->apic_state;
>     uint32_t lvt = s->lvt[vector];
> The second line is where it chokes, but the first is where it messes up: 
> env->apic_state is null and thus causes qemu to crash when it tries to 
> access it. It is called from within pic_irq_request(…), if that's any 
> help.  Note that this is only when I enable ISA mode and it is just fine 
> on standard PC.

That should be fixed in commit r5026.

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   address@hidden         | address@hidden
   `-    people.debian.org/~aurel32 | www.aurel32.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]