qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [SeaBIOS] IO APIC emulation failure with qemu-kvm


From: Avi Kivity
Subject: [Qemu-devel] Re: [SeaBIOS] IO APIC emulation failure with qemu-kvm
Date: Sun, 06 Feb 2011 19:20:32 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.7

On 02/04/2011 03:58 PM, Jan Kiszka wrote:
>   when i run my kernel image with qemu-kvm it gives emulation error failure
>  trying to execute the code outside ROM or RAM at fec00000(IO APIC base 
address)
>  but the same code runs fine with qemu. can anyone please point me
>  where might be the problem or how to find out this one?

Please post the error message.

Start with capturing the activity of you guest via ftrace, enabling all
kvm:* events. You may also try to attach gdb to qemu and analyze the
different code path in both versions (specifically if you have debugging
symbols for your guest).

The easy way to do that is trace-cmd (http://lwn.net/Articles/341902/):

$ trace-cmd record -e kvm -b 20000
...
^C
$ trace-cmd report

--
error compiling committee.c: too many arguments to function




reply via email to

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