Dong, Eddie wrote:
> [EMAIL PROTECTED] wrote:
>   
>> David Brown wrote:
>>     
>>>> Can you run 'gdb /path/to/kvm.ko' and post the output of
>>>> 'disassemble ioapic_mmio_write' please? 
>>>>
>>>>
>>>>         
>>> Sorry for not getting back sooner.
>>>
>>> (gdb) disassemble ioapic_mmio_write
>>> Dump of assembler code for function ioapic_mmio_write:
>>>
>>>       
>> The attached patch should fix, though there's probably another
>> problem lurking in there. 
>>
>>     
> Should we printk something to alert something error already?
> Eddie
>   

It needs to be pr_debug() to avoid allowing a guest to spam the host 
logs.  But I don't think it will help in this case.  There's probably a 
bug under low memory conditions that causes the guest to execute 
incorrectly, and it just happened to hit this bug.  I don't think it's 
really related to the ioapic.


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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to