Laurent Vivier wrote:
> I think line 1809 of kvm_main.c (from git) is useless, isn't it ???
>
> 1809 now = min(count, PAGE_SIZE / size);
> 1810
> 1811 if (!down)
> 1812 in_page = PAGE_SIZE - offset_in_page(address);
> 1813 else
> 1814 in_page = offset_in_page(address) + size;
> 1815 now = min(count, (unsigned long)in_page / size);
> 1816 if (!now) {
>
>
Yes. I hate that code.
--
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel