Anthony Liguori wrote:
>>      int intno;
>>  
>> +#ifdef USE_KVM
>> +    if (!kvm_allowed) {
>> +#endif
>>      intno = apic_get_interrupt(env);
>>      if (intno >= 0) {
>>   
>>     
>
> Indent the inner block please :-)
>
>   

Indenting the inner code would cause merging to be very difficult, 
should qemu change something there.  Maybe you can reverse the sense of 
the test and add the code after th #endif instead.

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


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to