He, Qing wrote:
>   
>>> +        union {
>>> +           struct kvm_ioctl_pic pic;
>>>
>>>       
>> Reserve some space here so that other members can be added to the union
>> without changing the ioctl number.
>>     
>
> I checked the kvm_ioapic structure, if IOAPIC_NUM_PINS==24, at least 216 
> bytes is required (within the union). If reserving space is for possible 
> future expansion, how much space do you think is appropriate?
>
>   

Well, round up and double we get 512.


-- 
Do not meddle in the internals of kernels, for they are subtle and quick to 
panic.


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