>>> On Mon, May 7, 2007 at  5:30 AM, in message <[EMAIL PROTECTED]>,
Avi Kivity <[EMAIL PROTECTED]> wrote: 
> Gregory Haskins wrote:
>>  
>> +
>> +void kvm_io_bus_register_dev(struct kvm_io_bus *bus, struct kvm_io_device 
> *dev)
>> +{
>> +    BUG_ON(bus- >dev_count >= (NR_IOBUS_DEVS- 1));
>> +
>> +    bus- >devs[bus- >dev_count++] = dev;
>> +}
>> +
>>   
> 
> Off by one?
> 
> 
> Otherwise ok.
> 


Good eyes.  Fixed

-------------------------------------------------------------------------
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